Create a new container. Create a new container in the specified region.
The request CreateContainerRequest
A Promise of Container
Create a new cron.
The request CreateCronRequest
A Promise of Cron
Create a domain name binding. Create a domain name binding for the container with the specified ID.
The request CreateDomainRequest
A Promise of Domain
Create a new namespace. Create a new namespace in a specified region.
The request CreateNamespaceRequest
A Promise of Namespace
Create a new revocable token.
The request CreateTokenRequest
A Promise of Token
Create a trigger. Create a new trigger for a specified container.
The request CreateTriggerRequest
A Promise of Trigger
Delete a container. Delete the container associated with the specified ID.
The request DeleteContainerRequest
A Promise of Container
Delete an existing cron. Delete the cron associated with the specified ID.
The request DeleteCronRequest
A Promise of Cron
Delete a domain name binding. Delete the domain name binding with the specific ID.
The request DeleteDomainRequest
A Promise of Domain
Delete an existing namespace. Delete the namespace associated with the specified ID.
The request DeleteNamespaceRequest
A Promise of Namespace
Delete a token. Delete a token with a specified ID.
The request DeleteTokenRequest
A Promise of Token
Delete a trigger. Delete a trigger with a specified ID.
The request DeleteTriggerRequest
A Promise of Trigger
Deploy a container. Deploy a container associated with the specified ID.
The request DeployContainerRequest
A Promise of Container
Get a container. Get the container associated with the specified ID.
The request GetContainerRequest
A Promise of Container
Get a cron. Get the cron associated with the specified ID.
The request GetCronRequest
A Promise of Cron
Get a domain name binding. Get a domain name binding for the container with the specified ID.
The request GetDomainRequest
A Promise of Domain
Get a namespace. Get the namespace associated with the specified ID.
The request GetNamespaceRequest
A Promise of Namespace
Get a token. Get a token with a specified ID.
The request GetTokenRequest
A Promise of Token
Get a trigger. Get a trigger with a specified ID.
The request GetTriggerRequest
A Promise of Trigger
List all your containers. List all containers for a specified region.
The request ListContainersRequest
A Promise of ListContainersResponse
List all your crons.
The request ListCronsRequest
A Promise of ListCronsResponse
List all domain name bindings. List all domain name bindings in a specified region.
The request ListDomainsRequest
A Promise of ListDomainsResponse
List all your namespaces. List all namespaces in a specified region.
The request ListNamespacesRequest
A Promise of ListNamespacesResponse
List all tokens. List all tokens belonging to a specified Organization or Project.
The request ListTokensRequest
A Promise of ListTokensResponse
List all triggers. List all triggers belonging to a specified Organization or Project.
The request ListTriggersRequest
A Promise of ListTriggersResponse
Update an existing container. Update the container associated with the specified ID.
The request UpdateContainerRequest
A Promise of Container
Update an existing cron. Update the cron associated with the specified ID.
The request UpdateCronRequest
A Promise of Cron
Update an existing namespace. Update the space associated with the specified ID.
The request UpdateNamespaceRequest
A Promise of Namespace
Update a trigger. Update a trigger with a specified ID.
The request UpdateTriggerRequest
A Promise of Trigger
Waits for Container to be in a final state.
The request GetContainerRequest
Optional
options: Readonly<WaitForOptions<Container>>The waiting options
A Promise of Container
Waits for Cron to be in a final state.
The request GetCronRequest
Optional
options: Readonly<WaitForOptions<Container.v1beta1.Cron>>The waiting options
A Promise of Cron
Waits for Domain to be in a final state.
The request GetDomainRequest
Optional
options: Readonly<WaitForOptions<Container.v1beta1.Domain>>The waiting options
A Promise of Domain
Waits for Namespace to be in a final state.
The request GetNamespaceRequest
Optional
options: Readonly<WaitForOptions<Container.v1beta1.Namespace>>The waiting options
A Promise of Namespace
Waits for Token to be in a final state.
The request GetTokenRequest
Optional
options: Readonly<WaitForOptions<Container.v1beta1.Token>>The waiting options
A Promise of Token
Waits for Trigger to be in a final state.
The request GetTriggerRequest
Optional
options: Readonly<WaitForOptions<Container.v1beta1.Trigger>>The waiting options
A Promise of Trigger
Serverless Containers API.
This API allows you to manage your Serverless Containers.