[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance

List Connector Instances

Description

List instantiated connectors

Request

Request

URL

URL


get
https://{api_host}tcsa.host.com/dcc/v1/connectors
Copy

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response 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

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

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
Feedback

Was this page helpful?