StringGroup

Description

API


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

CLI


    configure stringgroup <key>
    show stringgroup <key>

Data

StringGroup

uuid

Type
string
Category
required
Description
UUID of the string group

name

Type
string
Category
required
Description
Name of the string group

kv

Type
KeyValue
Category
repeated
Description
Configure Key:Value in the string group

type

Type
enum
Category
required
Description
Type of StringGroup.
Default
SG_TYPE_STRING
Choices
SG_TYPE_STRING, SG_TYPE_KEYVAL

description

Type
string
Category
optional
Description

tenant_ref

Type
Reference to Tenant
Category
required
Description

KeyValue

key

Type
string
Category
required
Description
Key

value

Type
string
Category
optional
Description
Value

References

Tenant

Sub Objects