Skip to main content
Version: 2.33.1

EntitiesService_GetEntityByIPAddress

EntitiesService_GetEntityByIPAddress

Path Parameters
  • ip_address string required
Responses

A successful response.


Schema
  • ip_address string required

    Possible values: Value must match regular expression ^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$

    IP address of the entity.

  • name string

    Name of the entity. For example, pod name.

  • namespace string

    Namespace of the entity. For example, pod namespace.

  • node_name string

    Node name of the entity. For example, hostname.

  • services string[]

    Possible values: >= 1

    Services of the entity.

  • uid string required

    Unique identifier of the entity.

GET /v1/discovery/entities/ip-address/:ip_address

Request

Base URL
https://aperture-agent
ip_address — path required
curl / cURL
curl -L -X GET 'https://aperture-agent/v1/discovery/entities/ip-address/:ip_address' \
-H 'Accept: application/json'