swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector ChangeSnapshots API schemes: - https tags: - name: ChangeSnapshots paths: /subscriptions/{subscriptionId}/providers/Microsoft.ChangeAnalysis/changeSnapshots: post: tags: - ChangeSnapshots summary: Microsoft Azure Gets Change Snapshots For The Given Resource Id And Change Id operationId: microsoftAzureChangesnapshotsGetchangesnapshots parameters: - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter - $ref: '#/parameters/ResourceIdQueryParameter' - $ref: '#/parameters/ChangeIdParameter' responses: '200': description: The request was successful; the request was well-formed and received properly. schema: $ref: '#/definitions/ChangeSnapshots' default: description: Error response describing why the operation failed schema: $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse x-ms-examples: ChangeSnapshots: $ref: ./examples/ChangeSnapshotsGetChangeSnapshots.json description: Needs a more full description created. definitions: ChangeSnapshotsProperties: description: The change snapshot, represented by a pair of before and after resource snapshots. type: object properties: beforeSnapshot: description: The snapshot before the change. type: object afterSnapshot: description: The snapshot after the change. type: object isHidden: description: Is the snapshot hidden type: boolean ChangeSnapshots: description: The detected change snapshots. type: object allOf: - $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/ProxyResource properties: properties: $ref: '#/definitions/ChangeSnapshotsProperties' parameters: ResourceIdQueryParameter: in: query name: $resourceId description: Specifies the resource Id. required: true type: string x-ms-parameter-location: method ChangeIdParameter: in: query name: $changeId description: Specifies the change Id. required: true type: string x-ms-parameter-location: method x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'