DataCollectorPackageObject

DataCollectorPackageObject
DataCollectorPackageObject

Packages object it describes the collector package name and docker image for the packages.

JSON Example
{
    "image_id": "viptela-sdwan",
    "repository": "registry.cluster.omega.local:8443/omega-data-collector/viptela-sdwan:1.4.0-20",
    "tag": "1.4.0-20",
    "group": "Virtual Infrastructure",
    "type": "native",
    "description": "Collects data from a Virtual IP Multimedia Subsystem (vIMS) deployment. vIMS Cloudify Orchestrator"
}
string As ^.*$
image_id
Required
Constraints: default:

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

string As ^.*$
repository
Required
Constraints: default:

Collector image name with repository-url and image tag

string As ^.*$
tag
Required
Constraints: default:

Collector image tag such as 1.0.0

string
group
Optional
Constraints: default:

The group this package belongs to

string
type
Optional
Constraints: default: native

The type of the package, it can be native or custom

string
description
Optional
Constraints: default:

Provides information about the package.