update_cyberark_config
This command updates the CyberArk configuration on your Guardium system. Obtain the application IDs, corresponding safe names, and folder names from your CyberArk administrator.
This API is available in Guardium V11.0 and later.
REST API syntax
This API is available as a REST service with the
PUT
method. Call this API as follows:
PUT https://[Guardium hostname or IP address]:8443/restAPI/cyberark
GuardAPI syntax
update_cyberark_config parameter=value
Parameters
Parameter | Value type | Description |
---|---|---|
applicationId | String | This is a unique variable that is created on CyberArk. |
folderName | String | The name of the folder where the CyberArk safe is located. |
name | String | Required. The name that is used to configure the Guardium datasource to access the CyberArk vault. |
safeName | String | The name of the CyberArk safe that is assigned to the applicationId. |
api_target_host | String |
Specifies the target hosts where the API executes. Valid values:
IP addresses must conform to the IP mode of your network. For dual IP mode, use the same IP protocol with which the managed unit is registered with the central manager. For example, if the registration uses IPv6, specify an IPv6 address. The hostname is independent of IP mode and can be used with any mode. |