ListConnectorResponse
ListConnectorResponse
Returns a map where key is the connector name and value is connector details such as state , display_name, id etc.
JSON Example
{
"demo11": {
"block_object_id": "kafka-connector",
"container_id": "",
"image_name": "KafkaMirrorMaker2",
"image_version": "",
"status": "Failed",
"display_name": "demo11",
"node_ip": null,
"instance_id": "demo11"
}
}