guardicore-create-label
Create a label in Akamai Guardicore. This defines the label itself and does not attach it to any asset.
guardicore-create-label profile=VALUE key=VALUE value=VALUE
- profile=VALUE
- Required. The identifier of Akamai Guardicore connect profile.
- key=VALUE
- Required. Label key.
- value=VALUE
- Required. Label value.
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect profile | The identifier of Akamai Guardicore connect profile |
| guid | String | Label GUID | UUID of the created label |
| key | String | Key | Label key |
| value | String | Value | Label value |
| result | String | Result | e.g. success, fail |
| error | String | Error | Error message when the result is fail |