Find AzureCloudConnectorPublicHaDynamics
GET/projects/:projectId/azure/cloudconnectors/publichadynamics
This operation allows to get a page of AzureCloudConnectorPublicHaDynamics
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}
Project Id
Query Parameters
Possible values: <= 100
Default value: 20
Limit of the size of the page
Default value: 0
Offset of the page
Responses
- 200
- 400
- 401
- 403
- 500
ok
Response Headers
X-Total-Count
integer
number total of items
X-Result-Count
integer
number of returned items
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
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"
}
internal error
- application/json
- Schema
- Example (from schema)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}