Skip to main content

High Availability Public Cloud Co - Get

Get details of an Azure Public High Availability cloud connector.

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

URI Parameters

NameInRequiredTypeDescription
envUripathtruestringUrl of the target platform.
projectIdpathtruestringThe project identifier which uniquely identify your project in Evolution Platform.
idpathtruestringThe Cloud Connector Identifier which uniquely identify your Cloud connector in Evolution Platform.

Responses

NameTypeDescription
200 OKCloud connectorSuccessful operation
Other Status CodesError responseError response describing why the operation failed.

Request Body

NameTypeDescription
namestringName of the cloud connector
statestringExpected state of Cloud connector. Set value to ACTIVE to create cloud connector in active state
projectNamestringName of the project in Evolution Platform
projectIduuidIdentifier of the project in Evolution Platform
bandWidthstringBandwidth of the cloud connector. Value must be: 10, 20, 50, 100, 200, 500 or 1000
technicalVpnIduuidIdentifier of the Orange Business Technical VPN
azureCredentialIduuidIdentifier of the Azure Credential in Evolution Plaform
primaryPopLocalizationstringLocalization of the primary Point Of Presence associated with the cloud connector
secondaryPopLocalizationstringLocalization of the secondary Point Of Presence associated with the cloud connecto
azureRegionstringIdentifier of the Azure Region
resourceGroupNamestringName of the Azure Resource Group
vnetNamestringName of the Orange Business Virtual Network
azureGatewaySubnetstringValue of the Azure Gateway Subnet
azureAsnintegerValue 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.
networkSideAsnintegerValue 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.
networkSideGatewaySubnetPrimaryintegerValue of the Orange Business Network Gateway Subnet on the primary Point Of presence
networkSideGatewaySubnetSecondaryintegerValue of the Orange Business Network Gateway Subnet on the secondary Point Of presence
workflowExecutionIdintegerIdentifier of the workflow
workflowExecutionStatusstringStatus 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/publichadynamics/{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",
"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",
}