Create an external storage configuration

Register one customer-managed external storage configuration.

post/organization/external_storage

Request body

project_idstring required

Example request

{
  "project_id": "proj_123"
}

Response

Success

object'organization.external_storage' required
idstring required
project_idstring required
geographystring required
status'pending' | 'validated' | 'unhealthy' required
created_atinteger required

Changes

Changed in 3 of the 161 revisions of this API.16

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ○

      added the non-success response with the status

      response-non-success-status-added

  • 26bd6202a0ad11See the full diff
    • ▲

      added to the response property oneOf list for the response status

      response-property-one-of-added

    • ○

      added to the request property oneOf list

      request-property-one-of-added

    • ○

      endpoint added

      endpoint-added