Find AzureCloudConnectorPublicStandardDynamic
GET/api/v1/projects/:projectId/azure/cloudconnectors/publicstandarddynamics/:id
This operation allows to an AzureCloudConnectorPublicStandardDynamic
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 (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
name-of-your-CC
cloud connector state
Possible values: [DESIGNED
, PROVISIONING
, DESIGNING
, SUSPENDING
, STOPPING
, REPAIRING
, ACTIVE
, INACTIVE
, TERMINATED
, ERROR
]
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
50
cloud connector maximum bandwidth
100
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
primary-network-point-of-service-Id
azure region
region-of-your-RG
azure resource group name
name-of-your-RG
vnet name
name-of-your-VNET
azure gateway subnet
Possible values: Value must match regular expression \S
10.0.1.0/27
azure asn
4200000025
network side asn
4200000024
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
]
operational status of the cloud connector
Possible values: [N/A
, Up
, Down
, Unknown
]
2022-03-10T12:15:50
network side gateway subnet
192.168.1.0/29
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "name-of-your-CC",
"state": "DESIGNED",
"projectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"bandwidth": 50,
"maxBandwidth": 100,
"technicalVpnId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"azureCredentialId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"primaryPopLocalization": "primary-network-point-of-service-Id",
"azureRegion": "region-of-your-RG",
"resourceGroupName": "name-of-your-RG",
"vnetName": "name-of-your-VNET",
"azureGatewaySubnet": "10.0.1.0/27",
"azureAsn": 4200000025,
"networkSideAsn": 4200000024,
"workflowExecutionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"workflowExecutionStatus": "CREATED",
"operationalStatus": "N/A",
"lastTimeOperationalStatusKnown": "2022-03-10T12:15:50",
"networkSideGatewaySubnet": "192.168.1.0/29"
}
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: http
name: SecuritySchemetype: httpdescription: Authenticationscheme: bearerbearerFormat: JWT
- curl
- python
- go
- nodejs
- php
- java
- CURL
curl -L '/api/v1/projects/:projectId/azure/cloudconnectors/publicstandarddynamics/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'