swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector MarketplaceImageVersion API schemes: - https tags: - name: MarketplaceImageVersion paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/publishers/{publisherName}/offers/{offerName}/skus/{skuName}/versions : get: tags: - MarketplaceImageVersion summary: Microsoft Azure Returns List Of Versions Within Sku operationId: microsoftAzureMarketplaceimageversionListversionswithinsku parameters: - $ref: '#/parameters/subscriptionIdParameter' - $ref: '#/parameters/resourceGroupNameParameter' - name: deviceName in: path description: '' required: true type: string pattern: '[ A-Za-z0-9_@./#&+-]*' - name: publisherName in: path description: '' required: true type: string pattern: '[ A-Za-z0-9_@./#&+-]*' - name: offerName in: path description: '' required: true type: string pattern: '[ A-Za-z0-9_@./#&+-]*' - name: skuName in: path description: '' required: true type: string pattern: '[ A-Za-z0-9_@./#&+-]*' - $ref: '#/parameters/apiVersionParameter' responses: '200': description: ListVersionswithinSKU is working fine schema: $ref: '#/definitions/MarketplaceImageVersionList' default: description: Error response describing why the operation failed. schema: $ref: '#/definitions/CloudError' x-ms-pageable: nextLinkName: nextLink x-ms-examples: OrderGet: $ref: ./examples/ListVersionswithinSKU.json description: Needs a more full description created. ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/publishers/{publisherName}/offers/{offerName}/skus/{skuName}/versions/{versionName} : get: tags: - MarketplaceImageVersion description: Get Particular Image operationId: microsoftAzureMarketplaceimageversionGetparticularimage parameters: - $ref: '#/parameters/subscriptionIdParameter' - $ref: '#/parameters/resourceGroupNameParameter' - name: deviceName in: path required: true type: string pattern: '[ A-Za-z0-9_@./#&+-]*' - name: publisherName in: path required: true type: string pattern: '[ A-Za-z0-9_@./#&+-]*' - name: offerName in: path required: true type: string pattern: '[ A-Za-z0-9_@./#&+-]*' - name: skuName in: path required: true type: string pattern: '[ A-Za-z0-9_@./#&+-]*' - name: versionName in: path required: true type: string pattern: '[ A-Za-z0-9_@./#&+-]*' - $ref: '#/parameters/apiVersionParameter' responses: '200': description: GetParticularImage is working fine schema: $ref: '#/definitions/MarketplaceImageVersion' default: description: Error response describing why the operation failed. schema: $ref: '#/definitions/CloudError' x-ms-examples: OrderGet: $ref: ./examples/GetParticularImage.json summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databoxedge Databoxedgedevices Devicename Publishers Publishername Offers Offername Skus Skuname Versions Versionname definitions: ARMBaseModel: description: Represents the base class for all object models. type: object properties: id: description: The path ID that uniquely identifies the object. type: string readOnly: true name: description: The object name. type: string readOnly: true type: description: The hierarchical type of the object. type: string readOnly: true x-ms-azure-resource: true CloudError: description: An error response from the service. type: object properties: error: $ref: '#/definitions/CloudErrorBody' description: The error details. x-ms-external: true MarketplaceImageVersionList: type: object properties: value: uniqueItems: false type: array items: $ref: '#/definitions/MarketplaceImageVersion' nextLink: type: string readOnly: true CloudErrorBody: description: An error response from the service. type: object properties: code: description: An identifier for the error. Codes are invariant and are intended to be consumed programmatically. type: string message: description: A message describing the error, intended to be suitable for display in a user interface. type: string details: description: A list of additional details about the error. type: array items: $ref: '#/definitions/CloudErrorBody' x-ms-identifiers: [] x-ms-external: true MarketplaceImageVersionProperties: type: object properties: publisherId: type: string offerId: type: string skuId: type: string content: type: string contentVersion: type: string provisioningState: type: string MarketplaceImageVersion: type: object allOf: - $ref: '#/definitions/ARMBaseModel' properties: properties: $ref: '#/definitions/MarketplaceImageVersionProperties' x-ms-client-flatten: true parameters: subscriptionIdParameter: name: subscriptionId in: path description: The subscription ID. required: true type: string apiVersionParameter: name: api-version in: query description: The API version. required: true type: string resourceGroupNameParameter: name: resourceGroupName in: path description: The resource group name. required: true type: string x-ms-parameter-location: method x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'