Retrieve the subscription information of a specified subscription

GET /license/subscriptions/subscription/{subscriptionId}

Retrieves the subscription information of a specified subscription ID.

Note:

  • This API authorizes service calls (with a predefined scope) only.


Token usage: BlueXP service token with the following scopes: %scopes%.

Caution This operation is deprecated.

Parameters

Name Type In Required Description

subscriptionId

string

path

True

X-Service-Request-Id

string

header

False

Request identifier

Response

Status: 200, Default Response
Name Type Required Description

accounts

array[string]

False

  • example: ["account-sdajkj5", "account-euir74j"]

createdAt

integer

False

  • example: 1556636730921

cloudProvider

string

False

  • example: aws

entitlements

["object", "object"]

False

dimensions

array[string]

False

  • example: ["professional"]

contract

boolean

False

  • example: false

customerIdentifier

string

False

  • example: FJsUvVHffi9

productCode

string

False

  • example: 1ajwvb3kjavjlk36izcn19e07

planId

string

False

  • example: paygo_example

serviceName

string

False

  • example: cloud-volumes-ontap

subscriptionId

string

False

  • example: aws-abcd-1234

subscriptionName

string

False

  • example: My Prod CVO subscription

subscriptionStatus

string

False

  • example: subscribed

autoRenew

False

  • example: N/A

endDate

integer

False

  • example: 1556636730921

term

string

False

  • example: 12 Months

isPrivate

boolean

False

  • example: true

listingUrl

string

False

productTitle

string

False

  • example: Cloud Manger - Deploy & Manage Netapp Cloud Data Service

Example response

{
  "createdAt": 1556636730921,
  "cloudProvider": "aws",
  "contract": false,
  "customerIdentifier": "FJsUvVHffi9",
  "productCode": "1ajwvb3kjavjlk36izcn19e07",
  "planId": "paygo_example",
  "serviceName": "cloud-volumes-ontap",
  "subscriptionId": "aws-abcd-1234",
  "subscriptionName": "My Prod CVO subscription",
  "subscriptionStatus": "subscribed",
  "autoRenew": "N/A",
  "endDate": 1556636730921,
  "term": "12 Months",
  "isPrivate": true,
  "listingUrl": "https://marketplace-fake-url.com",
  "productTitle": "Cloud Manger - Deploy & Manage Netapp Cloud Data Service"
}

Response

Status: 4xx, Error response
Name Type Required Description

errorCode

string

False

error code

error

string

False

Error code/category

message

string

False

Error description message