Service Snmpv3

HTTP Method

Resource

Request

Response

Description

GET

.../snmpv3

   

N/A

SnmpV3

Returns the Snmpv3Server.
PUT

.../snmpv3

   

SnmpV3

SnmpV3

Updates the Snmpv3Server.

GET

.../snmpv3/users

   

N/A

WiredElementList

Returns all the Snmpv3Users.
POST

... /snmpv3/users

   

SnmpV3

SnmpV3User

Adds the given Snmpv3User.

GET

... /snmpv3/users/{SnmpV3User .user_name}

   

N/A

SnmpV3User

Returns the specified Snmpv3User.

PUT

... /snmpv3/users/{SnmpV3User .user_name}

   

SnmpV3

SnmpV3User

Updates the given Snmpv3User.

DELETE

... /snmpv3/users/{SnmpV3User .user_name}

   

N/A

N/A

Deletes the given Snmpv3User.

GET

... /snmpv3/notify_names

   

N/A

WiredElementList

Returns all the Snmpv3Notify entries.

POST

... /snmpv3/notify_names

   

SnmpV3NotifyName

SnmpV3NotifyName

Adds the given Snmpv3Notify entry.

GET

... /snmpv3/notify_names/{SnmpV3NotifyName .notify_name}

   

N/A

SnmpV3NotifyName

Returns the specified Snmpv3Notify entry.

DELETE

.../snmpv3/notify_names/{SnmpV3NotifyName .notify_name}

   

N/A

N/A

Deletes the given Snmpv3Notify entry.

GET

... /snmpv3/params

   

N/A

WiredElementList

Returns all the Snmpv3Params entries.

POST

... /snmpv3/params

   

SnmpV3Param

SnmpV3Param

Adds the given Snmpv3Param entry.

GET

... /snmpv3/params/{SnmpV3Param .parameter_name}

   

N/A

SnmpV3Param

Returns the specified Snmpv3Param entry.

PUT

... /snmpv3/params/{SnmpV3Param .parameter_name}

   

SnmpV3Param

SnmpV3Param

Updates the given Snmpv3Param entry.

DELETE

... /snmpv3/params/{SnmpV3Param.parameter_name}

   

N/A

N/A

Deletes the given Snmpv3Param entry.

GET

... /snmpv3/target_addresses

   

N/A

WiredElementList

Returns all the Snmpv3TargetAddresses entries.

POST

... /snmpv3/target_addresses

   

SnmpV3TargetAddress

SnmpV3TargetAddress

Adds the given Snmpv3TargetAddress entry.

GET

... /snmpv3/target_addresses/{SnmpV3TargetAddress .target_address_name}

   

N/A

SnmpV3TargetAddress

Returns the specified Snmpv3TargetAddress entry.

PUT

... /snmpv3/target_addresses/{SnmpV3TargetAddress .target_address_name}

   

SnmpV3TargetAddress

SnmpV3TargetAddress

Updates the given Snmpv3TargetAddress entry.

DELETE

... /snmpv3/target_addresses/{SnmpV3TargetAddress .target_address_name}

   

N/A

N/A

Deletes the given Snmpv3TargetAddress entry.