Full name: projects.locations.instances.legacyPublisher.legacyKeepAlive
Legacy endpoint for sending keep alive message to Publisher.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The name of the parent resource, which is the SecOps instance of the legacy publisher. Format: projects/{project}/locations/{location}/instances/{instance} |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "config": string, "deployment_type": string, "hostname": string, "integrations": string, "ip_address": string, "last_communication_time": string, "mac_address": string, "proxy_address": string, "remote_logging_level": integer, "siemplify_required_version": string, "version": string, "verify_ssl": boolean } |
Fields | |
---|---|
config |
Optional. The configuration of the remote agent. |
deployment_type |
Required. The type of the deployment. (docker, installer) |
hostname |
Required. The hostname of the remote agent. |
integrations |
Required. The integrations of the remote agent. |
ip_address |
Required. The ip address of the remote agent. |
last_communication_time |
Required. The last communication time of the remote agent. |
mac_address |
Required. The mac address of the remote agent. |
proxy_address |
Optional. The proxy address of the remote agent. |
remote_logging_level |
Required. The remote logging level of the remote agent. |
siemplify_required_version |
Required. The required version of the remote agent. |
version |
Required. The version of the remote agent. |
verify_ssl |
Required. The boolean value to verify the ssl of the remote agent. |
Response body
If successful, the response body is an empty JSON object.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.