EntitiesService_GetEntities
EntitiesService_GetEntities
Responses
- 200
- default
A successful response.
- application/json
- Schema
- Example (from schema)
Schema
entities_by_ip_address object
entities_by_name object
{
"entities_by_ip_address": {
"entities": {}
},
"entities_by_name": {
"entities": {}
}
}
An unexpected error response.
- application/json
- Schema
- Example (from schema)
Schema
- code int32
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
details object[]
- message string
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
GET /v1/discovery/entities
Request
Request
curl / cURL
curl -L -X GET 'https://aperture-agent/v1/discovery/entities' \
-H 'Accept: application/json'
python / requests
curl -L -X GET 'https://aperture-agent/v1/discovery/entities' \
-H 'Accept: application/json'
go / native
curl -L -X GET 'https://aperture-agent/v1/discovery/entities' \
-H 'Accept: application/json'