Share feedback
Answers are generated based on the documentation.

Experimental

Schema

EffectiveManagedVolumes

Type: object

EffectiveManagedVolumes records storage that is not deleted with the sandbox.
attachments · required

Type: array

attachments retains admission order and stable volume identities.
Array item

Schema: EffectiveVolumeAttachment

All schema constraints and annotations
{
  "description": "attachments retains admission order and stable volume identities.",
  "items": {
    "$ref": "#/components/schemas/EffectiveVolumeAttachment"
  },
  "minItems": 1,
  "type": "array"
}
All schema constraints and annotations
{
  "description": "EffectiveManagedVolumes records storage that is not deleted with the sandbox.",
  "properties": {
    "attachments": {
      "description": "attachments retains admission order and stable volume identities.",
      "items": {
        "$ref": "#/components/schemas/EffectiveVolumeAttachment"
      },
      "minItems": 1,
      "type": "array"
    }
  },
  "required": [
    "attachments"
  ],
  "title": "EffectiveManagedVolumes",
  "type": "object"
}