guardicore-create-label-batch
Create labels from input records. This defines the labels only and does not attach them to any asset. Input records must contain the key (string) and value (string) fields.
guardicore-create-label-batch profile=VALUE [key=VALUE] [value=VALUE] [key-field=VALUE] [value-field=VALUE] [batch=VALUE]
- profile=VALUE
- Required. The identifier of Akamai Guardicore connect profile.
- key=VALUE
- Optional. Fixed label key. Read from key-field when omitted.
- value=VALUE
- Optional. Fixed label value. Read from value-field when omitted.
- key-field=VALUE
- Optional. Input field holding the label key. Default: key.
- value-field=VALUE
- Optional. Input field holding the label value. Default: value.
- batch=VALUE
- Optional. Rows buffered before each API call, 1 to 1000. Default: 1, which sends each row on its own so a failure is reported per row.
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect profile | The identifier of Akamai Guardicore connect profile |
| _result | String | Result | e.g. success, fail, skip |
| _error | String | Error | Reason when the result is fail or skip |
| guid | String | Label GUID | UUID of the created label |