Query VRF Context Profiles (v2.0)
POST/v2.0/api/tenants/:tenant_id/vrfcontextprofiles/query
Query VRF context profiles.
Request
Path Parameters
ID of the tenant.
- application/json
Body
Query Details for the Vrf Context Profile
- Array [
- ]
aggregate Aggregate
The aggregate number of VRF profiles 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 VRF profiles deleted for a time frame.
Group the VRF profiles for the query.
List the VRF profiles by ID.
Return the ID of a specified query in the current session.
The query limit.
The limit.
Query using query parameters.
Retrieve information from a field.
List the fields to query.
Specify the order in which you want the search criteria to display.
The total number of query parameters.
Responses
- 200
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 VRFContextProfileQueryFilter[]
VRF profile is enabled by default. True / False.
Description of the VRF profile. Max size = 256.
The VRF profile ID.
The name of the VRF profile. Max size = 128.
A information field that can be added to identify the VRF profile. Maximum 10 unique tags of length 1024 each are allowed.
The VRF context IDs.
vrf_context_route_leak_rules VRFContextRouteLeakRule[]
The valid VRF context leak rules.
Description of the Route Leak Rule. Max size = 256.
The destination VRF ID for the Route Leak Rule.
The leaked IPv4 prefixes of the Route Leak Rule. The leaked IPv4 prefix in the route leak rule must match the prefix configured on the interface.
The name of the Route Leak Rule. Max size = 128.
The SRC VRF ID.
{
"count": 0,
"deleted_count": 0,
"deleted_ids": [
"string"
],
"id": "string",
"next_query": {},
"tenant_id": "string",
"total_count": 0,
"items": [
{
"default_vrf_context_profile": true,
"id": "string",
"name": "string",
"tags": [
"string"
],
"vrf_context_ids": [
"string"
],
"vrf_context_route_leak_rules": [
{
"dest_vrf_context_id": "string",
"ipv4_prefixes": [
"string"
],
"name": "string",
"src_vrf_context_id": "string"
}
]
}
]
}