Get SNMP Profile Results
get
/discovery/request/result/{discovery-context-id}/profile/
Gets the SNMP profile result for the specified discovery context ID.
Request
Path Parameters
-
discovery-context-id(required): string
The ID for the discovery request.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : DiscoveryContextIDProfiles
Type:
object
Additional Properties Allowed
Show Source
-
object CustomSNMPAccessProfile
A custom SNMP access profile.
Example:
{
"df29b366-c3a4-4a89-8ec8-2f1527276c75":{
"Version":"2",
"ProfileID":"1",
"UUID":"df29b366-c3a4-4a89-8ec8-2f1527276c75",
"Priority":"1",
"Port":"161",
"MTU":"1456",
"Auth":{
"Community":"public",
"Username":"user",
"AuthType":"AUTHPRIV",
"AuthPassphrase":"QXV0aFBhc3N3b3Jk",
"AuthProtocol":"SHA256",
"PrivPassphrase":"UHJpdlBhc3N3b3Jk",
"PrivProtocol":"AES",
"AuthEngineID":"80001adc802417e202b8613f5400000000"
}
},
"47542a02-6cc6-43f8-b39a-7111136bdcaf":{
"Version":"1",
"UUID":"47542a02-6cc6-43f8-b39a-7111136bdcaf",
"Priority":"2",
"Port":"161",
"MTU":"1454",
"Auth":{
"Community":"public",
"Username":"user",
"AuthType":"AUTHPRIV",
"AuthPassphrase":"QXV0aFBhc3N3b3Jk",
"AuthProtocol":"SHA256",
"PrivPassphrase":"UHJpdlBhc3N3b3Jk",
"PrivProtocol":"AES",
"AuthEngineID":"80002adc802417e202b8613f5400000000"
}
}
}
Nested Schema : CustomSNMPAccessProfile
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
401 Response
Unauthorized operation
500 Response
Internal server error