NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| List Igmp ProfileList all igmp profile. | GET /policy/api/v1/infra/igmp-profiles | 
| Delete Igmp ProfileDelete Igmp Profile. | DELETE /policy/api/v1/infra/igmp-profiles/<igmp-profile-id> | 
| Read Igmp ProfileRead Igmp Profile. | GET /policy/api/v1/infra/igmp-profiles/<igmp-profile-id> | 
| Update igmp profileCreate 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 profileCreate or update igmp profile. | PUT /policy/api/v1/infra/igmp-profiles/<igmp-profile-id> | 
| List Pim ProfileList all pim profile. | GET /policy/api/v1/infra/pim-profiles | 
| Read Pim ProfileRead Pim Profile. | GET /policy/api/v1/infra/pim-profiles/<pim-profile-id> | 
| Update pim profileCreate 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 profileCreate or update pim profile. | PUT /policy/api/v1/infra/pim-profiles/<pim-profile-id> | 
