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

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

string
group
Optional

The group this package belongs to

string
type
Optional

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

string
description
Optional

Provides information about the package.