Get Discovery Profile Results by ID

get

/discovery-service/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). This is a legacy API. It is only available when the ENABLE_LEGACY_API_ENDPOINTS configuration parameter is set to true on the Discovery Service microservice.

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 : CustomSNMPAccessProfile
Type: object
A custom SNMP access profile.
Show Source
Nested Schema : CustomSNMPAccessProfileAuth
Type: object
Custom SNMP access profile authentication information.
Show Source

204 Response

No content

401 Response

Unauthorized operation

500 Response

Internal server error
Back to Top