Show All Appliance Latency Data
Show the details of latency status in all appliances.
Request
URI
GET
https://nsxmanager.your.domain/api/v1/systemhealth/appliances/latency/status
COPY
Query Parameters
string
cursor
Optional
Opaque cursor to be used for getting next page of records (supplied by current result page)
string
included_fields
Optional
Comma separated list of fields that should be included in query result
integer
page_size
Optional
Constraints:
minimum: 0
maximum: 1000
default: 1000
Maximum number of results to return in this page (server may return fewer)
boolean
sort_ascending
Optional
sort_ascending
string
sort_by
Optional
Field by which records are sorted
Responses
200
OK
Returns
ApplianceLatencyListResult
of type(s)
application/json
This response body class contains all of the following:
InlineApplianceLatencyListResult1
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"cursor": "string",
"result_count": 0,
"sort_ascending": false,
"sort_by": "string",
"results": [
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"id": "string",
"latency_data": [
{
"destination_node_id": "string",
"destination_node_ip": "string",
"destination_node_name": "string",
"packet_loss_percent": "string",
"packet_received": 0,
"packet_transmitted": 0,
"rtt_avg": "number",
"rtt_max": "number",
"rtt_mdev": "number",
"rtt_min": "number",
"source_node_ip": "string",
"status": "string",
"total_time": 0
}
],
"name": "string",
"timestamp": 0
}
]
}
404
Not Found
Operation doesn't return any data structure
412
Returns
PreconditionFailed
of type(s)
application/json
Operation doesn't return any data structure
500
Returns
InternalServerError
of type(s)
application/json
Operation doesn't return any data structure
503
Returns
ServiceUnavailable
of type(s)
application/json
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v1/systemhealth/appliances/latency/status
System Administration Operations
POST
Collect Audit Logs
GET
Get Alarms
GET
Get Alarm
POST
Update Alarm Status
POST
Bulk Update Alarms
GET
Get Automatic Health Check Toggle
PUT
Update Automatic Health Check Toggle
GET
List Automatic Health Checks
GET
Get Automatic Health Check
GET
Get Proton Capacity Thresholds
PUT
Update Proton Capacity Thresholds
GET
Get Proton Capacity Usage
GET
Cluster Cluster Node Id Node List Core Dumps
DELETE
Cluster Cluster Node Id Node Delete Core Dump
POST
Cluster Cluster Node Id Node Copy Core Dump To Remote File Copy To Remote File
POST
Cluster Cluster Node Id Node Set Core Dump Config Set Coredump Config
GET
List Error Resolver Info
GET
Get Error Resolver Info
POST
Resolve Error
GET
List Events
GET
Get Event
PUT
Update Event
POST
Reset Event Values
GET
List Feature Stack Configurations
GET
Get Feature Stack Configuration
PUT
Update Feature Stack Configuration
POST
Reset Aggregation Service Feature Stack Configuration
GET
Get Aggregation Service Global Config
PUT
Update Aggregation Service Global Config
GET
List Latency Profiles
Deprecated
POST
Create Latency Stat Profile
Deprecated
DELETE
Delete Latency Stat Profile
Deprecated
GET
Read Latency Stat Profile
Deprecated
PUT
Update Latency Profile
Deprecated
GET
Node List Core Dumps
DELETE
Node Delete Core Dump
POST
Node Copy Core Dump To Remote File Copy To Remote File
POST
Node Set Core Dump Config Set Coredump Config
GET
List Notification Watchers
POST
Add Notification Watcher
DELETE
Delete Notification Watcher
GET
Get Notification Watcher
PUT
Update Notification Watcher
GET
Get Notifications
PUT
Update Notifications
POST
Add Uri Filters
POST
Delete Uri Filters
GET
Show All Appliance Latency Data
GET
Show ALL Appliance Process Data
GET
Show Appliance Latency Data
GET
Show Appliance Process Data
GET
Read Container Cluster Status List
POST
Create Container Cluster Status
DELETE
Delete Container Cluster Summary
GET
Read Container Cluster Status
GET
List All System Health Plugins
Deprecated
POST
Create System Health Plugin
Deprecated
GET
Show System Health Plugin On Node
DELETE
Delete System Health Plugin
Deprecated
GET
Show System Health Plugin
Deprecated
POST
Create Plugin File
GET
List System Health Agent Profiles
Deprecated
POST
Create System Health Agent Profile
Deprecated
DELETE
Delete System Health Agent Profile
Deprecated
GET
Show System Health Agent Profile
Deprecated
PUT
Update System Health Agent Profile
Deprecated
GET
Read Tn Container Agent Status
GET
Read Tn Hyperbus Status
GET
Transport Nodes Transport Node Id Node List Core Dumps
DELETE
Transport Nodes Transport Node Id Node Delete Core Dump
POST
Transport Nodes Transport Node Id Node Copy Core Dump To Remote File Copy To Remote File
POST
Transport Nodes Transport Node Id Node Set Core Dump Config Set Coredump Config
GET
List Views
Deprecated
POST
Create View
Deprecated
DELETE
Delet View
Deprecated
GET
Get View
Deprecated
PUT
Update View
Deprecated
GET
List Widget Configurations
Deprecated
POST
Create Widget Configuration
Deprecated
DELETE
Delete Widget Configuration
Deprecated
GET
Get Widget Configuration
Deprecated
PUT
Update Widget Configuration
Deprecated