API
Stacklets
Stacklet model

Stacklet Model

  • Name
    id
    Type
    integer
    Description

    Stacklet unique identifier, which is automatically generated upon the Stacklet creation.

  • Name
    name
    Type
    string
    Description

    Human-readble given to the Stacklet at its creation.

  • Name
    vcpu
    Type
    integer
    Description

    Number of virtual CPUs used by the Stacklet.

  • Name
    disk
    Type
    integer
    Description

    The Stacklet disk size in bytes.

  • Name
    size
    Type
    object
    Description

    Size of the Disk, Memory and vpcu used for the Stacklet resize if needed. See size model.

  • Name
    task
    Type
    object | null
    Description

    This attribute will display the current status of the task or null if the task doesn't exist.

  • Name
    tags
    Type
    array
    Description

    An array of the tags which are used to tag the Stacklet.

  • Name
    memory
    Type
    integer
    Description

    Memory size used by the Stacklet in bytes.

  • Name
    status
    Type
    string
    Description

    The status of the Stacklet instance, which might be new, active or inactive.

  • Name
    locked
    Type
    boolean
    Description

    This attribute is used to indicate if the Stacklet is locked to prevent any actions by the users.

  • Name
    region
    Type
    object
    Description

    The region which the Stacklet is located. See region model.

  • Name
    vpc_uuid
    Type
    string | null
    Description

    Unique identifier of the vpc network created to the Stacklet, the value will be null if there's no vpc created to the Stacklet.

  • Name
    networks
    Type
    object
    Description

    Details of the network that is configured for the Stacklet instance. This is an object contains keys for IPv4 and IPv6.

  • Name
    created_at
    Type
    string
    Description

    The date and time in ISO 8601 formats of when the Stacklet was created.

  • Name
    backup_ids
    Type
    array
    Description

    An array of the backups IDs created from the Stacklet.

  • Name
    application
    Type
    object | null
    Description

    This attribute refers to the application image which the Stacklet was created from.

  • Name
    volume_uuid
    Type
    string | null
    Description

    Unique identifier of the volume attached to the Stacklet, the value will be null if there's no volume attached to the Stacklet.

  • Name
    snapshot_ids
    Type
    array
    Description

    An array of the snapshot images IDs created from the Stacklet.

  • Name
    distribution
    Type
    object
    Description

    This attribute refers to the distribution image which the Stacklet was created from.

  • Name
    recovery_mode
    Type
    boolean
    Description

    This attribute is used to determine whether recovery mode is enabled or disabled for the Stacklet.

  • Name
    firewall_uuid
    Type
    string | null
    Description

    Unique identifier of the firewall assigned to the Stacklet, the value will be null if there's no firewall assigned to the Stacklet.

  • Name
    backups_enabled
    Type
    boolean
    Description

    This attribute is used to determine whether creating backups are enabled or disabled for the Stacklet.