GET /api/admin/locations/{location_id}/regions/{region_id}/nodes
SCHEMA
nodes
: Array
id
: Stringlabel
: Stringhostname
: Stringprimary_ip
: Stringdisconnected
: Booleanfailed_health_checks
: Integeractive
: Booleanonline_at
: DateTimedisconnected_at
: DateTimepublic_ip
: Stringregion_id
: Integermaintenance
: Booleanmaintenance_updated
: DateTimejob_status
: Stringssh_port
: Integervolume_device
: Stringblock_write_bps
: Integerblock_read_bps
: Integercreated_at
: DateTimeupdated_at
: DateTimeGET /api/admin/locations/{location_id}/regions/{region_id}/nodes/{id}
SCHEMA
node
: Object
id
: Stringlabel
: Stringhostname
: Stringprimary_ip
: Stringdisconnected
: Booleanfailed_health_checks
: Integeractive
: Booleanonline_at
: DateTimedisconnected_at
: DateTimepublic_ip
: Stringregion_id
: Integermaintenance
: Booleanmaintenance_updated
: DateTimejob_status
: Stringssh_port
: Integervolume_device
: Stringblock_write_bps
: Integerblock_read_bps
: Integercreated_at
: DateTimeupdated_at
: DateTimePATCH /api/admin/locations/{location_id}/regions/{region_id}/nodes/{id}
Note: We currently do not allow changing the hostname of an existing node.
SCHEMA
node
: Object
label
: Stringprimary_ip
: Stringactive
: Booleanpublic_ip
: Stringregion_id
: Integerssh_port
: Integervolume_device
: Stringblock_write_bps
: Integerblock_read_bps
: IntegerPOST /api/admin/locations/{location_id}/regions/{region_id}/nodes
SCHEMA
node
: Object
label
: Stringhostname
: Stringprimary_ip
: Stringactive
: Booleanpublic_ip
: Stringregion_id
: Integerssh_port
: Integervolume_device
: Stringblock_write_bps
: Integerblock_read_bps
: IntegerDELETE /api/admin/locations/{location_id}/regions/{region_id}/nodes/{id}