Cloud Tenant

Cloud Tenant represents a cloud tenant object in the Marketplace Platform.

This object contains the following attributes:

Field
Type
Description

id

string, core

(Read-only) The primary identifier for the cloud tenant.

name

string, core

The name of the cloud tenant.

status

string

The status of the cloud tenant. Allowed values:

  • Active

  • Disabled

  • Deleted

account

object

The account to which the cloud tenant is assigned.

type

string

(Read-only) The type of cloud tenant.

externalId

object

(Read-only) Represents the CloudTenantExternalIDs object.

audit

object

(Read-only) Represents the audit object.

Cloud Tenant External IDs object

Field
Type
Description

pyraTenantId

string

(Read-only) The PYC tenant ID.

cloudConsumptionId

string

(Read-only) The unique identifier of this cloud tenant in PYC.

providerId

string

(Read-only) The object identifier within the cloud provider, like AWS, Azure, and more.

Example

CLOUD TENANT OBJECT
{
    "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?