Skip to content

Commit

Permalink
Merge 9beb4b2 into 55bdd1f
Browse files Browse the repository at this point in the history
  • Loading branch information
tguxia authored Oct 17, 2024
2 parents 55bdd1f + 9beb4b2 commit ffa4e79
Showing 1 changed file with 45 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,51 @@
"final-state-via": "location"
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkFunction/azureTrafficCollectors/{azureTrafficCollectorName}/collectorPolicies/{collectorPolicyName}/listCktConfigState": {
"get": {
"tags": [
"CktConfigState"
],
"operationId": "CktConfigState_Get",
"description": "Gets the circuit configuration state for circuits configured with a specified collector policy",
"parameters": [
{
"$ref": "#/parameters/resourceGroupName"
},
{
"$ref": "#/parameters/subscriptionIdParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
},
{
"$ref": "#/parameters/azureTrafficCollectorNameParameter"
},
{
"$ref": "#/parameters/collectorPolicyNameParameter"
}
],
"responses": {
"200": {
"description": "Request successful. The operation returns the circuit configuration state resource.",
"schema": {
"$ref": "#/definitions/CollectorPolicy"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/CloudError"
}
}
},
"x-ms-examples": {
"Get Collection Policy": {
"$ref": "./examples/CollectorPolicyGet.json"
}
}
}
}
},
"definitions": {
Expand Down

0 comments on commit ffa4e79

Please sign in to comment.