Policy > Networking > Networking Profiles > Multicast Profiles

Associated URIs:

API Description API Path

List Igmp Profile


List all igmp profile.
GET /policy/api/v1/infra/igmp-profiles

Delete Igmp Profile


Delete Igmp Profile.
DELETE /policy/api/v1/infra/igmp-profiles/<igmp-profile-id>

Read Igmp Profile


Read Igmp Profile.
GET /policy/api/v1/infra/igmp-profiles/<igmp-profile-id>

Update igmp profile


Create a igmp profile with the igmp-profile-id is not already present,
otherwise update the igmp profile.
PATCH /policy/api/v1/infra/igmp-profiles/<igmp-profile-id>

Update igmp profile


Create or update igmp profile.
PUT /policy/api/v1/infra/igmp-profiles/<igmp-profile-id>

List Pim Profile


List all pim profile.
GET /policy/api/v1/infra/pim-profiles

Read Pim Profile


Read Pim Profile.
GET /policy/api/v1/infra/pim-profiles/<pim-profile-id>

Update pim profile


Create a pim profile with the pim-profile-id is not already present,
otherwise update the pim profile.
PATCH /policy/api/v1/infra/pim-profiles/<pim-profile-id>

Update pim profile


Create or update pim profile.
PUT /policy/api/v1/infra/pim-profiles/<pim-profile-id>