scaleway.containers.v1.Container
idContainer unique ID. (UUID format)
nameContainer name.
namespace_idUnique ID of the namespace the container belongs to. (UUID format)
descriptionContainer description.
statusContainer status.
error_messageContainer last error message.
created_atContainer creation date. (RFC 3339 format)
updated_atContainer last update date. (RFC 3339 format)
Environment variables of the container.
Secret environment variables of the container.
min_scaleMinimum number of instances to scale the container to.
max_scaleMaximum number of instances to scale the container to.
memory_limit_bytesMemory limit of the container in bytes. (in bytes)
mvcpu_limitCPU limit of the container in mvCPU.
local_storage_limit_bytesLocal storage limit of the container (in bytes). (in bytes)
timeoutProcessing time limit for the container. (in seconds)
privacyPrivacy policy of the container.
imageImage reference (e.g. "rg.fr-par.scw.cloud/my-registry-namespace/image:tag").
protocolProtocol the container uses.
portPort the container listens on.
https_connections_onlyIf true, it will allow only HTTPS connections to access your container to prevent it from being triggered by insecure connections (HTTP).
sandboxExecution environment of the container.
Parameter used to decide when to scale up or down.
Defines how to check if the container is running and healthy. If the liveness probe fails, the container will be restarted. It is performed periodically during the container's lifetime. The liveness probe is not executed until the startup probe (if defined) is successful.
Possible check types:
- http: Perform HTTP check on the container with the specified path.
- tcp: Perform TCP check on the container.
Defines how to check if the container has started successfully. If the startup probe fails, the container will be restarted. This check is useful for applications that might take a long time to start. It is only performed when the container is starting.
Possible check types:
- http: Perform HTTP check on the container with the specified path.
- tcp: Perform TCP check on the container.
tagsTags of the Serverless Container.
private_network_idID of the Private Network the container is connected to. When connected to a Private Network, the container can access other Scaleway resources in this Private Network. (UUID format)
commandContainer command. Command executed when the container starts. This overrides the default command defined in the container image. This is usually the main executable, or ENTRYPOINT script to run.
argsContainer arguments. Arguments passed to the command specified in the "command" field. These override the default arguments from the container image, and behave like command-line parameters.
public_endpointPublic URL of the container. This is the default endpoint generated by Scaleway to access the container from the Internet.
regionRegion in which the container exists.
scaleway.containers.v1.Domain
idDomain unique ID. (UUID format)
container_idUnique ID of the container the domain is assigned to. (UUID format)
hostnameDomain assigned to the container.
statusDomain status.
error_messageDomain last error message.
created_atDomain creation date. (RFC 3339 format)
updated_atDomain last update date. (RFC 3339 format)
tagsA list of arbitrary tags associated with the domain.
scaleway.containers.v1.ListContainersRequest.OrderBy
scaleway.containers.v1.ListDomainsRequest.OrderBy
scaleway.containers.v1.ListNamespacesRequest.OrderBy
scaleway.containers.v1.ListTriggersRequest.OrderBy
scaleway.containers.v1.Namespace
idNamespace unique ID. (UUID format)
nameNamespace name.
organization_idUnique ID of the Organization the namespace belongs to. (UUID format)
project_idUnique ID of the Project the namespace belongs to. (UUID format)
descriptionNamespace description.
statusNamespace status.
error_messageNamespace last error message.
Namespace environment variables.
Namespace secret environment variables.
tagsA list of arbitrary tags associated with the namespace.
created_atNamespace creation date. (RFC 3339 format)
updated_atNamespace last update date. (RFC 3339 format)
regionRegion in which the namespace will be created.
scaleway.containers.v1.Trigger
idTrigger unique ID. (UUID format)
nameName of the trigger.
descriptionDescription of the trigger.
tagsTags of the trigger.
statusTrigger status.
error_messageTrigger last error message.
container_idID of the container to trigger. (UUID format)
Configuration of the destination to trigger.
source_typeType of source that will trigger the container.
Configuration for a cron source.
Configuration for an SQS queue source.
Configuration for a NATS source.
created_atTrigger creation date. (RFC 3339 format)
updated_atTrigger last update date. (RFC 3339 format)
scaleway.containers.v1.Trigger.SourceType
scaleway.std.ServiceInfo
namedescriptionversiondocumentation_urlbuilt_at(RFC 3339 format)
git_commit