PriorityLabels

Description

API


    POST /api/prioritylabels
    PUT /api/prioritylabels/<key>
    DELETE /api/prioritylabels/<key>
    GET /api/prioritylabels
    GET /api/prioritylabels/<key>

CLI


    configure prioritylabels <key>
    show prioritylabels <key>

Data

PriorityLabels

uuid

Type
string
Category
required
Description
UUID of the priority labels

name

Type
string
Category
required
Description
The name of the priority labels.

equivalent_labels

Type
EquivalentLabels
Category
repeated
Description
Equivalent priority labels in descending order.

description

Type
string
Category
optional
Description
A description of the priority labels.

tenant_ref

Type
Reference to Tenant
Category
optional
Description

cloud_ref

Type
Reference to Cloud
Category
optional,readonly
Description
Default
/api/cloud?name=Default-Cloud

EquivalentLabels

labels

Type
string
Category
repeated
Description
Equivalent labels.

References

Cloud Tenant

Sub Objects