v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1345170236.8 KB
customers

Creates a Chrome browser profile remote command.

post/v1/{+parent}/commands

Path parameters

parentstring required

Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}

Request body

issueTimestring google-datetime

Output only. Timestamp of the issurance of the remote command.

namestring

Identifier. Format: customers/{customer_id}/profiles/{profile_permanent_id}/commands/{command_id}

payloadobject

Required. Payload of the remote command. The payload for "clearBrowsingData" command supports: - fields "clearCache" and "clearCookies" - values of boolean type.

commandTypestring

Required. Type of the remote command. The only supported command_type is "clearBrowsingData".

commandState'COMMAND_STATE_UNSPECIFIED' | 'PENDING' | 'EXPIRED' | 'EXECUTED_BY_CLIENT'

Output only. State of the remote command.

validDurationstring google-duration

Output only. Valid duration of the remote command.

Response

Successful response