Aller au contenu principal

Cette page est disponible uniquement en anglais (This page is only available in English).

Prepare Zone

POST 

/v1/projects/:projectId/zones/:zoneName/actions/prepare

Prepare the zone for the project resource deployment. This method can be called as often as necessary

Request

Path Parameters

    projectId stringrequired

    Project Identifier

    zoneName stringrequired

    Zone name

Header Parameters

    Authorization string

    Bearer access token authentication if you use this API through Orange Developer or Orange Developer Inside.

    X-API-KEY string

    Your SIU token if you use this API through Orange Developer.

    X-Requester-Id string

    Your SIU Id if you use this API through Orange Developer Inside.

Responses

Ok

Response Headers
    X-Job-Href

    Href of the asynchronous job that will process the request, in order to track its status.

    X-Retry-After

    The number of seconds to wait before checking the status of the job.

Schema
    iduuidrequired

    Resource identifier.

    hRefurirequired

    Hypertext reference of the resource.

curl -L -X POST '/v1/projects/:projectId/zones/:zoneName/actions/prepare' \
-H 'Accept: application/json'
Request Collapse all
Base URL
/v1
Parameters
— pathrequired
— pathrequired
— header
— header
— header