Get platform info

GET /platform

Retrieves information about the active platform.

Responses

  • 200 application/json

    The platform information is retrieved.

    Hide response attributes Show response attributes object
    • version string Required

      Platform version

    • services array[object] Required

      The platform service information.

      Hide services attributes Show services attributes object
      • type string Required

        Name of service

      • image array[object] Required

        The docker image that is used to run a service.

        Hide image attributes Show image attributes object
        • id string Required

          Id of runner that hosts the container

        • tag string Required

          Image tag

        • version string Required

          Version of service

        • hash string Required

          Image hash code

    • phone_home_enabled boolean Required

      Is the phone-home service, which returns anonymized usage statistics to Elastic, enabled

    • eula_accepted boolean Required

      Indicates if the End User License Agreement been accepted

    • regions array[object] Required

      Information on regions

      Information about a region.

      Hide regions attributes Show regions attributes object
      • region_id string Required

        Identifier of this region

      • zookeeper_states object Required

        Information about the Zookeeper state

        Hide zookeeper_states attribute Show zookeeper_states attribute object
        • states array[object] Required

          Information about the nodes

          Information about a ZooKeeper node.

          Hide states attributes Show states attributes object
          • id string Required

            Identifier of this ZooKeeper node

          • state string Required

            State of the ZooKeeper node

            Values are connected, suspended, reconnected, lost, or read_only.

      • allocators object Required

        Information about allocators

        Hide allocators attributes Show allocators attributes object
      • runners object Required

        Information about runners

        Hide runners attributes Show runners attributes object
      • proxies object Required

        Information about proxies

        Hide proxies attributes Show proxies attributes object
        • healthy boolean Required

          Whether all proxies are healthy

        • expected_proxies_count integer(int32) Required

          Expected number of proxies

        • proxies_count integer(int32) Required

          Total number of proxies

        • proxies array[object] Required

          Summarized information about each proxy

          Summarized information about a proxy.

          Hide proxies attributes Show proxies attributes object
          • proxy_id string Required

            The proxy identifier

          • healthy boolean Required

            Whether this proxy is healthy

      • container_sets_status object Required

        Information about container sets

        Hide container_sets_status attributes Show container_sets_status attributes object
      • constructors object Required

        Information about constructors

        Hide constructors attribute Show constructors attribute object
        • constructors array[object] Required

          Information about the constructor.

          Hide constructors attributes Show constructors attributes object
          • status object Required

            The health status of the constructor.

            Hide status attributes Show status attributes object
            • connected boolean Required

              Whether the constructor is connected

            • maintenance_mode boolean Required

              Whether the constructor is in maintenance mode

          • constructor_id string Required

            Identifier for this constructor

      • coordinators object Required

        Information about coordinators

        Hide coordinators attribute Show coordinators attribute object
        • coordinators array[object] Required

          Summarized information on each coordinator

          Summarized information about a coordinator.

          Hide coordinators attributes Show coordinators attributes object
          • name string Required

            Name of this coordinator

          • public_hostname string Required

            Public hostname of this coordinator

          • leader_port integer(int32) Required

            Leader port of this coordinator

          • election_port integer(int32) Required

            Election port of this coordinator

          • client_port integer(int32) Required

            Client port of this coordinator

          • attributes object Required

            Attributes of this coordinator

            Hide attributes attribute Show attributes attribute object
            • * string Additional properties
      • resources object Required

        Information about resources

        Hide resources attributes Show resources attributes object
    • unreachable_regions array[object] Required

      Information on currently unreachable regions

      Information about an unreachable region.

      Hide unreachable_regions attribute Show unreachable_regions attribute object
GET /platform
curl \
 --request GET 'https://{{hostname}}/api/v1/platform' \
 --user "username:password"