Get network utilization for an SBM server

GET/v1/hosts/sbm_servers/{server_id}/network_utilization

To learn how much traffic is consumed within the commit, send a GET request to /v1/hosts/sbm_servers/{server_id}/network_utilization.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

server_id*string

A unique identifier of an SBM server. To get SBM server IDs, use a request to list all hosts and filter results by the sbm_server type.

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/hosts/sbm_servers/pmbk6raz/network_utilization"
{  "type": "traffic",  "utilization": {    "value": 2000000,    "commit": 1000000,    "unit": "KB"  }}
{  "message": "Not found",  "code": "NOT_FOUND"}