curl --request POST \
--url https://cloud.bytebeam.io/mock/api/v1/actions \
--header 'Content-Type: application/json' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data '
{
"search_type": "<string>",
"action": "<string>",
"params": {},
"device_ids": [
"<string>"
],
"metadata": {},
"search_key": "<string>",
"search_query": "<string>",
"timeout": 123
}
'This response has no body data.curl --request POST \
--url https://cloud.bytebeam.io/mock/api/v1/actions \
--header 'Content-Type: application/json' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data '
{
"search_type": "<string>",
"action": "<string>",
"params": {},
"device_ids": [
"<string>"
],
"metadata": {},
"search_key": "<string>",
"search_query": "<string>",
"timeout": 123
}
'This response has no body data.API key required to authenticate requests.
Tenant(Project) name required to identify the project.