Aller au contenu principal

Cloud Co Publique Haute Disponibilité - Get

Afficher les détails d'un cloud connecteur public haute disponibilité Azure.

GET https://{envUri}/api/v1/projects/{projectId}/azure/cloudconnectors/publichadynamics/{id}

Paramètres URI

NomDansObligatoireTypeDescription
envUripathtruestringURL de la plateforme cible.
projectIdpathtruestringIdentifiant unique du projet dans Evolution Platform.
idpathtruestringIdentifiant unique du cloud connecteur dans Evolution Platform.

Réponses

NomTypeDescription
20O OKCloud ConnectorCloud connecteur publique azure.
Autres CodesErreurErreur inattendue.

Sécurité

Type : oauth2
URL d'autorisation : https://api.orange.com/oauth/v3/token

Exemples

Exemple de requête :

GET https://{envUri}/api/v1/projects/{projectId}/azure/cloudconnectors/publichadynamics/{id}

Réponse :

HTTP 200
Content: application/json

{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"state": "DESIGNED",
"projectName": "string",
"projectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"bandWidth": 0,
"technicalVpnId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"azureCredentialId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"primaryPopLocalization": "string",
"secondaryPopLocalization": "string",
"azureRegion": "string",
"resourceGroupName": "string",
"vnetName": "string",
"azureGatewaySubnet": "k",
"azureAsn": 0,
"networkSideAsn": 0,
"workflowExecutionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"workflowExecutionStatus": "CREATED",
"networkSideGatewaySubnetPrimary":"string",
"networkSideGatewaySubnetSecondary":"string"
}