API Description | API Path |
---|---|
List Port Mirroring ProfilesAPI will list all port mirroring profiles group. |
GET /policy/api/v1/global-infra/port-mirroring-profiles
GET /policy/api/v1/infra/port-mirroring-profiles |
Delete Port Mirroring ProfileAPI will delete port mirroring profile. Mirroring from source to destination ports will be stopped. |
DELETE /policy/api/v1/infra/port-mirroring-profiles/<port-mirroring-profile-id>
DELETE /policy/api/v1/global-infra/port-mirroring-profiles/<port-mirroring-profile-id> |
Details of Port Mirroring ProfileAPI will return details of port mirroring profile. |
GET /policy/api/v1/infra/port-mirroring-profiles/<port-mirroring-profile-id>
GET /policy/api/v1/global-infra/port-mirroring-profiles/<port-mirroring-profile-id> |
Patch Port Mirroring Profile.Create a new Port Mirroring Profile if the Port Mirroring Profile with given id does not already exist. If the Port Mirroring Profile with the given id already exists, patch with the existing Port Mirroring Profile. Realized entities of this API can be found using the path of monitoring profile binding map that is used to apply this profile. |
PATCH /policy/api/v1/infra/port-mirroring-profiles/<port-mirroring-profile-id>
PATCH /policy/api/v1/global-infra/port-mirroring-profiles/<port-mirroring-profile-id> |
Create or Replace Port Mirroring Profile.Create or Replace port mirroring profile. Packets will be mirrored from source group, segment, port to destination group. Realized entities of this API can be found using the path of monitoring profile binding map that is used to apply this profile. |
PUT /policy/api/v1/infra/port-mirroring-profiles/<port-mirroring-profile-id>
PUT /policy/api/v1/global-infra/port-mirroring-profiles/<port-mirroring-profile-id> |