Get Config/State for Network from NB (v2.0)
POST/v2.0/api/tenants/:tenant_id/networks/bulk_config_state/query
Get all the configurations/states information for a given network from NB.
Request
Path Parameters
The tenant ID.
- application/json
Body
Query Details
- Array [
- ]
aggregate Aggregate
The aggregate number of queried elements.
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 of queried elements deleted for a time frame.
Group the elements state for the query.
List the element 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
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
The error code.
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "INVALID_TENANT_API_VERSION"
}
]
}
}