API Guide

Table Of Contents
Type Name Description Schema
Query
name
optional
Filter results by name. See
LexicalQueryExpression for details.
string
(LexicalQueryExpres
sion)
Query
offset
optional
Index of the first element to include in paginated
results.<br> <b>'limit' must also be
specified.</b>
integer (int32)
Query
role
optional
Filter results by role. See
LexicalQueryExpression for details.
string
(LexicalQueryExpres
sion)
Query
sort_by
optional
Specify the field priority order and direction for
sorting. See SortingOrderExpression for details.
string
(SortingOrderExpres
sion)
Query
status
optional
Filter results by status. See
LexicalQueryExpression for details.
string
(LexicalQueryExpres
sion)
Responses
HTTP
Code
Description Schema
200
A JSON array of hardware ports
Headers :
X-Total-Count (integer) : The total number of entities in the result set
after filtering.
HardwarePorts
500 Failed to get hardware ports Error
3.17. Health
3.17.1. Return local-COM health information
GET /clusters/{cluster_name}/health/local_com
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Responses
HTTP
Code
Description Schema
200 The local-COM health object LocalComHealth
65