3.5.1. Get server diagnostics

 
MethodURIDescription
GET/v2/{tenant_id}/servers/{server_id}/diagnostics

Gets basic usage data for a specified server.

Normal response codes: 200

 3.5.1.1. Request

This table shows the URI parameters for the get server diagnostics request:

NameTypeDescription

{tenant_id}

​String

The ID for the tenant or account in a multi-tenancy cloud.

{server_id}

​U​U​ID

The UUID for the server of interest to you.

This operation does not require a request body.

 3.5.1.2. Response

 

Example 3.46. Server diagnostics: JSON response

{
   "vnet0_tx_errors":0,
   "vda_errors":-1,
   "vda_read":4447232,
   "vda_write":4347904,
   "vnet0_tx_packets":1259,
   "vda_write_req":3523,
   "memory-actual":524288,
   "cpu0_time":195230000000,
   "vnet0_tx":364840,
   "vnet0_rx_drop":0,
   "vnet0_rx_packets":1423,
   "vnet0_rx_errors":0,
   "memory":524288,
   "memory-rss":243188,
   "vda_read_req":291,
   "vnet0_rx":363725,
   "vnet0_tx_drop":0
}

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...