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

CollectorInstanceSummary

Collector instance details such as containerId, collector status, display_name


Properties

string as ^.*$
block_object_id Required

Block object id of collector object e.g. kafka-collector, network-traffic-flows


string as ^.*$
container_id Required

Pod name of the collector instance


string as ^.*$
display_name Required

Display name of the collector instance same as teh name provided in the create collector request


string as ^.*$
image_name Required

Collector image name with repository-url, image name and image tag


string as ^.*$
image_version Required

Collector image version e.g 1.0.0


string as ^.*$
node_ip Required

Host ip of node where collector is deployed


string as ^.*$
status Required

Collector instance status Running, Stopped, Pending, Failed

JSON Example

{
    "block_object_id": "cisco-aci",
    "container_id": "ciscoaci1-5c5778c9cf-jc665",
    "display_name": "ciscoaci1",
    "image_name": "registry.cluster.omega.local:8443/omega-data-collector/cisco-aci:1.4.0-13",
    "image_version": "1.4.0-13",
    "node_ip": "10.198.94.239",
    "status": "Running"
}
[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
Returned By

List Collector Instances

Feedback

Was this page helpful?