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

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : DiscoveryContextIDProfiles
Type: object
Additional Properties Allowed
Show Source
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
Nested Schema : CustomSNMPAccessProfileAuth
Type: object
Custom SNMP access profile authentication information.
Show Source

401 Response

Unauthorized operation

500 Response

Internal server error
Back to Top