Find CloudConnectorPublicSelfmade
GEThttps://api.orange.com/evolutionplatform/aws/api/v1//projects/:projectId/aws/cloudconnectors/publicselfmades/:id
This operation allows to get a CloudConnectorPublicSelfmade
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: [DESIGNING
, DESIGNED
, PROVISIONING
, STOPPING
, SUSPENDING
, REPAIRING
, ACTIVE
, INACTIVE
, ERROR
, TERMINATED
]
cloud connector bandwidth
50
cloud connector maximum bandwidth
100
network connector uuid associated with 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}
aws credential uuid to be used to manage the cloud connector on aws
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 side asn
4200000024
service level of the cloud connector
Possible values: [Standard
, HA
]
primary pop localization of the cloud connector
primary-network-point-of-service-Id
secondary pop localization of the cloud connector
secondary-network-point-of-service-Id
primary network side gateway subnet
10.0.1.0/27
secondary network side gateway subnet
10.0.2.0/27
operational status of the cloud connector
Possible values: [N/A
, Up
, Down
, Unknown
]
virtual or transit gateway provisioned in AWS
virtual-or-transit-gateway-id
uuid of the last workflow execution associated with 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 with the cloud connector
Possible values: [CREATED
, IN_PROGRESS
, SUCCEEDED
, FAILED
, CLEARED
]
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "name-of-your-CC",
"state": "DESIGNING",
"bandwidth": 50,
"maxBandwidth": 100,
"technicalVpnId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"awsCredentialId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"networkSideAsn": 4200000024,
"serviceLevel": "Standard",
"primaryPopLocalization": "primary-network-point-of-service-Id",
"secondaryPopLocalization": "secondary-network-point-of-service-Id",
"networkSideGatewaySubnetPrimary": "10.0.1.0/27",
"networkSideGatewaySubnetSecondary": "10.0.2.0/27",
"operationalStatus": "N/A",
"customerTargetGatewayId": "virtual-or-transit-gateway-id",
"workflowExecutionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"workflowExecutionStatus": "CREATED"
}
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 'https://api.orange.com/evolutionplatform/aws/api/v1//projects/:projectId/aws/cloudconnectors/publicselfmades/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'