swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector MarketplaceImageOffer API schemes: - https tags: - name: MarketplaceImageOffer paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/offers : get: tags: - MarketplaceImageOffer summary: Microsoft Azure Returns List Of All Offers operationId: microsoftAzureMarketplaceimageofferListoffers parameters: - $ref: '#/parameters/subscriptionIdParameter' - $ref: '#/parameters/resourceGroupNameParameter' - name: deviceName in: path description: '' required: true type: string pattern: '[ A-Za-z0-9_@./#&+-]*' - $ref: '#/parameters/apiVersionParameter' responses: '200': description: ListOffers is working fine schema: $ref: '#/definitions/MarketplaceImageOfferList' default: description: Error response describing why the operation failed. schema: $ref: '#/definitions/CloudError' x-ms-pageable: nextLinkName: nextLink x-ms-examples: OrderGet: $ref: ./examples/ListOffers.json description: Needs a more full description created. ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/publishers/{publisherName}/offers : get: tags: - MarketplaceImageOffer summary: Microsoft Azure Returns List Of Offers By Publisher Name operationId: microsoftAzureMarketplaceimageofferListoffersbypublisher 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_@./#&+-]*' - $ref: '#/parameters/apiVersionParameter' responses: '200': description: ListOffersbyPublisher is working fine schema: $ref: '#/definitions/MarketplaceImageOfferList' default: description: Error response describing why the operation failed. schema: $ref: '#/definitions/CloudError' x-ms-pageable: nextLinkName: nextLink x-ms-examples: OrderGet: $ref: ./examples/ListOffersbyPublisher.json description: Needs a more full description created. definitions: MarketplaceImageOfferList: type: object properties: value: uniqueItems: false type: array items: $ref: '#/definitions/MarketplaceImageOffer' nextLink: type: string readOnly: true 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 SkuMapping: type: object properties: catalogPlanId: type: string marketplaceSkuId: type: string marketplaceSkuVersions: uniqueItems: false type: array items: type: string 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 MarketplaceImageOffer: type: object allOf: - $ref: '#/definitions/ARMBaseModel' properties: properties: $ref: '#/definitions/MarketplaceImageOfferProperties' x-ms-client-flatten: true MarketplaceImageOfferProperties: type: object properties: publisherId: type: string content: type: string contentVersion: type: string provisioningState: type: string skuMappings: uniqueItems: false type: array items: $ref: '#/definitions/SkuMapping' x-ms-identifiers: [] 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'