Query OSPF Reachable Prefixes (v2.0)
POST/v2.0/api/tenants/:tenant_id/ospfreachableprefixes/query
Queries the OSPF reachable prefixes that match the query parameters.
Request
Path Parameters
The tenant ID.
- application/json
Body
Query Details for OSPF reachable prefixes
- Array [
- ]
aggregate Aggregate
The aggregate number of OSPF reachable prefixes 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 OSPF reachable prefixes deleted for a time frame.
Group the OSPF reachable prefixes for the query.
List the OSPF reachable prefixes 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
- Array [
- Array [
- ]
- ]
The actual count.
The deleted number.
The deleted IDs.
Description of the query. Max size = 256.
The ID.
Details of the next query.
The tenant ID.
Total number.
items OspfReachablePrefixesFilter[]
The OSPF reachable prefix ID.
The OSPF config ID.
reachable_ipv4_prefixes PrefixInfo[]
The reachable IPv4 prefixes for OSPF.
The AS path of the IPv4/IPv6 prefix.
The network of the IPv4/IPv6 prefix.
The next-hop of the IPv4/IPv6 prefix.
The reachable IPv4 prefixes count for OSPF.
True or False.
The attached VRF (Virtual Routing and Forwarding) ID.
{
"count": 0,
"deleted_count": 0,
"deleted_ids": [
"string"
],
"id": "string",
"next_query": {},
"tenant_id": "string",
"total_count": 0,
"items": [
{
"id": "string",
"ospf_config_id": "string",
"reachable_ipv4_prefixes": [
{
"as_path": [
0
],
"network": "string",
"nexthop": "string"
}
],
"reachable_ipv4_prefixes_count": 0,
"redistribute": true,
"vrf_context_id": "string"
}
]
}
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": "BAD_QUERY_REQUEST"
}
]
}
}