Changes to Get sandbox resource usage

GET /v2/sandboxes/usage

Every recorded change to this endpoint, newest first. Back to the operation

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

  1. a0acb3a6a10141
  2. 99490d1e837e3
  3. e86be67718ee1

What changed

  • 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