Key value maps API

download spec authorize

KVMs

KVM entries.

Schema

KVMsarray
KVM

KVM entry details.

name (required)

string

Name of the KVM. Valid characters include: A-Z0-9._\-$ %

encrypted

boolean

Flag that specifies whether the KVM is encrypted. Defaults to false.

entry (required)

array

Name/value pairs for the KVM entry that define the data to be stored. Valid characters include: A-Z0-9._\-$ %

object
name

string

KVM entry name.

value

string

KVM entry value.