ServerWithOnlyIDsNamesLinks¶
Overview¶
Brief list of Server (only include id, name, links).
This data type is included in the result of the next API request.
DATA TYPE¶
Contents¶
PARAMETER | DESCRIPTION | DATATYPE |
---|---|---|
id | UUID of the baremetal server. | UUID |
links | Link of the baremetal server. | Link Array |
name | Name of the baremetal server. | String |
Example¶
{
"server": {
"id": "616fb98f-46ca-475e-917e-2563e5a8cd19",
"links": [
{
"href": "https://baremetal-server-jp1-ecl.api.ntt.com/v2/openstack/servers/616fb98f-46ca-475e-917e-2563e5a8cd19",
"rel": "self"
},
{
"href": "https://baremetal-server-jp1-ecl.api.ntt.com/openstack/servers/616fb98f-46ca-475e-917e-2563e5a8cd19",
"rel": "bookmark"
}
],
"name": "new-server-test"
}
}