Update AzureCloudConnectorPublicHaDynamic
PUThttps://api.orange.com/evolutionplatform/azure/api/v1//projects/:projectId/azure/cloudconnectors/publichadynamics/:id
This operation allows to update an AzureCloudConnectorPublicHaDynamic
Request
Path Parameters
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
cloud connector Id
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
project Id
- application/json
Body
AzureCloudConnectorPublicHaDynamic to update
cloud connector name
Possible values: Value must match regular expression \S
cloud connector state
Possible values: [DESIGNED
, PROVISIONING
, DESIGNING
, SUSPENDING
, STOPPING
, REPAIRING
, ACTIVE
, INACTIVE
, TERMINATED
, ERROR
]
cloud connector bandwidth
network connector uuid associated to the cloud connector
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
azure credential uuid to be used to manage the cloud connector on Azure
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
primary pop localization of the cloud connector
Possible values: Value must match regular expression \S
azure region
Possible values: Value must match regular expression \S
azure resource group name
Possible values: Value must match regular expression \S
vnet name
Possible values: Value must match regular expression \S
azure gateway subnet
Possible values: Value must match regular expression \S
azure asn
Possible values: >= 64512
and <= 65535
network side asn
Possible values: >= 64512
and <= 65535
secondary pop localization of the cloud connector
Possible values: Value must match regular expression \S
network side gateway subnet primary
Possible values: Value must match regular expression \S
network side gateway subnet secondary
Possible values: Value must match regular expression \S
Responses
- 200
- 400
- 401
- 403
- 404
- 500
ok
- application/json
- Schema
- Example (auto)
Schema
cloud connector id
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
cloud connector name
cloud connector state
Possible values: [DESIGNED
, PROVISIONING
, DESIGNING
, SUSPENDING
, STOPPING
, REPAIRING
, ACTIVE
, INACTIVE
, TERMINATED
, ERROR
]
name of the project associated to the cloud connector
uuid of the project associated to the cloud connector
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
cloud connector bandwidth
network connector uuid associated to the cloud connector
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
azure credential uuid to be used to manage the cloud connector on Azure
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
primary pop localization of the cloud connector
azure regeion
azure resource group name
vnet name
azure gateway subnet
Possible values: Value must match regular expression \S
azure asn
network side asn
uuid of the last workflow execution associated to the cloud connector
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
status of the last workflow execution associated to the cloud connector
Possible values: [CREATED
, IN_PROGRESS
, SUCCEEDED
, FAILED
, CLEARED
]
network side gateway subnet primary
network side gateway subnet secondary
secondary pop localization of the cloud connector
{
"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": "string",
"azureAsn": 0,
"networkSideAsn": 0,
"workflowExecutionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"workflowExecutionStatus": "CREATED",
"networkSideGatewaySubnetPrimary": "string",
"networkSideGatewaySubnetSecondary": "string",
"secondaryPopLocalization": "string"
}
bad request
- application/json
- Schema
- Example (auto)
Schema
bad request code
bad request message
bad request description
violations object[]
{
"code": 0,
"message": "string",
"description": "string",
"violations": [
{
"field": "string",
"message": "string"
}
]
}
unauthorized access
- application/json
- Schema
- Example (auto)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}
forbidden access
- application/json
- Schema
- Example (auto)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}
not found
- application/json
- Schema
- Example (auto)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}
internal error
- application/json
- Schema
- Example (auto)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}
Authorization: oauth2
name: oauth2clientcredentialstype: oauth2flows: {
"clientCredentials": {
"tokenUrl": "https://api.orange.com/oauth/v3/token",
"scopes": {}
}
}
- curl
- python
- go
- nodejs
- php
- java
- CURL
curl -L -X PUT 'https://api.orange.com/evolutionplatform/azure/api/v1//projects/:projectId/azure/cloudconnectors/publichadynamics/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>' \
-d '{
"name": "string",
"state": "DESIGNED",
"bandWidth": 0,
"technicalVpnId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"azureCredentialId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"primaryPopLocalization": "string",
"azureRegion": "string",
"resourceGroupName": "string",
"vnetName": "string",
"azureGatewaySubnet": "string",
"azureAsn": 0,
"networkSideAsn": 0,
"secondaryPopLocalization": "string",
"networkSideGatewaySubnetPrimary": "string",
"networkSideGatewaySubnetSecondary": "string"
}'