SubscriptionStatusResponseDto
Subscription status response
Properties
Specifies the business region, e.g., AMER, EMEA, APAC, LATAM
Possible values are: AMER , EMEA , APAC , LATAM
Unique ID associated with the org
Represents the subscription JSON associated with the cspOrg
Indicates whether the response has an active commit or flex subscription
Indicates whether the org is MSP
Indicates whether the org is in a trial grace period
Indicates whether the org is perpetual
Specifies the region, region, e.g., AU, US, JP etc
Possible values are: AU , US , DE , CA , Dummy , MON , SG , BR , UK , JP , IN
Seller includes VMWARE, AWS
Possible values are: VMWARE , AWS
Indicates whether a response should enable onboarding using Cloud Services Portal (CSP) metadata
Subscription type, e.g., PRE_TRIAL,FREE,TRIAL,PAID,UNKNOWN,PERPETUAL
Possible values are: PRE_TRIAL , FREE , TRIAL , PAID , UNKNOWN , PERPETUAL
JSON Example
{
"businessRegion": "AMER",
"cspOrgId": "string",
"cspOrgMetadataDto": {
"subscriptionsJson": "string"
},
"hasActiveCommitOrFlexSubscription": false,
"isMspOrg": false,
"isOrgInTrialGracePeriod": false,
"isOrgPerpertual": false,
"region": "AU",
"seller": "VMWARE",
"shouldEnableOnboardingViaCspMetadata": false,
"subscriptionState": {
"billingEngine": "SAP",
"crossRegionSubscriptionSyncStatus": "SUCCESS",
"cspOrgId": "string",
"cspSubscriptionSyncStatus": "SUCCESS",
"cspSubscriptionType": "THREE_YEAR_COMMIT",
"customProperties": {
"key": "string"
},
"endAtMillis": 0,
"lastSyncedWithCspMillis": 0,
"onboardingSource": "ONBOARDING_CONTEXT_VRLI_ON_PREM",
"orgType": "INTERNAL",
"startedAtMillis": 0,
"startedBy": "string",
"subscriptionType": "PRE_TRIAL",
"tenantId": "string"
},
"subscriptionType": "PRE_TRIAL"
}
Returned By
Get Subscription Status For Org