Retrieve current SaaS marketplace accounts and subscriptions
GET /occm/saas-mp-service/account
Retrieves the current SaaS marketplace account and subscriptions.
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
awsSubscriptions |
array[SubscriptionResponse] |
True |
AWS subscriptions |
azureSubscriptions |
array[SubscriptionResponse] |
True |
Azure subscriptions |
cloudAccounts |
array[CloudAccountResponse] |
True |
Cloud accounts |
eligibleBycapLicenseCvoPackages |
array[string] |
True |
Eligible ByCap license Cloud Volumes ONTAP packages |
eligibleForFreeTrialAws |
boolean |
True |
Indicates eligibility for an AWS free trial |
eligibleForFreeTrialAzure |
boolean |
True |
Indicates eligibility for an Azure free trial |
eligibleForFreeTrialGcp |
boolean |
True |
Indicates eligibility for a Google Cloud free trial |
gcpSubscriptions |
array[SubscriptionResponse] |
True |
Gcp Subscriptions |
Example error response
{
"awsSubscriptions": [
{
"active": false,
"byNodeMode": false,
"contract": false,
"eligibleCvoPackages": [
"string"
],
"id": "string",
"name": "string",
"provider": "string"
}
],
"azureSubscriptions": [
{
"active": false,
"byNodeMode": false,
"contract": false,
"eligibleCvoPackages": [
"string"
],
"id": "string",
"name": "string",
"provider": "string"
}
],
"cloudAccounts": [
{
"cloudAccountId": "string",
"provider": "string",
"subscriptionId": "string"
}
],
"eligibleBycapLicenseCvoPackages": [
"string"
],
"eligibleForFreeTrialAws": false,
"eligibleForFreeTrialAzure": false,
"eligibleForFreeTrialGcp": false,
"gcpSubscriptions": [
{
"active": false,
"byNodeMode": false,
"contract": false,
"eligibleCvoPackages": [
"string"
],
"id": "string",
"name": "string",
"provider": "string"
}
]
}
Definitions
See Definitions
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 |
CloudAccountResponse
| Name | Type | Required | Description |
|---|---|---|---|
cloudAccountId |
string |
True |
|
provider |
string |
False |
|
subscriptionId |
string |
False |