ServerShowResponse
ServerShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : a8f10467abfc4b87b64614ab36eb9ae4 | string | |
| addresses optional | Addresses | any of [array[ServerShowResponseAddress], null] | |
| auto_scaling_group_id optional | Auto-Scaling Group ID Example : 52613bd852b04b39adcb15a8364d856d | any of [string, null] | |
| created_at required | Created at Example : | string (date-time) | |
| created_by required | Created by Example : 97e6b22c9a4143789ca522df7457a32f | string | |
| disk_config required | Disk config Example : MANUAL | string | |
| id required | Server ID Example : 2a9be312-5d4b-4bc8-b2ae-35100fa9241f | string | |
| image_id optional | Image ID Example : 70a599e0-31e7-49b7-b260-868f441e862b | any of [string, null] | |
| is_marketplace optional | Is Marketplace Example : False | any of [boolean, null] | |
| keypair_name optional | Keypair name Example : keypairname | any of [string, null] | |
| launch_configuration_id optional | Launch Configuration ID Example : b5aea5a675fc4f6b9e0fcd1288354c5f | any of [string, null] | |
| locked required | Locked Example : False | boolean | |
| metadata required | Metadata Example : | object | |
| modified_at required | Modified at Example : | string (date-time) | |
| name required | Server name Example : servername | string | |
| partition_number optional | Partition number Example : 1 | any of [integer, null] | |
| planned_compute_os_type optional | Planned Compute OS type Example : windows | any of [enum (open_source, windows, rhel), null] | |
| product_category optional | Product category Example : compute | any of [enum (compute, container), null] | |
| product_offering optional | Product offering Example : virtual_server | any of [enum (virtual_server, gpu_server, k8s_vm, k8s_gpu_vm), null] | |
| security_groups optional | Security Groups | any of [array[ServerShowResponseSecurityGroup], null] | |
| server_group_id optional | Server Group ID Example : 616fb98f-46ca-475e-917e-2563e5a8cd19 | any of [string, null] | |
| server_type required | Server type | ServerShowResponseServerType | |
| state required | Server state Example : ACTIVE | string | |
| volumes required | Volumes | array[ServerShowResponseVolume] | |
| vpc_id optional | VPC ID Example : cc976b621087484ea5fd527f4b78708b | any of [string, null] |