Get Discovery Profile Results by ID
get
/discovery/request/result/{discovery-context-id}/profile/{snmp-profile-uuid}
Gets the discovery profile results that match the specified context ID and SNMP profile Universal Unique Identifier (UUID).
Request
Path Parameters
-
discovery-context-id(required): string
The ID for the discovery request.
-
snmp-profile-uuid(required): string
The UUID of the SNMP profile.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root 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
204 Response
No content
401 Response
Unauthorized operation
500 Response
Internal server error