[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

Migrate Event Subscriptions To Other SNMP Trap Destination Profiles

Description

Migrate event subscriptions from given SNMP profile to multiple other SNMP Trap destination profiles.

Request

Request

URL

URL


post
https://vrni.example.com/api/ni/settings/snmp/profiles/{id}/migrate-events
Copy

Path Parameters

Path Parameters

string
id Required

The Entity ID of object requestion information on


Request Body

Request Body

SnmpProfileIds of type(s) application/json Required

SNMP Trap destination profiles list

{
	"snmp_profiles": [
		"string"
	]
}
array of string
snmp_profiles Optional
Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

204 No Content

Success

Errors

Errors

ApiError
400

Bad Request


ApiError
401

Unauthorized


ApiError
403

Forbidden


ApiError
404

Not Found


ApiError
500

Internal Error

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"snmp_profiles":["string"]}' https://vrni.example.com/api/ni/settings/snmp/profiles/{id}/migrate-events


[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Settings Operations
Feedback

Was this page helpful?