Skip to main content
Version: development

EntitiesService_GetEntities

EntitiesService_GetEntities

Responses

A successful response.


Schema
  • entities_by_ip_address object

    Entities defines mapping of entities.

  • entities object
  • property name* object

    Entity represents a pod, VM, and so on.

  • 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.

  • entities_by_name object

    Entities defines mapping of entities.

  • entities object
  • property name* object

    Entity represents a pod, VM, and so on.

  • 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...