SubscriptionDto
Subscription state associated with its request
Properties
BillingEngine for the csp org
Possible values are: SAP , SDP , AWS_CP
Cross region Subscription sync status
Possible values are: SUCCESS , FAILURE
Unique ID associated with the org
Csp Subscription sync status
Possible values are: SUCCESS , FAILURE
Csp subscription type for the org
Possible values are: THREE_YEAR_COMMIT , ONE_YEAR_COMMIT , FLEX , ON_DEMAND , TWO_YEAR_COMMIT , FOUR_YEAR_COMMIT , FIVE_YEAR_COMMIT
Custom properties defined in subscription table
Time in millis when the current subscription type ends; Valid for only TRIAL Subscriptions
Time in millis when the subscription was synced last time
Onboarding source
Possible values are: ONBOARDING_CONTEXT_VRLI_ON_PREM , SERVICE_ATTACH_VMC , SERVICE_ATTACH_VMC_DELL , SERVICE_ATTACH_ARCTIC , SERVICE_ATTACH_DIMENSION , INVITATION , WAVEFRONT_NON_CSP_TENANT , UNKNOWN
Identifier for INTERNAL/EXTERNAL org
Possible values are: INTERNAL , EXTERNAL , UNKNOWN , WAVEFRONT , INTERNAL_PAID
Time in millis when the current subscription type started
Email of the user who started the current subscription type for the org
Current subscription type for the org
Possible values are: PRE_TRIAL , FREE , TRIAL , PAID , UNKNOWN , PERPETUAL
Unique tenant identifier
JSON Example
{
"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"
}
Property Of
SubscriptionStatusResponseDto