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

List Collector Types

Description

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

Request

Request

URL

URL


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

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns map of DataCollectorPackageObject of type application/json
{
	"cisco-aci": {
		"image_id": "cisco-aci",
		"repository": "10.180.13.121:30001/tcx/collector-manager@sha256:bc0e9f18a33bde09bc5a12b45b3a653b3e0e6e5531c33e106e9be7f3a563b43a",
		"tag": "bc0e9f18a33bde09bc5a12b45b3a653b3e0e6e5531c33e106e9be7f3a563b43a"
	},
	"cisco-ipsla": {
		"image_id": "cisco-ipsla",
		"repository": "10.180.13.121:30001/tcx/collector-manager@sha256:fb93b4a5568997c7f7ba80eaa877f152d8bb552cd599d46c1bdb4a5221b47a24",
		"tag": "fb93b4a5568997c7f7ba80eaa877f152d8bb552cd599d46c1bdb4a5221b47a24"
	},
	"kafka-collector": {
		"image_id": "kafka-collector",
		"repository": "10.180.13.121:30001/tcx/collector-manager@sha256:abaab76697582b6973b133cfda29ecd5341dfc2e0843ff4078715c583687ae5b",
		"tag": "abaab76697582b6973b133cfda29ecd5341dfc2e0843ff4078715c583687ae5b"
	},
	"network-traffic-flows": {
		"image_id": "network-traffic-flows",
		"repository": "10.180.13.121:30001/tcx/collector-manager@sha256:49006b898f4b372d18e8f26a5ce7b1a2341740bb03abb516239b0f4af862d34d",
		"tag": "49006b898f4b372d18e8f26a5ce7b1a2341740bb03abb516239b0f4af862d34d"
	},
	"nfv-sol": {
		"image_id": "nfv-sol",
		"repository": "10.180.13.121:30001/tcx/collector-manager@sha256:2df2c554a8eba2c500091a50242c3cd0a301065f92b86b231c16dd59a0839f40",
		"tag": "2df2c554a8eba2c500091a50242c3cd0a301065f92b86b231c16dd59a0839f40"
	},
	"tco-gateway": {
		"image_id": "tco-gateway",
		"repository": "10.180.13.121:30001/tcx/collector-manager@sha256:084f6225a246c410231c8ff50257bd76856146c7f208fe3512a6fba57531e760",
		"tag": "084f6225a246c410231c8ff50257bd76856146c7f208fe3512a6fba57531e760"
	},
	"velocloud-sdwan": {
		"image_id": "velocloud-sdwan",
		"repository": "10.180.13.121:30001/tcx/collector-manager@sha256:31dcf7c45250b04c9d74ba4e2340886d063cb9b004beed50c47775b59db06def",
		"tag": "31dcf7c45250b04c9d74ba4e2340886d063cb9b004beed50c47775b59db06def"
	},
	"vims-clearwater": {
		"image_id": "vims-clearwater",
		"repository": "10.180.13.121:30001/tcx/collector-manager@sha256:cdf2e367f06eaef3efe8be58a0cf1b719e6fb9f9570227e45f493955225ba2d4",
		"tag": "cdf2e367f06eaef3efe8be58a0cf1b719e6fb9f9570227e45f493955225ba2d4"
	},
	"viptela-sdwan": {
		"image_id": "viptela-sdwan",
		"repository": "10.180.13.121:30001/tcx/collector-manager@sha256:70a3fd646d02322c454b5aa3bdcdea182c6cc621b5830b2bba9575dc16160c6b",
		"tag": "70a3fd646d02322c454b5aa3bdcdea182c6cc621b5830b2bba9575dc16160c6b"
	},
	"vmware-vrops": {
		"image_id": "vmware-vrops",
		"repository": "10.180.13.121:30001/tcx/collector-manager@sha256:143a0ccc2c8fc8b869ce41270a3f72960b383bf3c5ed036b3e1bdf021f37d608",
		"tag": "143a0ccc2c8fc8b869ce41270a3f72960b383bf3c5ed036b3e1bdf021f37d608"
	}
}
string as ^.*$
image_id Required

Name of the collector image e.g. viptela-sdwan, cisco-aci


string as ^.*$
repository Required

Collector image name with repository-url and image tag


string as ^.*$
tag Required

Collector image tag such as 1.0.0

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/packages


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

Was this page helpful?