sandboxes

Get sandbox resource usage

Get current sandbox resource usage and quota limits for the workspace

get/v2/sandboxes/usage

Response

OK

cpu_limit_millicoresinteger
cpu_used_millicoresinteger
memory_limit_bytesinteger
memory_used_bytesinteger
pools_countinteger
registries_countinteger
sandbox_direct_countinteger
sandbox_pool_replicas_countinteger
sandbox_running_countinteger
sandbox_stopped_countinteger
sandboxes_limitinteger
sandboxes_usedinteger
snapshots_countinteger
templates_countinteger

Changes

Changed in 3 of the 48 revisions of this API.45

  • a0acb3a6a10141See the full diff
    • removed the optional property storage_limit_bytes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property storage_used_bytes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property volumes_limit from the response with the 200 status

      response-optional-property-removed

    • removed the optional property volumes_used from the response with the 200 status

      response-optional-property-removed

    • added the optional property detail/error_id to the response with the 500 status

      response-optional-property-added

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property sandbox_running_count to the response with the 200 status

      response-optional-property-added

    • added the optional property sandbox_stopped_count to the response with the 200 status

      response-optional-property-added

    • added the optional property snapshots_count to the response with the 200 status

      response-optional-property-added

    This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the endpoint scheme security X-Service-Key was added to the API

      api-security-added