Standard Public Cloud Co - List All
Get list of all Azure Public Standard cloud connectors.
GET https://{envUri}/api/v1/projects/{projectId}/azure/cloudconnectors/publicstandarddynamics
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
envUri | path | true | string | Url of the target platform. |
project | path | true | string | The project identifier which uniquely identify your project in Evolution Platform. |
Responses
Name | Type | Description |
---|---|---|
200 OK | List of cloud connectors | Successful operation |
Other Status Codes | Error response | Error response describing why the operation failed. |
Header content
Name | Type | Description |
---|---|---|
X-Total-Count | integer | number total of items |
X-Result-Count | integer | number of returned items |
Request Body
Name | Type | Description |
---|---|---|
name | string | Name of the cloud connector |
state | string | Expected state of Cloud connector. Set value to ACTIVE to create cloud connector in active state |
projectName | string | Name of the project in Evolution Platform |
project | uuid | Identifier of the project in Evolution Platform |
bandWidth | string | Bandwidth of the cloud connector. Value must be: 10, 20, 50, 100, 200, 500 or 1000 |
technicalVpn | uuid | Identifier of the Orange Business Technical VPN |
azureCredential | uuid | Identifier of the Azure Credential in Evolution Plaform |
primaryPop | string | Primary pop localization of the cloud connector |
azureRegion | string | Identifier of the Azure Region |
resourceGroup | string | Name of the Azure Resource Group |
vnetName | string | Name of the Orange Business Virtual Network |
azureGateway | string | Value of the Azure Gateway Subnet |
azureAsn | integer | Value of the Azure AS Number. The parameter range is between is 64512 to 65534, Azure AS Number 65515 to 65520 are excluded as they are used by Microsoft Azure for internal purpose. |
networkSide | integer | Value of the Orange Business Network AS Number. The parameter range is between is 64512 to 65534, Azure AS Number 65515 to 65520 are excluded as they are used by Microsoft Azure for internal purpose. |
networkSide | integer | Value of the Orange Business Network Gateway Subnet |
workflow | integer | Identifier of the workflow |
workflow | string | Status of the workflow |
Security
Type: oauth2
Authorization URL: https://api.orange.com/oauth/v3/token
Examples
Request
GET https://{envUri}/api/v1/projects/{projectId}/azure/cloudconnectors/publicstandarddynamics
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"
}
}