create_datasource_group
This 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/datasource_group
GuardAPI syntax
create_datasource_group parameter=valueParameters
| Parameter | Value type | Description |
|---|---|---|
| appTypeCriteria | String | For valid values, call create_datasource_group
from the command line with --help=true. |
| customPropsCriteria | String | A list of datasource custom properties on which to filter datasources that belong to the group. |
| dbTypeCriteria | String | For valid values, call create_datasource_group
from the command line with --help=true. |
| groupName | String | Required. The name of the group. |
| groupType | String |
Required. Valid values:
|
| hostCriteria | String | Host name criteria on which to filter datasources for this group. |
| severityCriteria | String |
Valid values:
|
| userCriteria | String | User name criteria on which to filter datasources for this group. |