SubscriptionDto

SubscriptionDto
SubscriptionDto

Subscription state associated with its request

JSON Example
{
    "cspOrgId": "e442932c-1274-4495-b7f5-a647f3ad459",
    "tenantId": "9877036ca5be6a75",
    "orgType": "UNKNOWN",
    "subscriptionType": "PRE_TRIAL",
    "startedAtMillis": 1641900952774,
    "endAtMillis": "1641900952774",
    "startedBy": "[email protected]",
    "createdAtMillis": 1619788890736,
    "createdBy": "[email protected]",
    "lastUpdatedAtMillis": 1641900952774,
    "lastUpdatedBy": "[email protected]",
    "lastSyncedWithCspMillis": 1641871239485,
    "billingEngine": "SAP",
    "cspSubscriptionType": "FLEX",
    "onboardingSource": "UNKNOWN",
    "customProperties": [],
    "cspSubscriptionSyncStatus": "SUCCESS",
    "crossRegionSubscriptionSyncStatus": "SUCCESS",
    "lastIngestedTime": "2023-07-13T08:05:41.378+00:00",
    "orgName": "test Org"
}
string
cspOrgId
Optional

Unique ID associated with the org

string
tenantId
Optional

Unique tenant identifier

string
orgType
Optional

Identifier for INTERNAL/EXTERNAL org

Possible values are : INTERNAL, EXTERNAL, UNKNOWN, WAVEFRONT, INTERNAL_PAID,
string
subscriptionType
Optional

Current subscription type for the org

Possible values are : PRE_TRIAL, FREE, TRIAL, PAID, UNKNOWN, PERPETUAL,
integer As int64 As int64
startedAtMillis
Optional

Time in millis when the current subscription type started

integer As int64 As int64
endAtMillis
Optional

Time in millis when the current subscription type ends; Valid for only TRIAL Subscriptions

string
startedBy
Optional

Email of the user who started the current subscription type for the org

integer As int64 As int64
lastSyncedWithCspMillis
Optional

Time in millis when the subscription was synced last time

string
billingEngine
Optional

BillingEngine for the csp org

Possible values are : SAP, SDP, AWS_CP,
string
cspSubscriptionType
Optional

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,
string
onboardingSource
Optional

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,
object
customProperties
Optional

Custom properties defined in subscription table

string
cspSubscriptionSyncStatus
Optional

Csp Subscription sync status

Possible values are : SUCCESS, FAILURE,
string
crossRegionSubscriptionSyncStatus
Optional

Cross region Subscription sync status

Possible values are : SUCCESS, FAILURE,