Retrieve SaaS marketplace subscriptions
GET /occm/saas-mp-service/{workingEnvironmentId}/subscription
Retrieves the SaaS marketplace subscriptions for Cloud Volumes ONTAP.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
workingEnvironmentId |
string |
path |
True |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
freeTrialExpiry |
False |
||
subscription |
False |
Example error response
{
"subscription": {
"active": false,
"byNodeMode": false,
"contract": false,
"eligibleCvoPackages": [
"string"
],
"id": "string",
"name": "string",
"provider": "string"
}
}
Definitions
See Definitions
freeTrialExpiry
SubscriptionResponse
| Name | Type | Required | Description |
|---|---|---|---|
active |
boolean |
True |
Active |
byNodeMode |
boolean |
True |
By node mode |
contract |
boolean |
True |
contract |
eligibleCvoPackages |
array[string] |
True |
Eligible Cloud Volumes ONTAP packages |
id |
string |
True |
Specifies the ID |
name |
string |
True |
Specifies the name |
provider |
string |
True |