Standard Public Cloud Co - Get
Get details of an Azure Public Standard cloud connector.
GET https://{envUri}/api/v1/projects/{projectId}/azure/cloudconnectors/publicstandarddynamics/{id}
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
envUri | path | true | string | Url of the target platform. |
projectId | path | true | string | The project identifier which uniquely identify your project in Evolution Platform. |
id | path | true | string | The Cloud Connector Identifier which uniquely identify your Cloud connector in Evolution Platform. |
Responses
Name | Type | Description |
---|---|---|
20O OK | Cloud Connector | An Azure public Cloud connector. |
Other Status Codes | Error | Unexpected error. |
Security
Type: oauth2
Authorization URL: https://api.orange.com/oauth/v3/token
Examples
Sample request:
GET https://{envUri}/api/v1/projects/{projectId}/azure/cloudconnectors/publicstandarddynamics/{id}
Response:
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",
"azureRegion": "string",
"resourceGroupName": "string",
"vnetName": "string",
"azureGatewaySubnet": "k",
"azureAsn": 0,
"networkSideAsn": 0,
"workflowExecutionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"workflowExecutionStatus": "CREATED",
"networkSideGatewaySubnet": "string"
}