Aller au contenu principal

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

Zone readiness

GET 

/v1/projects/:projectId/zones/:zoneName/readiness

Get readiness of the zone for the project resource deployment

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

Schema
    flavors object[]
  • Array [
  • isReadyboolean

    Indicates if the flavor is ready.

    namestring

    Name of the flavor.

  • ]
  • isSdnTenantReadybooleanrequired

    Indicates if the SDN tenant is ready.

    isFloatingIpPoolReadyboolean

    Indicates if the floating Ip Pool is ready.


Request Collapse all
Base URL
/v1
Parameters
— pathrequired
— pathrequired
— header
— header
— header