Contract API
booleanbooleanstringscaleway.account.v3.Contract.Type · enumstringinteger · uint32string | null · date-timestring | null · date-timestringstringstring | null · date-timestring | null · date-timestring | null · date-time
Schemas
scaleway.account.v3.CheckContractSignatureResponse
createdWhether a signature has been requested for this contract.
validatedWhether the signature for this contract has been validated.
scaleway.account.v3.Contract
idID of the contract. (UUID format)
typeThe type of the contract.
Enum values:
unknown_type
global
k8s
instance
container
baremetal
network
core
Default: unknown_type
nameThe name of the contract.
versionThe version of the contract.
created_atThe creation date of the contract. (RFC 3339 format)
updated_atThe last modification date of the contract. (RFC 3339 format)
scaleway.account.v3.Contract.Type
string · enum
Enum values:
unknown_type
global
k8s
instance
container
baremetal
network
core
Default: unknown_type
scaleway.account.v3.ContractSignature
idID of the contract signature. (UUID format)
organization_idThe Organization ID which signed the contract. (UUID format)
created_atThe creation date of the contract signature. (RFC 3339 format)
signed_atThe signing date of the contract signature. (RFC 3339 format)
expires_atThe expiration date of the contract signature. (RFC 3339 format)
The contract signed.
scaleway.account.v3.ListContractSignaturesRequest.OrderBy
string · enum
Enum values:
signed_at_asc
signed_at_desc
expires_at_asc
expires_at_desc
name_asc
name_desc
Default: signed_at_asc