curl --request POST \
--url https://cloud.bytebeam.io/mock/api/v2/actions \
--header 'Content-Type: application/json' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data '{
"action": "<string>",
"timeout": 123,
"params": {},
"release_notes": "<string>",
"retry_count": 123,
"phases": [
{
"name": "<string>",
"timestamp": 123,
"success_percentage": 123,
"failure_percentage": 123,
"filter": {},
"fraction": 123
}
]
}'
curl --request POST \
--url https://cloud.bytebeam.io/mock/api/v2/actions \
--header 'Content-Type: application/json' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data '{
"action": "<string>",
"timeout": 123,
"params": {},
"release_notes": "<string>",
"retry_count": 123,
"phases": [
{
"name": "<string>",
"timestamp": 123,
"success_percentage": 123,
"failure_percentage": 123,
"filter": {},
"fraction": 123
}
]
}'
API key required to authenticate requests.
Tenant(Project) name required to identify the project.