Host

Host
Host
JSON Example
{
    "id": "string",
    "name": "string",
    "deployment_id": "string",
    "cluster_id": "string",
    "org_id": "string",
    "state": {
        "phase": "string",
        "sub_phase": "string",
        "display_name": "string",
        "error_msg": "string",
        "error_code": "string",
        "provider": "string",
        "internal_error_msg": "string",
        "internal_error_code": "string"
    },
    "capacity": {
        "cpu_mhz": 0,
        "memory_bytes": 0,
        "storage_bytes": 0
    },
    "creator": {
        "user_name": "string",
        "user_id": "string",
        "client_id": "string",
        "timestamp": "string"
    },
    "updater": {
        "user_name": "string",
        "user_id": "string",
        "client_id": "string",
        "timestamp": "string"
    },
    "internal_creator": {
        "user_name": "string",
        "user_id": "string",
        "client_id": "string",
        "timestamp": "string"
    },
    "deleted": false,
    "resource_version": 0
}
string
id
Optional

Identifier of the deployment host

string
name
Required

Name of host

string
deployment_id
Required

Identifier of the parent deployment

string
cluster_id
Required

Identifier of the parent cluster

string
org_id
Optional

Identifier of the organization

state
Optional

state

capacity
Optional

capacity

creator
Optional

creator

updater
Optional

updater

internal_creator
Optional

internal_creator

boolean
deleted
Optional

Indicates if the current host is deleted

integer As int64 As int64
resource_version
Optional

Version of the record content to handle optimistic control verification