2025-07-12
▼ ▲ chromemanagement.customers.profiles.commands.create
Path : v1/{+parent}/commands
Flat Path : v1/customers/{customersId}/profiles/{profilesId}/commands
HTTP Method : POST
Parameters :
parent
Description : Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}
Pattern : ^customers/[^/]+/profiles/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/chrome.management.profiles
Description : Creates a Chrome browser profile remote command.
▼ ▲ chromemanagement.customers.profiles.commands.get
Path : v1/{+name}
Flat Path : v1/customers/{customersId}/profiles/{profilesId}/commands/{commandsId}
HTTP Method : GET
Parameters :
name
Description : Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}/commands/{command_id}
Pattern : ^customers/[^/]+/profiles/[^/]+/commands/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes :
Description : Gets a Chrome browser profile remote command.
▼ ▲ chromemanagement.customers.profiles.commands.list
Path : v1/{+parent}/commands
Flat Path : v1/customers/{customersId}/profiles/{profilesId}/commands
HTTP Method : GET
Parameters :
parent
Description : Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}
Pattern : ^customers/[^/]+/profiles/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Optional. The maximum number of commands to return. The default page size is 100 if page_size is unspecified, and the maximum page size allowed is 100.
Location : query
Type : integer
Format : int32
pageToken
Description : Optional. The page token used to retrieve a specific page of the listing request.
Location : query
Type : string
Parameter Order : parent
Scopes :
Description : Lists remote commands of a Chrome browser profile.