Authorizations
Path Parameters
Your organization name. This identifies the billing context for the API operation and represents a security boundary for SaladCloud resources. The organization must be created before using the API, and you must be a member of the organization.
Required string length:
2 - 63
Examples:
"acme-corp"
Your project name. This represents a collection of related SaladCloud resources. The project must be created before using the API.
Required string length:
2 - 63
Examples:
"dev-env"
The queue name.
Required string length:
2 - 63
Examples:
"fifo-queue"
Body
application/json
Response
Created
Represents a queue job
The job identifier
The job input. May be any valid JSON.
The job status
Available options:
pending
, running
, succeeded
, cancelled
, failed
The job events
Maximum length:
1000
The job creation time
The job update time
Additional metadata for the job
The webhook URL to notify when the job completes
Required string length:
20 - 27
The job output. May be any valid JSON.