perf res util report-API-Spec

getall_perf_res_util_report

GET
This feature is only available for desktop.
Feature is available only on desktop

Use this operation to get Resource Management Information

Resource URL

https://adm.cloud.com/massvc/{customerid}/nitro/v2/config/perf_res_util_report

Path Parameters

ParameterTypeValueDescription
customerid
string
Required

Customer Id of the user

Header Parameters

ParameterTypeValueDescription
Authorization
string
Required

Session Id for authentication.Should be mentioned in the format CwsAuth bearer=sessionIdValue

isCloud
string
Required

set the value to true in case of Cloud services, false for on-prem deployment

Query Parameters

ParameterTypeValueDescription
filter
string
Optional

Use this query-parameter to get the filtered set of vm_device resources configured on the system. You can set a filter on any property of the resource.Example: property-name1:property-value1

pagesize
integer
Optional

Use this query-parameter to get the perf_res_util_report resources in chunks.To be used along with pageno query parameter.

pageno
integer
Optional

Use this query-parameter to get the perf_res_util_report resources in chunks.To be used along with pagesize query parameter.

count
string
Optional

Use this query-parameter to get the count of perf_res_util_report resources.

Available values : yes

Responses

Response Details
Http CodeDescription
200

for perf_res_util_report

{
  "perf_res_util_report": {
    "mgmtcpuusagepcnt": "number_value",
    "report_level": "0",
    "device_ip_address": "string_value",
    "timestamp": "number_value",
    "active_nodes": "integer_value",
    "memusagepcnt": "number_value",
    "id": "string_value",
    "pktcpuusagepcnt": "number_value",
    "agg_level": "0",
    "report_start_time": "number_value",
    "report_end_time": "number_value"
  }
}
400

Bad input parameter

{
  "errorcode": 1001,
  "errormessage": "id cannot be found"
}
401

Failed Authentication

{
  "errorcode": 1001,
  "errormessage": "id cannot be found"
}
403

Unauthorized

{
  "errorcode": 1001,
  "errormessage": "id cannot be found"
}
404

Item not found

{
  "errorcode": 1001,
  "errormessage": "id cannot be found"
}
409

Resource Conflict

{
  "errorcode": 1001,
  "errormessage": "id cannot be found"
}
500

Server Error

{
  "errorcode": 1001,
  "errormessage": "id cannot be found"
}
504

Gateway Timeout

{
  "errorcode": 1001,
  "errormessage": "id cannot be found"
}
perf res util report-API-Spec