List Collector Types

List Collector Types

Get all collector types such as cisco-aci,kafka-collector,vims and related information

Request
URI
GET
https://{api_host}/tcsa.host.com/dcc/v1/packages
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns dataCollectorPackages of type(s) application/json
{
    "vims-clearwater": {
        "image_id": "vims-clearwater",
        "repository": "10.225.66.226:30001/tcx/collector-manager@sha256:71fa09f6e4599c7ab6c384cd4616a87a2c9bae26c4cc184020792aee666e9d44",
        "tag": "71fa09f6e4599c7ab6c384cd4616a87a2c9bae26c4cc184020792aee666e9d44",
        "group": "Virtual Infrastructure",
        "type": "native",
        "description": "Collects data from a Virtual IP Multimedia Subsystem (vIMS) deployment. vIMS Cloudify Orchestrator"
    },
    "network-traffic-flows": {
        "image_id": "network-traffic-flows",
        "repository": "10.225.66.226:30001/tcx/collector-manager@sha256:09c0006f053ad6ef090b98a23c1473f855f262e24d9cdf85160f78fc2dfd5c25",
        "tag": "09c0006f053ad6ef090b98a23c1473f855f262e24d9cdf85160f78fc2dfd5c25",
        "group": "Physical Infrastructure",
        "type": "native",
        "description": "(aka NetFlow) Collects Netflow vX and Sflow-compatible devices"
    },
    "generic-snmp": {
        "image_id": "generic-snmp",
        "repository": "10.225.66.226:30001/tcx/collector-manager@sha256:fb964cc4016f57b4531be303f3de1d1f19b527f45377bac937c9b31c0dbb5495",
        "tag": "fb964cc4016f57b4531be303f3de1d1f19b527f45377bac937c9b31c0dbb5495",
        "group": "Physical Infrastructure",
        "type": "native",
        "description": "Create SNMP Collector Using SNMP configuration"
    },
    "kafka-collector": {
        "image_id": "kafka-collector",
        "repository": "10.225.66.226:30001/tcx/collector-manager@sha256:a8b4822a8434ef99748f2f8084e8ed0c321c6e825b9653e6bb67f7a7b72fd6ce",
        "tag": "a8b4822a8434ef99748f2f8084e8ed0c321c6e825b9653e6bb67f7a7b72fd6ce",
        "group": "Virtual Infrastructure",
        "type": "native",
        "description": "Collects data from an external Kafka bus."
    },
    "cisco-aci": {
        "image_id": "cisco-aci",
        "repository": "10.225.66.226:30001/tcx/collector-manager@sha256:2280ba3f0962e6b1d16c979814acba18ef45f5d7525d4b2365579c5c57fdb127",
        "tag": "2280ba3f0962e6b1d16c979814acba18ef45f5d7525d4b2365579c5c57fdb127",
        "group": "Virtual Infrastructure",
        "type": "native",
        "description": "Collects data from a Cisco Application Centric Infrastructure (ACI) deployment. Cisco ACI"
    },
    "cisco-ip-sla": {
        "image_id": "cisco-ip-sla",
        "repository": "10.225.66.226:30001/tcx/collector-manager@sha256:4242797bade31d864d69ac596a0b02f6ff36cdac8f5212f410b749f13d827bf0",
        "tag": "4242797bade31d864d69ac596a0b02f6ff36cdac8f5212f410b749f13d827bf0",
        "group": "Physical Infrastructure",
        "type": "native",
        "description": "Collects data from a Cisco IP-SLA deployment."
    }
}

400

Invalid Request sent by the user

Operation doesn't return any data structure

401

User authentication failed

Operation doesn't return any data structure

403

Access to the requested resource/operation is forbidden

Operation doesn't return any data structure

404

Cannot find requested resource

Operation doesn't return any data structure

500

Internal server error

Operation doesn't return any data structure