Get AzureCloudConnectorPublicHaDynamic Resources
GET/projects/:projectId/azure/cloudconnectors/publichadynamics/:id/resources
This operation allows to get network and cloud resources for a CloudConnector
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
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}
name
Possible values: [DESIGNED
, PROVISIONING
, DESIGNING
, SUSPENDING
, STOPPING
, REPAIRING
, ACTIVE
, INACTIVE
, TERMINATED
, ERROR
]
Possible values: [Ha
, Standard
]
networkResources
object
Network as a Service Resources
orderStatus
serviceStatus
serviceState
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}
orderId
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}
qualificationId
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}
serviceId
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}
networkId
cloudResources
object
Cloud Connector Resources
publicIpAdresses
virtualNetworkGateway
localNetworkGateways
virtualNetworkGatewaysConnections
gatewaySubnet
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"state": "DESIGNED",
"connectorType": "Ha",
"networkResources": {
"orderStatus": "string",
"serviceStatus": "string",
"serviceState": "string",
"orderId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"qualificationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"serviceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"networkId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
},
"cloudResources": {
"publicIpAdresses": [
"string"
],
"virtualNetworkGateway": "string",
"localNetworkGateways": [
"string"
],
"virtualNetworkGatewaysConnections": [
"string"
],
"gatewaySubnet": "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"
}