create_constant_attribute
Defines a custom attribute that has a constant value.
This API is available in Guardium V9.5 and later.
The REST API is available in Guardium V11.0 and later.
REST API syntax
This API is available as a REST service with the
POST
method. Call this API as
follows:
POST https://[Guardium hostname or IP address]:8443/restAPI/constant_attribute
GuardAPI syntax
create_constant_attribute parameter=value
Parameters
Parameter | Value type | Description |
---|---|---|
attributeLabel | String | Required. The name of the attribute, which appears in reports. |
constant | String | Required. The value of this attribute, which can be any constant value. |
entityLabel | String | Required. The name of the main entity with which the attribute is associated, for example Session, Object, or FULL_SQL. |