Add an SNMP Profile to a Discovery Job
post
/discovery/request/result/{discovery-context-id}/profile/
Adds an SNMP profile to the discovery job that matches the specified discovery context ID.
Request
Path Parameters
-
discovery-context-id(required): string
The ID of the discovery request to add the SNMP profile to.
Supported Media Types
- application/json
Root Schema : schema
Type:
object
A custom SNMP access profile.
Show Source
-
Auth: object
CustomSNMPAccessProfileAuth
Custom SNMP access profile authentication information.
-
MTU: integer
Minimum Value:
0
Maximum Value:2147483647
The MTU for the custom SNMP access profile.Example:1456
-
Port: integer
Minimum Value:
0
Maximum Value:65535
The custom SNMP access profile port.Example:161
-
Priority: integer
Minimum Value:
0
Maximum Value:2147483647
The custom SNMP access profile priority.Example:1
-
ProfileID: integer
Minimum Value:
0
Maximum Value:4294967295
The custom SNMP access profile ID.Example:1
-
UUID: string
(uuid)
The custom SNMP access profile UUID.Example:
df29b366-c3a4-4a89-8ec8-2f1527276c75
-
Version(required): integer
Allowed Values:
[ "1", "2", "3" ]
The custom SNMP access profile version.Example:2
Nested Schema : CustomSNMPAccessProfileAuth
Type:
object
Custom SNMP access profile authentication information.
Show Source
-
AuthEngineID: string
The custom SNMP access profile authentication engine ID.Example:
80001adc802417e202b8613f5400000000
-
AuthPassphrase: string
The custom SNMP access profile authentication passphrase.Example:
QXV0aFBhc3N3b3Jk
-
AuthProtocol: string
The custom SNMP access profile authentication protocol.Example:
SHA256
-
AuthType: string
Allowed Values:
[ "NOAUTHNOPRIV", "AUTHNOPRIV", "AUTHPRIV" ]
The custom SNMP access profile authentication type.Example:AUTHPRIV
-
Community: string
The custom SNMP access profile community string.Example:
public
-
PrivPassphrase: string
The custom SNMP access profile private passphrase.Example:
UHJpdlBhc3N3b3Jk
-
PrivProtocol: string
The custom SNMP access profile private protocol.Example:
AES
-
Username: string
The custom SNMP access profile user name.Example:
user
Response
Supported Media Types
- text/plain
200 Response
Successful operation
Root Schema : schema
Type:
string
400 Response
Bad request
401 Response
Unauthorized operation