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
{
    "cisco-aci": {
        "image_id": "cisco-aci",
        "repository": "10.180.13.121:30001/tcx/collector-manager@sha256:bc0e9f18a33bde09bc5a12b45b3a653b3e0e6e5531c33e106e9be7f3a563b43a",
        "tag": "bc0e9f18a33bde09bc5a12b45b3a653b3e0e6e5531c33e106e9be7f3a563b43a"
    },
    "network-traffic-flows": {
        "image_id": "network-traffic-flows",
        "repository": "10.180.13.121:30001/tcx/collector-manager@sha256:49006b898f4b372d18e8f26a5ce7b1a2341740bb03abb516239b0f4af862d34d",
        "tag": "49006b898f4b372d18e8f26a5ce7b1a2341740bb03abb516239b0f4af862d34d"
    },
    "viptela-sdwan": {
        "image_id": "viptela-sdwan",
        "repository": "10.180.13.121:30001/tcx/collector-manager@sha256:70a3fd646d02322c454b5aa3bdcdea182c6cc621b5830b2bba9575dc16160c6b",
        "tag": "70a3fd646d02322c454b5aa3bdcdea182c6cc621b5830b2bba9575dc16160c6b"
    },
    "cisco-ipsla": {
        "image_id": "cisco-ipsla",
        "repository": "10.180.13.121:30001/tcx/collector-manager@sha256:fb93b4a5568997c7f7ba80eaa877f152d8bb552cd599d46c1bdb4a5221b47a24",
        "tag": "fb93b4a5568997c7f7ba80eaa877f152d8bb552cd599d46c1bdb4a5221b47a24"
    },
    "vmware-vrops": {
        "image_id": "vmware-vrops",
        "repository": "10.180.13.121:30001/tcx/collector-manager@sha256:143a0ccc2c8fc8b869ce41270a3f72960b383bf3c5ed036b3e1bdf021f37d608",
        "tag": "143a0ccc2c8fc8b869ce41270a3f72960b383bf3c5ed036b3e1bdf021f37d608"
    },
    "tco-gateway": {
        "image_id": "tco-gateway",
        "repository": "10.180.13.121:30001/tcx/collector-manager@sha256:084f6225a246c410231c8ff50257bd76856146c7f208fe3512a6fba57531e760",
        "tag": "084f6225a246c410231c8ff50257bd76856146c7f208fe3512a6fba57531e760"
    },
    "kafka-collector": {
        "image_id": "kafka-collector",
        "repository": "10.180.13.121:30001/tcx/collector-manager@sha256:abaab76697582b6973b133cfda29ecd5341dfc2e0843ff4078715c583687ae5b",
        "tag": "abaab76697582b6973b133cfda29ecd5341dfc2e0843ff4078715c583687ae5b"
    },
    "vims-clearwater": {
        "image_id": "vims-clearwater",
        "repository": "10.180.13.121:30001/tcx/collector-manager@sha256:cdf2e367f06eaef3efe8be58a0cf1b719e6fb9f9570227e45f493955225ba2d4",
        "tag": "cdf2e367f06eaef3efe8be58a0cf1b719e6fb9f9570227e45f493955225ba2d4"
    },
    "nfv-sol": {
        "image_id": "nfv-sol",
        "repository": "10.180.13.121:30001/tcx/collector-manager@sha256:2df2c554a8eba2c500091a50242c3cd0a301065f92b86b231c16dd59a0839f40",
        "tag": "2df2c554a8eba2c500091a50242c3cd0a301065f92b86b231c16dd59a0839f40"
    },
    "velocloud-sdwan": {
        "image_id": "velocloud-sdwan",
        "repository": "10.180.13.121:30001/tcx/collector-manager@sha256:31dcf7c45250b04c9d74ba4e2340886d063cb9b004beed50c47775b59db06def",
        "tag": "31dcf7c45250b04c9d74ba4e2340886d063cb9b004beed50c47775b59db06def"
    }
}

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