result.data | object | Yes | — | Provider response payload. |
result.data.status | number | No | — | HTTP status code. |
result.data.requestId | string | No | — | Unique id assigned to every request. UUIDv4 Format: uuid. |
result.data.result | object | No | — | — |
result.data.result.id | string | No | — | Unique organization ID. Format: uuid. |
result.data.result.createdAt | string | No | — | The timestamp the organization was created. ISO-8601. Format: date-time. |
result.data.result.name | string | No | — | Name of the organization. |
result.data.result.privateEndpoints | array | No | — | List of private endpoints for organization |
result.data.result.privateEndpoints[].id | string | No | — | Private endpoint identifier |
result.data.result.privateEndpoints[].description | string | No | — | Description of private endpoint |
result.data.result.privateEndpoints[].cloudProvider | "gcp" | "aws" | "azure" | No | — | Cloud provider in which the private endpoint is lcoated Allowed: gcp, aws, azure. |
result.data.result.privateEndpoints[].region | "ap-northeast-1" | "ap-northeast-2" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ca-central-1" | "eu-central-1" | "eu-west-1" | "eu-west-2" | "il-central-1" | "us-east-1" | "us-east-2" | "us-west-2" | "us-east1" | "us-central1" | "europe-west2" | "europe-west4" | "asia-southeast1" | "asia-northeast1" | "eastus" | "eastus2" | "westus3" | "germanywestcentral" | "centralus" | No | — | Region in which the private endpoint is located Allowed: ap-northeast-1, ap-northeast-2, ap-south-1, ap-southeast-1, ap-southeast-2, ca-central-1, eu-central-1, eu-west-1, eu-west-2, il-central-1, us-east-1, us-east-2, us-west-2, us-east1, us-central1, europe-west2, europe-west4, asia-southeast1, asia-northeast1, eastus, eastus2, westus3, germanywestcentral, centralus. |
result.data.result.byocConfig | array | No | — | BYOC configuration for the organization |
result.data.result.byocConfig[].id | string | No | — | Unique identifier of the BYOC configuration |
result.data.result.byocConfig[].state | "infra-ready" | "infra-provisioning" | "infra-terminated" | No | — | State of the infrastructure Allowed: infra-ready, infra-provisioning, infra-terminated. |
result.data.result.byocConfig[].accountName | string | No | — | Name of the account |
result.data.result.byocConfig[].regionId | "ap-northeast-1" | "ap-northeast-2" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ca-central-1" | "eu-central-1" | "eu-west-1" | "eu-west-2" | "il-central-1" | "us-east-1" | "us-east-2" | "us-west-2" | "us-east1" | "us-central1" | "europe-west2" | "europe-west4" | "asia-southeast1" | "asia-northeast1" | "eastus" | "eastus2" | "westus3" | "germanywestcentral" | "centralus" | No | — | Region for which the BYOC has been configured and where it is possible to create services Allowed: ap-northeast-1, ap-northeast-2, ap-south-1, ap-southeast-1, ap-southeast-2, ca-central-1, eu-central-1, eu-west-1, eu-west-2, il-central-1, us-east-1, us-east-2, us-west-2, us-east1, us-central1, europe-west2, europe-west4, asia-southeast1, asia-northeast1, eastus, eastus2, westus3, germanywestcentral, centralus. |
result.data.result.byocConfig[].cloudProvider | "gcp" | "aws" | "azure" | No | — | Cloud provider of the region Allowed: gcp, aws, azure. |
result.data.result.byocConfig[].displayName | string | No | — | Human readable name for infrastructure |
result.data.result.enableCoreDumps | boolean | No | — | Whether crash reports (core dumps) collection is enabled for services in the organization. When disabled at the organization level, individual services cannot enable crash reports. |
result.meta | object | No | — | Additional response metadata (status, paging). |