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