Agent

Agent
Agent
JSON Example
{
    "sddc_csp_oauth_client": {
        "csp_oauth_client": {
            "client_secret": "string",
            "client_id": "string"
        },
        "create_at": "string"
    },
    "addresses": [
        "string"
    ],
    "internal_ip": "string",
    "hostname_verifier_enabled": false,
    "cert_enabled": false,
    "network_cidr": "string",
    "id": "string",
    "tenant_service_info": {
        "s3_log_bucket_arn": "string"
    },
    "tinyproxy_whitelist": [
        "string"
    ],
    "healthy": false,
    "management_ip": "string",
    "master": false,
    "network_netmask": "string",
    "network_gateway": "string",
    "provider": "string",
    "agent_url": "string",
    "agent_state": "string"
}
sddc_csp_oauth_client
Optional

sddc_csp_oauth_client

array of string
addresses
Optional

The addresses of the agent including its public IP and DNS names.

string
internal_ip
Optional

The internal IP address of the agent which is provided by the underlying cloud provider

boolean
hostname_verifier_enabled
Optional

Boolean flag to indicate if the agent is using FQDN in the certificate

boolean
cert_enabled
Optional

Boolean flag to indicate if the agent is using CA signed certificate

string
network_cidr
Optional

Network CIDR of the agent

string
id
Optional

The agent id

tenant_service_info
Optional

tenant_service_info

array of string
tinyproxy_whitelist
Optional

The list of white listed domains of the HTTP proxy.

boolean
healthy
Optional

Boolean flag to indicate if the agent is healthy.

object
custom_properties
Optional

custom_properties

string
management_ip
Optional

The internal management IP address of the agent exposed to the SDDC, which might be different from the internal IP

boolean
master
Optional

Boolean flag to indicate if the agent is the master, only the master Agent is accessible

string
network_netmask
Optional

Network netmask of the agent

string
network_gateway
Optional

Network gateway of the agent

string
provider
Required

The cloud provider

string
agent_url
Optional

The accessible URL of the agent service, it is resolved to public IP address from the Internet and private IP address within SDDC

string
agent_state
Optional

Agent state

Possible values are : NOT_READY, DEPLOYING, CUSTOMIZING, READY, DELETING, DELETED, FAILED,