cloud/meta-apis¶
Cluster UUID that created the alert
Used by Task 'cloud-inventory' and 'cloud-detect-meta-api' tasks.
Keys:
- clouds is the ordered list of clouds to test during
cloud-detect-meta-api
- id is the field to use for the instance-id
- apis is a dictionary per cloud that maps params to bash commands to retrieve the param
For each apis entry:
cloud/instance-id
(required):cloud/instance-type
(optional):cloud/placement/availability-zone
(optional):cloud/public-ipv4
(optional):
apis entries are bash commands that will yield the expected value
when evalated at VAR=$([api command])