[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
List Connector Instances
DescriptionList instantiated connectors
Request
Operation doesn't accept any path, query or header parameters.
URL
https://{api_host}tcsa.host.com/dcc/v1/connectors
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
map
of
ListConnectorResponseData
of type application/json
{
"display_name": "Sample_connector",
"status": "running"
}
string
block_object_id
Optional
Block object id of the connector object
string
container_id
Optional
Reserved field for future usage
string
display_name
Optional
Name provided by the user to create the connector
string
image_name
Optional
Reserved field for future usage
string
image_version
Optional
Reserved field for future usage
string
instance_id
Optional
Instance_id of the connector object
string
status
Optional
Status of the connector e.g. running , stopped , failed , pending
Errors
400
Invalid Request sent by the user
401
User authentication failed
403
Access to the requested resource/operation is forbidden
404
Cannot find requested resource
500
Internal server error
Code Samples
cURL Command
curl https://{api_host}tcsa.host.com/dcc/v1/connectors
[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
On This Page
Connector Operations
post
delete