swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector GetSnapshot API schemes: - https tags: - name: GetSnapshot paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Resources/snapshots/{snapshotId} : get: tags: - GetSnapshot operationId: microsoftAzureSnapshotsGet x-ms-examples: GetSnapshot: $ref: ./examples/GetSnapshot.json description: Obtains the specified snapshot for the target resource parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/ResourceProviderNamespaceParameter' - $ref: '#/parameters/ResourceTypeParameter' - $ref: '#/parameters/ResourceNameParameter' - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: '#/parameters/snapshotIdParameter' responses: '200': description: OK. schema: $ref: '#/definitions/Snapshot' default: description: Error response describing why the operation failed. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Resourceprovidernamespace Resourcetype Resourcename Providers Microsoft Resources Snapshots Snapshotid definitions: SnapshotProperties: description: The properties of a snapshot type: object properties: apiVersion: type: string description: The API Version of the resource captured content: description: The actual ARM Resource additionalProperties: {} type: object Snapshot: type: object description: A generic resource snapshot with additional metadata allOf: - $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/ProxyResource properties: properties: $ref: '#/definitions/SnapshotProperties' parameters: snapshotIdParameter: name: snapshotId in: path required: true type: string description: The ID of the snapshot x-ms-parameter-location: method ResourceTypeParameter: name: resourceType in: path required: true type: string description: The name of the resource type. x-ms-parameter-location: method ResourceNameParameter: name: resourceName in: path required: true type: string description: The name of the resource. x-ms-parameter-location: method ResourceProviderNamespaceParameter: name: resourceProviderNamespace in: path required: true type: string description: The name of the resource provider namespace. x-ms-parameter-location: method x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'