Skip to main content
Version: development

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.

Loading...