Patch AzureCloudConnectorPublicHaDynamic
PATCH/projects/:projectId/azure/cloudconnectors/publichadynamics/:id
This operation allows to patch 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 patch
Possible values: [DESIGNED
, PROVISIONING
, DESIGNING
, SUSPENDING
, STOPPING
, REPAIRING
, ACTIVE
, INACTIVE
, TERMINATED
, ERROR
]
cloud connector state
cloud connector name
cloud connector bandwidth
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}
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
primary pop localization of the cloud connector
azure region
azure resource group name
vnet name
azure gateway subnet
Possible values: >= 64512
and <= 65535
azure asn
Possible values: >= 64512
and <= 65535
network side asn
secondary pop localization of the cloud connector
network side gateway subnet primary
network side gateway subnet secondary
Responses
- 200
- 400
- 401
- 403
- 404
- 500
ok
- application/json
- Schema
- Example (from schema)
Schema
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
cloud connector name
Possible values: [DESIGNED
, PROVISIONING
, DESIGNING
, SUSPENDING
, STOPPING
, REPAIRING
, ACTIVE
, INACTIVE
, TERMINATED
, ERROR
]
cloud connector state
name 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}
uuid of the project associated to the cloud connector
cloud connector bandwidth
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}
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
primary pop localization of the cloud connector
azure regeion
azure resource group name
vnet name
Possible values: Value must match regular expression \S
azure gateway subnet
azure asn
network side asn
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}
uuid of the last workflow execution associated to the cloud connector
Possible values: [CREATED
, IN_PROGRESS
, SUCCEEDED
, FAILED
, CLEARED
]
status of the last workflow execution associated to the cloud connector
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 (from schema)
Schema
Array [
]
bad request code
bad request message
bad request description
violations
object[]
bad request violations
field
message
{
"code": 0,
"message": "string",
"description": "string",
"violations": [
{
"field": "string",
"message": "string"
}
]
}
unauthorized access
- application/json
- Schema
- Example (from schema)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}
forbidden access
- application/json
- Schema
- Example (from schema)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}
not found
- application/json
- Schema
- Example (from schema)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}
internal error
- application/json
- Schema
- Example (from schema)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}