Query DB for MSTP Instances (v2.0)
POST/v2.0/api/tenants/:tenant_id/mstp_instances/query
Query the DB for limit number of MSTP Instances that match query params.
Request
Path Parameters
The tenant ID.
- application/json
Body
- Array [
- ]
aggregate Aggregate
The aggregate number of MSTP instances that match the query parameters.
data AggregateData[]
The details of the aggregate data.
Value of the aggregate data.
View the aggregate date.
Field
The name of the query response.
Possible values: [max
, count
, min
, avg
, sum
]
Operator
QoS application aggregate statistics.
The unit.
The destination page.
The number MSTP instances deleted for a time frame.
Group By
List the MSTP instances by ID.
Return the ID of a specified query in the current session.
The query limit.
The limit.
Retrieve information from a field.
List the fields to query.
The total number of query parameters.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
The MSTP instance description. Max limit = 256.
The MSTP instance ID.
The MSTP instance number. Valid values are 0-255.
The MSTP instance priority. Valid values are 0-15.
The name of the MSTP instance. Max limit = 128.
A information field that can be added to identify the MSTP instance. Maximum 10 unique tags of length 128 each are allowed.
{
"id": "string",
"instance_number": 0,
"instance_priority": 0,
"name": "string",
"tags": [
"string"
]
}