[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs

Get Subscription Status For Org

Description

When you use the VMware Aria Operations for Logs service, you subscribe to the service. You can use this API to view your subscription status

Request

Request

URL

URL


get
https://{api_host}/vrlic/api/v1/subscriptions/status
Copy

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns SubscriptionStatusResponseDto of type */*
{
	"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"
}
string
businessRegion Optional

Specifies the business region, e.g., AMER, EMEA, APAC, LATAM

Possible values are: AMEREMEAAPACLATAM


string
cspOrgId Optional

Unique ID associated with the org


cspOrgMetadataDto Optional

Represents the subscription JSON associated with the cspOrg


boolean
hasActiveCommitOrFlexSubscription Optional

Indicates whether the response has an active commit or flex subscription


boolean
isMspOrg Optional

Indicates whether the org is MSP


boolean
isOrgInTrialGracePeriod Optional

Indicates whether the org is in a trial grace period


boolean
isOrgPerpertual Optional

Indicates whether the org is perpetual


string
region Optional

Specifies the region, region, e.g., AU, US, JP etc

Possible values are: AUUSDECADummyMONSGBRUKJPIN


string
seller Optional

Seller includes VMWARE, AWS

Possible values are: VMWAREAWS


boolean
shouldEnableOnboardingViaCspMetadata Optional

Indicates whether a response should enable onboarding using Cloud Services Portal (CSP) metadata


subscriptionState Optional

Subscription state associated with its request


string
subscriptionType Optional

Subscription type, e.g., PRE_TRIAL,FREE,TRIAL,PAID,UNKNOWN,PERPETUAL

Possible values are: PRE_TRIALFREETRIALPAIDUNKNOWNPERPETUAL

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl https://{api_host}/vrlic/api/v1/subscriptions/status


[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs
Feedback

Was this page helpful?