|
36 | 36 | "tags": [ "API Operations" ], |
37 | 37 | "operationId": "operations_List", |
38 | 38 | "x-ms-examples": { |
39 | | - "FootprintOperationsList": { |
| 39 | + "List all operations available.": { |
40 | 40 | "$ref": "./examples/operationsList.json" |
41 | 41 | } |
42 | 42 | }, |
|
73 | 73 | "description": "Retrieves the information about all Footprint profiles under a subscription.", |
74 | 74 | "operationId": "profiles_ListBySubscription", |
75 | 75 | "x-ms-examples": { |
76 | | - "List Footprint profiles in a Subscription": { |
| 76 | + "List all Footprint profiles under a subscription.": { |
77 | 77 | "$ref": "./examples/profilesListBySubscription.json" |
78 | 78 | } |
79 | 79 | }, |
|
111 | 111 | "description": "Retrieves the information about all Footprint profiles under a resource group.", |
112 | 112 | "operationId": "profiles_ListByResourceGroup", |
113 | 113 | "x-ms-examples": { |
114 | | - "List Footprint profiles in a Resource Group": { |
| 114 | + "List all Footprint profiles under a Resource Group.": { |
115 | 115 | "$ref": "./examples/profilesListByResourceGroup.json" |
116 | 116 | } |
117 | 117 | }, |
|
152 | 152 | "description": "Retrieves the information about a single Footprint profile.", |
153 | 153 | "operationId": "profiles_Get", |
154 | 154 | "x-ms-examples": { |
155 | | - "profilesGet": { |
| 155 | + "Get the details of a Footprint profile.": { |
156 | 156 | "$ref": "./examples/profilesGet.json" |
157 | 157 | } |
158 | 158 | }, |
|
191 | 191 | "description": "Creates or updates a Footprint profile with the specified properties.", |
192 | 192 | "operationId": "profiles_CreateOrUpdate", |
193 | 193 | "x-ms-examples": { |
194 | | - "profilesCreateOrUpdate": { |
| 194 | + "Create or update a Footprint profile.": { |
195 | 195 | "$ref": "./examples/profilesCreateOrUpdate.json" |
196 | 196 | } |
197 | 197 | }, |
|
245 | 245 | "description": "Deletes an existing Footprint profile.", |
246 | 246 | "operationId": "profiles_Delete", |
247 | 247 | "x-ms-examples": { |
248 | | - "profilesDelete": { |
| 248 | + "Delete a Footprint profile.": { |
249 | 249 | "$ref": "./examples/profilesDelete.json" |
250 | 250 | } |
251 | 251 | }, |
|
284 | 284 | "description": "Updates an existing Footprint profile resource.", |
285 | 285 | "operationId": "profiles_Update", |
286 | 286 | "x-ms-examples": { |
287 | | - "profilesUpdate": { |
| 287 | + "Update a Footprint profile.": { |
288 | 288 | "$ref": "./examples/profilesUpdate.json" |
289 | 289 | } |
290 | 290 | }, |
|
334 | 334 | "description": "Retrieves the information about all measurement endpoints under a Footprint profile.", |
335 | 335 | "operationId": "measurementEndpoints_ListByProfile", |
336 | 336 | "x-ms-examples": { |
337 | | - "measurementEndpointsListByProfile": { |
| 337 | + "List all the measurement endpoints under a Footprint profile.": { |
338 | 338 | "$ref": "./examples/measurementEndpointsListByProfile.json" |
339 | 339 | } |
340 | 340 | }, |
|
378 | 378 | "description": "Retrieves the information about a single measurement endpoint under a Footprint profile.", |
379 | 379 | "operationId": "measurementEndpoints_Get", |
380 | 380 | "x-ms-examples": { |
381 | | - "measurementEndpointsGet": { |
| 381 | + "Get the details of a measurement endpoint.": { |
382 | 382 | "$ref": "./examples/measurementEndpointsGet.json" |
383 | 383 | } |
384 | 384 | }, |
|
420 | 420 | "description": "Creates or updates a single measurement endpoint under a Footprint profile with the specified properties.", |
421 | 421 | "operationId": "measurementEndpoints_CreateOrUpdate", |
422 | 422 | "x-ms-examples": { |
423 | | - "measurementEndpointsCreateOrUpdate": { |
| 423 | + "Create or update a measurement endpoint.": { |
424 | 424 | "$ref": "./examples/measurementEndpointsCreateOrUpdate.json" |
425 | 425 | } |
426 | 426 | }, |
|
477 | 477 | "description": "Deletes an existing measurement endpoint under a Footprint profile.", |
478 | 478 | "operationId": "measurementEndpoints_Delete", |
479 | 479 | "x-ms-examples": { |
480 | | - "measurementEndpointsDelete": { |
| 480 | + "Delete a measurement endpoint.": { |
481 | 481 | "$ref": "./examples/measurementEndpointsDelete.json" |
482 | 482 | } |
483 | 483 | }, |
|
521 | 521 | "description": "Retrieves the information about all measurement endpoint conditions under a Footprint measurement endpoint.", |
522 | 522 | "operationId": "measurementEndpointConditions_ListByMeasurementEndpoint", |
523 | 523 | "x-ms-examples": { |
524 | | - "measurementEndpointConditionsListByEndpoint": { |
| 524 | + "List all conditions under a measurement endpoint.": { |
525 | 525 | "$ref": "./examples/measurementEndpointConditionsListByEndpoint.json" |
526 | 526 | } |
527 | 527 | }, |
|
568 | 568 | "description": "Retrieves the information about a single measurement endpoint condition under a Footprint measurement endpoint.", |
569 | 569 | "operationId": "measurementEndpointConditions_Get", |
570 | 570 | "x-ms-examples": { |
571 | | - "measurementEndpointConditionGet": { |
| 571 | + "Get the details of a measurement endpoint condition.": { |
572 | 572 | "$ref": "./examples/measurementEndpointConditionGet.json" |
573 | 573 | } |
574 | 574 | }, |
|
613 | 613 | "description": "Creates or updates a measurement endpoint condition under a Footprint measurement with the specified properties.", |
614 | 614 | "operationId": "measurementEndpointConditions_CreateOrUpdate", |
615 | 615 | "x-ms-examples": { |
616 | | - "measurementEndpointConditionCreateOrUpdate": { |
| 616 | + "Create or update a measurement endpoint condition.": { |
617 | 617 | "$ref": "./examples/measurementEndpointConditionCreateOrUpdate.json" |
618 | 618 | } |
619 | 619 | }, |
|
673 | 673 | "description": "Deletes an existing measurement endpoint condition under a Footprint measurement.", |
674 | 674 | "operationId": "measurementEndpointConditions_Delete", |
675 | 675 | "x-ms-examples": { |
676 | | - "measurementEndpointConditionDelete": { |
| 676 | + "Delete a measurement endpoint condition.": { |
677 | 677 | "$ref": "./examples/measurementEndpointConditionDelete.json" |
678 | 678 | } |
679 | 679 | }, |
|
720 | 720 | "description": "Retrieves the information about all experiments under a Footprint profile.", |
721 | 721 | "operationId": "experiments_ListByProfile", |
722 | 722 | "x-ms-examples": { |
723 | | - "experimentsListByProfile": { |
| 723 | + "List all experiments under a Footprint profile.": { |
724 | 724 | "$ref": "./examples/experimentsListByProfile.json" |
725 | 725 | } |
726 | 726 | }, |
|
764 | 764 | "description": "Retrieves the information about a single Footprint experiment.", |
765 | 765 | "operationId": "experiments_Get", |
766 | 766 | "x-ms-examples": { |
767 | | - "experimentsGet": { |
| 767 | + "Get the details of an experiment.": { |
768 | 768 | "$ref": "./examples/experimentsGet.json" |
769 | 769 | } |
770 | 770 | }, |
|
806 | 806 | "description": "Creates or updates a Footprint experiment with the specified properties.", |
807 | 807 | "operationId": "experiments_CreateOrUpdate", |
808 | 808 | "x-ms-examples": { |
809 | | - "experimentsCreateOrUpdate": { |
| 809 | + "Create or update an experiment.": { |
810 | 810 | "$ref": "./examples/experimentsCreateOrUpdate.json" |
811 | 811 | } |
812 | 812 | }, |
|
863 | 863 | "description": "Deletes an existing Footprint experiment.", |
864 | 864 | "operationId": "experiments_Delete", |
865 | 865 | "x-ms-examples": { |
866 | | - "experimentsDelete": { |
| 866 | + "Delete an experiment.": { |
867 | 867 | "$ref": "./examples/experimentsDelete.json" |
868 | 868 | } |
869 | 869 | }, |
|
1089 | 1089 | "provisioningState": { |
1090 | 1090 | "type": "string", |
1091 | 1091 | "description": "The provisioned state of the resource.", |
| 1092 | + "readOnly": true, |
1092 | 1093 | "enum": [ |
1093 | 1094 | "Succeeded", |
1094 | 1095 | "Failed", |
|
0 commit comments