Log specification
Create log specification
Create a new log specification.
post/controlplane/log/spec
Request body
Example request
{
"organization_id": 1234,
"account_id": 2345
}Response
Log specification created successfully.
Example response
{
"id": "3456",
"organization_id": 1234,
"account_id": 2345,
"created_at": "2021-01-02T00:00:00Z",
"updated_at": "2021-01-02T00:00:00Z"
}