Cloud Tenants

A Cloud Tenant represents a cloud tenant object in the Marketplace Platform. This object contains the following properties:

Field
Type
Description

id

string

The primary identifier for the cloud tenant.

Example: CLT-1234-9876

name

string

The name of the cloud tenant.

Example: AdAstraflex

status

string

The status of the cloud tenant with one of these possible values: Active, Disabled, or Deleted.

account

The account to which the cloud tenant is assigned.

type

string

The type of cloud tenant.

Example: Csp365

externalId

object

audit

A reference to the Audit object.

Cloud Tenant External IDs

Field
Type
Description

pyraTenantId

string

Indicates the PYC tenant ID.

Example: ce4b61dd-9426-4b4a-855f-6162f790a457

cloudConsumptionId

string

Indicates the unique identifier of this cloud tenant in PYC.

Example: f94c03b5-c2ee-478a-964c-bfb591a7a205

providerId

string

Indicates the object identifier within the cloud provider, like AWS, Azure, and more.

Example: de14dafc-9323-40ed-bdbd-cbf32311d59e

Example

{
    "id": "CLT-3206-7146",   
    "account": {
        "id": "ACC-2253-2884",      
        "type": "Client",
        "status": "Active",
        "name": "AdAstrafleX"
    },
    "externalIds": {
        "cloudConsumptionId": "012b2a18-1df0-473f-8759-c3c019b54486",
        "providerId": "7270638c-ca21-4500-ac82-25dca634566a",
        "pyraTenantId": "c6469e97-302a-408a-8589-2122a0bb725d"
    },
    "name": "AdAstraflex Germany",
    "status": "Active",
    "type": "CspAzure",
    "audit": {
        "created": {
            "at": "2024-12-12T11:17:44.042Z",
            "by": {
                "id": "TKN-9299-7556",              
                "name": "Migration token"
            }
        }
    }
}

Last updated

Was this helpful?