create_role
This command creates a role on a stand-alone or central manager system.
This API is available in Guardium V10.1.4 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/create_role
GuardAPI syntax
create_role parameter=value
Parameters
Parameter | Value type | Description |
---|---|---|
roleName | String | Required. |
GuardAPI example
grdapi create_role roleName test_role