Query Multicast IGMP Group Membership (v2.0)
POST/sdwan/v2.0/api/multicastigmpmemberships/query
Query multicast IGMP group membership information.
Request
- application/json
Body
- Array [
- ]
aggregate Aggregate
The aggregate number of multicast IGMP memberships that match the query parameters.
data AggregateData[]
The details of the aggregate data.
Value of the aggregate data.
View the aggregate date.
The field value.
The name of the query response.
Possible values: [max
, count
, min
, avg
, sum
]
The operator values.
The aggregate statistics.
The unit.
The destination page.
The number multicast IGMP memberships deleted for a time frame.
Group By
List the multicast IGMP memberships 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.
Total number.
items MulticastIgmpMembershipQueryFilter[]
The element ID.
The multicast igmp membership ID.
igmp_group_members MulticastIgmpGroupMember[]
Details of the igmp group members.
Indicates if the multicast information should be forwarded to the receiver in the LAN network.
The multicast group from which hosts want to receive multicast information.
Displays information about the hosts in the LAN network interested in receiving information from a specific multicast group.
Indicates the period within which the ION device determines if there are receivers interested in receiving multicast traffic for a specific multicast group.
The period for which the host has been a part of the multicast group.
The interface ID on which multicast is configured.
Details of the igmp group members.
The ID of the site.
{
"count": 0,
"deleted_count": 0,
"deleted_ids": [
"string"
],
"id": "string",
"next_query": {},
"total_count": 0,
"items": [
{
"element_id": "string",
"id": "string",
"igmp_group_members": [
{
"fwd": "string",
"group": "string",
"source": "string",
"timeout": "string",
"uptime": "string"
}
],
"interface_id": "string",
"name": "string",
"site_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": "INVALID_INPUT"
}
]
}
}