Server

Package : spaceone.api.inventory.v1

Server

Server Methods:

create

POST /inventory/v1/servers

TypeMessage

Request

Response

update

PUT /inventory/v1/server/{server_id}

TypeMessage

Request

Response

pin_data

PUT /inventory/v1/server/{server_id}/pin-data

TypeMessage

Request

Response

delete

DELETE /inventory/v1/server/{server_id}

TypeMessage

Request

Response

get

GET /inventory/v1/server/{server_id}

TypeMessage

Request

Response

list

GET /inventory/v1/servers

POST /inventory/v1/servers/search

TypeMessage

Request

Response

stat

POST /inventory/v1/servers/stat

TypeMessage

Request

Response

Message

CreateServerRequest

FieldTypeRequiredDescription

name

string

primary_ip_address

string

os_type

  • OS_TYPE_NONE

  • LINUX

  • WINDOWS

account

string

instance_type

string

launched_at

string

provider

string

cloud_service_group

string

cloud_service_type

string

region_code

string

data

metadata

nics

disks

reference

tags

project_id

string

domain_id

string

GetServerRequest

FieldTypeRequiredDescription

server_id

string

domain_id

string

only

list of string

PinServerDataRequest

FieldTypeRequiredDescription

server_id

string

keys

list of string

domain_id

string

ServerDisk

FieldTypeRequiredDescription

device_index

device

string

disk_type

string

size

float

tags

ServerInfo

FieldTypeDescription

server_id

string

name

string

state

string

primary_ip_address

string

ip_addresses

list of string

os_type

  • OS_TYPE_NONE

  • LINUX

  • WINDOWS

account

string

instance_type

string

provider

string

cloud_service_group

string

cloud_service_type

string

region_code

string

data

metadata

nics

disks

reference

tags

collection_info

project_id

string

domain_id

string

created_at

string

updated_at

string

deleted_at

string

launched_at

string

ServerNIC

FieldTypeRequiredDescription

device_index

device

string

nic_type

string

ip_addresses

list of string

cidr

string

mac_address

string

public_ip_address

string

tags

ServerQuery

FieldTypeRequiredDescription

query

server_id

string

name

string

state

string

primary_ip_address

string

ip_addresses

string

os_type

  • OS_TYPE_NONE

  • LINUX

  • WINDOWS

account

string

instance_type

string

provider

string

cloud_service_group

string

cloud_service_type

string

region_code

string

resource_group_id

string

project_id

string

project_group_id

string

domain_id

string

ServerReference

FieldTypeDescription

resource_id

string

external_link

string

ServerRequest

FieldTypeRequiredDescription

server_id

string

domain_id

string

ServerStatQuery

FieldTypeRequiredDescription

query

domain_id

string

resource_group_id

string

ServersInfo

FieldTypeDescription

results

total_count

UpdateServerRequest

FieldTypeRequiredDescription

server_id

string

name

string

primary_ip_address

string

os_type

  • OS_TYPE_NONE

  • LINUX

  • WINDOWS

account

string

instance_type

string

launched_at

string

provider

string

cloud_service_group

string

cloud_service_type

string

region_code

string

data

metadata

nics

disks

reference

tags

project_id

string

domain_id

string

release_region

bool

release_project

bool

Last updated