{"schema_version":1,"host":"localhost:8080","namespace":"/v2","api":"Aker/API/V2","objects":[{"type":"api","value":{"id":"Aker/API/V2","name":"Vast API Gatekeeper","description":null,"authenticator":"Aker/API/V2/Authenticator","route_set":{"routes":[{"path":"vast","request_method":"GET","controller":null,"endpoint":"Aker/API/V2/Endpoints/VAST/Backends/List","group":"vast"},{"path":"vast/:backend","request_method":"GET","controller":null,"endpoint":"Aker/API/V2/Endpoints/VAST/Backends/Info","group":"vast"},{"path":"vast/:backend/volumes","request_method":"GET","controller":null,"endpoint":"Aker/API/V2/Endpoints/VAST/Volumes/List","group":"vast.volumes"},{"path":"vast/:backend/volumes/usage","request_method":"GET","controller":null,"endpoint":"Aker/API/V2/Endpoints/VAST/Volumes/ListUsage","group":"vast.volumes"},{"path":"vast/:backend/volumes","request_method":"POST","controller":null,"endpoint":"Aker/API/V2/Endpoints/VAST/Volumes/Create","group":"vast.volumes"},{"path":"vast/:backend/volumes/:volume","request_method":"GET","controller":null,"endpoint":"Aker/API/V2/Endpoints/VAST/Volumes/Info","group":"vast.volumes"},{"path":"vast/:backend/volumes/:volume","request_method":"PUT","controller":null,"endpoint":"Aker/API/V2/Endpoints/VAST/Volumes/UpdateOrCreate","group":"vast.volumes"},{"path":"vast/:backend/volumes/:volume","request_method":"PATCH","controller":null,"endpoint":"Aker/API/V2/Endpoints/VAST/Volumes/Update","group":"vast.volumes"},{"path":"vast/:backend/volumes/:volume","request_method":"DELETE","controller":null,"endpoint":"Aker/API/V2/Endpoints/VAST/Volumes/Delete","group":"vast.volumes"}],"groups":[{"id":"vast","name":"VAST","description":null,"groups":[{"id":"vast.volumes","name":"Volumes","description":null,"groups":[]}]}]},"scopes":[]}},{"type":"authenticator","value":{"id":"Aker/API/V2/Authenticator","name":"API Token Authenticator","description":"Authenticates requests using an API token provided in the Authorization header","type":"bearer","potential_errors":["Aker/API/V2/Authenticator/MissingAPIToken","Aker/API/V2/Authenticator/InvalidAPIToken"]}},{"type":"error","value":{"id":"Aker/API/V2/Authenticator/MissingAPIToken","name":null,"description":"No API token was provided in the Authorization header. Ensure a token is provided prefixed with Bearer","code":"missing_api_token","http_status":400,"fields":[]}},{"type":"error","value":{"id":"Aker/API/V2/Authenticator/InvalidAPIToken","name":null,"description":"The API token provided was not valid (it may not exist or have expired)","code":"invalid_api_token","http_status":403,"fields":[]}},{"type":"scalar","value":{"id":"Rapid/Scalars/Integer","name":"Integer","description":null}},{"type":"scalar","value":{"id":"Rapid/Scalars/String","name":"String","description":null}},{"type":"scalar","value":{"id":"Rapid/Scalars/Boolean","name":"Boolean","description":null}},{"type":"object","value":{"id":"Rapid/Schema/ScopeType","name":null,"description":null,"fields":[{"id":"Rapid/Schema/ScopeType/NameField","name":"name","description":null,"type":"Rapid/Scalars/String","null":false,"array":false,"spec":{"all":true,"spec":null}},{"id":"Rapid/Schema/ScopeType/DescriptionField","name":"description","description":null,"type":"Rapid/Scalars/String","null":false,"array":false,"spec":{"all":true,"spec":null}}]}},{"type":"endpoint","value":{"id":"Aker/API/V2/Endpoints/VAST/Backends/List","name":"Get list of VAST backends","description":"Return list of all VAST backends","http_status":200,"authenticator":null,"argument_set":{"id":"Aker/API/V2/Endpoints/VAST/Backends/List/BaseArgumentSet","name":null,"description":null,"arguments":[]},"fields":[{"id":"Aker/API/V2/Endpoints/VAST/Backends/List/BackendsField","name":"backends","description":null,"type":"Aker/API/V2/Objects/Backend","null":false,"array":true,"spec":{"all":false,"spec":"type,slug"}}],"potential_errors":[],"scopes":[]}},{"type":"argument_set","value":{"id":"Aker/API/V2/Endpoints/VAST/Backends/List/BaseArgumentSet","name":null,"description":null,"arguments":[]}},{"type":"object","value":{"id":"Aker/API/V2/Objects/Backend","name":null,"description":null,"fields":[{"id":"Aker/API/V2/Objects/Backend/TypeField","name":"type","description":null,"type":"Aker/API/V2/Objects/BackendType","null":false,"array":false,"spec":{"all":true,"spec":null}},{"id":"Aker/API/V2/Objects/Backend/SlugField","name":"slug","description":"Unique alphanumeric name of the backend.","type":"Rapid/Scalars/String","null":false,"array":false,"spec":{"all":true,"spec":null}}]}},{"type":"enum","value":{"id":"Aker/API/V2/Objects/BackendType","name":null,"description":null,"values":[{"name":"vast","description":null}]}},{"type":"endpoint","value":{"id":"Aker/API/V2/Endpoints/VAST/Backends/Info","name":"Get backend info","description":"Return information about a backend","http_status":200,"authenticator":null,"argument_set":{"id":"Aker/API/V2/Endpoints/VAST/Backends/Info/BaseArgumentSet","name":null,"description":null,"arguments":[{"name":"backend","description":null,"type":"Aker/API/V2/ArgumentSets/BackendLookup","required":true,"array":false,"default":null}]},"fields":[{"id":"Aker/API/V2/Endpoints/VAST/Backends/Info/BackendField","name":"backend","description":null,"type":"Aker/API/V2/Objects/Backend","null":false,"array":false,"spec":{"all":false,"spec":"type,slug"}}],"potential_errors":["Aker/API/V2/Errors/BackendNotFound"],"scopes":[]}},{"type":"argument_set","value":{"id":"Aker/API/V2/Endpoints/VAST/Backends/Info/BaseArgumentSet","name":null,"description":null,"arguments":[{"name":"backend","description":null,"type":"Aker/API/V2/ArgumentSets/BackendLookup","required":true,"array":false,"default":null}]}},{"type":"lookup_argument_set","value":{"id":"Aker/API/V2/ArgumentSets/BackendLookup","name":"Backend Lookup","description":"Provides for backends to be looked up","arguments":[{"name":"slug","description":null,"type":"Rapid/Scalars/String","required":false,"array":false,"default":null}],"potential_errors":[]}},{"type":"error","value":{"id":"Aker/API/V2/Errors/BackendNotFound","name":null,"description":"No backend was found matching any of the criteria provided in the arguments","code":"backend_not_found","http_status":404,"fields":[]}},{"type":"endpoint","value":{"id":"Aker/API/V2/Endpoints/VAST/Volumes/List","name":"Get list of volumes","description":"Return list of all volumes","http_status":200,"authenticator":null,"argument_set":{"id":"Aker/API/V2/Endpoints/VAST/Volumes/List/BaseArgumentSet","name":null,"description":null,"arguments":[{"name":"backend","description":null,"type":"Aker/API/V2/ArgumentSets/BackendLookup","required":true,"array":false,"default":null}]},"fields":[{"id":"Aker/API/V2/Endpoints/VAST/Volumes/List/VolumesField","name":"volumes","description":null,"type":"Aker/API/V2/Objects/Volume","null":false,"array":true,"spec":{"all":false,"spec":"id,path,size_limit,inode_limit,posix_acl,allowed_hosts"}}],"potential_errors":["Aker/API/V2/Errors/BackendConnectionFailed","Aker/API/V2/Errors/BackendError","Aker/API/V2/Errors/BackendNotFound","Aker/API/V2/Errors/BackendTimeout"],"scopes":[]}},{"type":"argument_set","value":{"id":"Aker/API/V2/Endpoints/VAST/Volumes/List/BaseArgumentSet","name":null,"description":null,"arguments":[{"name":"backend","description":null,"type":"Aker/API/V2/ArgumentSets/BackendLookup","required":true,"array":false,"default":null}]}},{"type":"error","value":{"id":"Aker/API/V2/Errors/BackendConnectionFailed","name":null,"description":"Request to backend API failed to establish a connection","code":"backend_connection_failed","http_status":504,"fields":[]}},{"type":"error","value":{"id":"Aker/API/V2/Errors/BackendError","name":null,"description":"Received an unexpected response from backend API","code":"backend_error","http_status":500,"fields":[{"id":"Aker/API/V2/Errors/BackendError/InfoField","name":"info","description":null,"type":"Rapid/Scalars/String","null":true,"array":false,"spec":{"all":true,"spec":null}},{"id":"Aker/API/V2/Errors/BackendError/RequestMethodField","name":"request_method","description":null,"type":"Rapid/Scalars/String","null":true,"array":false,"spec":{"all":true,"spec":null}},{"id":"Aker/API/V2/Errors/BackendError/RequestUriField","name":"request_uri","description":null,"type":"Rapid/Scalars/String","null":true,"array":false,"spec":{"all":true,"spec":null}},{"id":"Aker/API/V2/Errors/BackendError/ResponseStatusField","name":"response_status","description":null,"type":"Rapid/Scalars/Integer","null":true,"array":false,"spec":{"all":true,"spec":null}}]}},{"type":"error","value":{"id":"Aker/API/V2/Errors/BackendTimeout","name":null,"description":"Request to backend API timed out","code":"backend_timeout","http_status":504,"fields":[]}},{"type":"object","value":{"id":"Aker/API/V2/Objects/Volume","name":null,"description":null,"fields":[{"id":"Aker/API/V2/Objects/Volume/IdField","name":"id","description":"Unique alphanumeric ID of the volume.","type":"Aker/API/V2/Scalars/VolumeId","null":false,"array":false,"spec":{"all":true,"spec":null}},{"id":"Aker/API/V2/Objects/Volume/PathField","name":"path","description":"Full physical path for volume.","type":"Rapid/Scalars/String","null":true,"array":false,"spec":{"all":true,"spec":null}},{"id":"Aker/API/V2/Objects/Volume/AllowedHostsField","name":"allowed_hosts","description":"Array of IPv4 addresses which are allowed to access the volume.","type":"Aker/API/V2/Scalars/IPv4Address","null":true,"array":true,"spec":{"all":true,"spec":null}},{"id":"Aker/API/V2/Objects/Volume/PosixAclField","name":"posix_acl","description":"Does volume use POSIX ACL permissions?","type":"Rapid/Scalars/Boolean","null":true,"array":false,"spec":{"all":true,"spec":null}},{"id":"Aker/API/V2/Objects/Volume/SizeLimitField","name":"size_limit","description":"Hard size limit for volume in bytes.","type":"Rapid/Scalars/Integer","null":true,"array":false,"spec":{"all":true,"spec":null}},{"id":"Aker/API/V2/Objects/Volume/InodeLimitField","name":"inode_limit","description":"Hard limit for number of inodes volume can use.","type":"Rapid/Scalars/Integer","null":true,"array":false,"spec":{"all":true,"spec":null}},{"id":"Aker/API/V2/Objects/Volume/UsedBytesField","name":"used_bytes","description":"Total size in bytes used by volume.","type":"Rapid/Scalars/Integer","null":true,"array":false,"spec":{"all":true,"spec":null}},{"id":"Aker/API/V2/Objects/Volume/UsedInodesField","name":"used_inodes","description":"Total number of inodes used by volume.","type":"Rapid/Scalars/Integer","null":true,"array":false,"spec":{"all":true,"spec":null}},{"id":"Aker/API/V2/Objects/Volume/QuotaStateField","name":"quota_state","description":"Status of quota/usage information.","type":"Rapid/Scalars/String","null":true,"array":false,"spec":{"all":true,"spec":null}}]}},{"type":"scalar","value":{"id":"Aker/API/V2/Scalars/VolumeId","name":"VolumeId","description":"Alphanumeric string representing a Volume ID. Must be between 1 and 64 characters in length, and only contain a-z, A-Z, 0-9, and \"_\"."}},{"type":"scalar","value":{"id":"Aker/API/V2/Scalars/IPv4Address","name":"IPv4Address","description":"IPv4 address string."}},{"type":"endpoint","value":{"id":"Aker/API/V2/Endpoints/VAST/Volumes/ListUsage","name":"Get list of volume sizes/usage","description":"Return used storage information for all volumes","http_status":200,"authenticator":null,"argument_set":{"id":"Aker/API/V2/Endpoints/VAST/Volumes/ListUsage/BaseArgumentSet","name":null,"description":null,"arguments":[{"name":"backend","description":null,"type":"Aker/API/V2/ArgumentSets/BackendLookup","required":true,"array":false,"default":null}]},"fields":[{"id":"Aker/API/V2/Endpoints/VAST/Volumes/ListUsage/VolumesField","name":"volumes","description":null,"type":"Aker/API/V2/Objects/Volume","null":false,"array":true,"spec":{"all":false,"spec":"id,used_bytes,used_inodes"}}],"potential_errors":["Aker/API/V2/Errors/BackendConnectionFailed","Aker/API/V2/Errors/BackendError","Aker/API/V2/Errors/BackendNotFound","Aker/API/V2/Errors/BackendTimeout"],"scopes":[]}},{"type":"argument_set","value":{"id":"Aker/API/V2/Endpoints/VAST/Volumes/ListUsage/BaseArgumentSet","name":null,"description":null,"arguments":[{"name":"backend","description":null,"type":"Aker/API/V2/ArgumentSets/BackendLookup","required":true,"array":false,"default":null}]}},{"type":"endpoint","value":{"id":"Aker/API/V2/Endpoints/VAST/Volumes/Create","name":"Create a volume","description":"Creates a volume with given attributes","http_status":201,"authenticator":null,"argument_set":{"id":"Aker/API/V2/Endpoints/VAST/Volumes/Create/BaseArgumentSet","name":null,"description":null,"arguments":[{"name":"backend","description":null,"type":"Aker/API/V2/ArgumentSets/BackendLookup","required":true,"array":false,"default":null},{"name":"id","description":"The unique alphanumeric ID of the volume.","type":"Aker/API/V2/Scalars/VolumeId","required":true,"array":false,"default":null},{"name":"allowed_hosts","description":"Array of IPv4 addresses which are allowed to access the volume.","type":"Aker/API/V2/Scalars/IPv4Address","required":false,"array":true,"default":"[]"},{"name":"size_limit","description":"Hard size limit for volume in bytes.","type":"Rapid/Scalars/Integer","required":false,"array":false,"default":"5000000000000"},{"name":"inode_limit","description":"Hard limit for number of inodes volume can use.","type":"Rapid/Scalars/Integer","required":false,"array":false,"default":"100000000"},{"name":"posix_acl","description":"Should volume use POSIX ACL permissions?","type":"Rapid/Scalars/Boolean","required":false,"array":false,"default":"false"}]},"fields":[{"id":"Aker/API/V2/Endpoints/VAST/Volumes/Create/VolumeField","name":"volume","description":null,"type":"Aker/API/V2/Objects/Volume","null":false,"array":false,"spec":{"all":true,"spec":null}}],"potential_errors":["Aker/API/V2/Errors/BackendConnectionFailed","Aker/API/V2/Errors/BackendError","Aker/API/V2/Errors/BackendNotFound","Aker/API/V2/Errors/BackendTimeout","Aker/API/V2/Errors/VolumeAlreadyExists"],"scopes":[]}},{"type":"argument_set","value":{"id":"Aker/API/V2/Endpoints/VAST/Volumes/Create/BaseArgumentSet","name":null,"description":null,"arguments":[{"name":"backend","description":null,"type":"Aker/API/V2/ArgumentSets/BackendLookup","required":true,"array":false,"default":null},{"name":"id","description":"The unique alphanumeric ID of the volume.","type":"Aker/API/V2/Scalars/VolumeId","required":true,"array":false,"default":null},{"name":"allowed_hosts","description":"Array of IPv4 addresses which are allowed to access the volume.","type":"Aker/API/V2/Scalars/IPv4Address","required":false,"array":true,"default":"[]"},{"name":"size_limit","description":"Hard size limit for volume in bytes.","type":"Rapid/Scalars/Integer","required":false,"array":false,"default":"5000000000000"},{"name":"inode_limit","description":"Hard limit for number of inodes volume can use.","type":"Rapid/Scalars/Integer","required":false,"array":false,"default":"100000000"},{"name":"posix_acl","description":"Should volume use POSIX ACL permissions?","type":"Rapid/Scalars/Boolean","required":false,"array":false,"default":"false"}]}},{"type":"error","value":{"id":"Aker/API/V2/Errors/VolumeAlreadyExists","name":null,"description":"A volume with specified ID already exists","code":"volume_already_exists","http_status":409,"fields":[]}},{"type":"endpoint","value":{"id":"Aker/API/V2/Endpoints/VAST/Volumes/Info","name":"Get volume info","description":"Return information about a volume","http_status":200,"authenticator":null,"argument_set":{"id":"Aker/API/V2/Endpoints/VAST/Volumes/Info/BaseArgumentSet","name":null,"description":null,"arguments":[{"name":"backend","description":null,"type":"Aker/API/V2/ArgumentSets/BackendLookup","required":true,"array":false,"default":null},{"name":"volume","description":null,"type":"Aker/API/V2/ArgumentSets/VolumeLookup","required":true,"array":false,"default":null}]},"fields":[{"id":"Aker/API/V2/Endpoints/VAST/Volumes/Info/VolumeField","name":"volume","description":null,"type":"Aker/API/V2/Objects/Volume","null":false,"array":false,"spec":{"all":true,"spec":null}}],"potential_errors":["Aker/API/V2/Errors/BackendConnectionFailed","Aker/API/V2/Errors/BackendError","Aker/API/V2/Errors/BackendNotFound","Aker/API/V2/Errors/BackendTimeout","Aker/API/V2/Errors/VolumeNotFound"],"scopes":[]}},{"type":"argument_set","value":{"id":"Aker/API/V2/Endpoints/VAST/Volumes/Info/BaseArgumentSet","name":null,"description":null,"arguments":[{"name":"backend","description":null,"type":"Aker/API/V2/ArgumentSets/BackendLookup","required":true,"array":false,"default":null},{"name":"volume","description":null,"type":"Aker/API/V2/ArgumentSets/VolumeLookup","required":true,"array":false,"default":null}]}},{"type":"lookup_argument_set","value":{"id":"Aker/API/V2/ArgumentSets/VolumeLookup","name":"Volume Lookup","description":"Provides for volumes to be looked up","arguments":[{"name":"id","description":null,"type":"Aker/API/V2/Scalars/VolumeId","required":false,"array":false,"default":null}],"potential_errors":[]}},{"type":"error","value":{"id":"Aker/API/V2/Errors/VolumeNotFound","name":null,"description":"No volume was found matching any of the criteria provided in the arguments","code":"volume_not_found","http_status":404,"fields":[]}},{"type":"endpoint","value":{"id":"Aker/API/V2/Endpoints/VAST/Volumes/UpdateOrCreate","name":"Update or create a volume","description":"Update or create the specified valume","http_status":200,"authenticator":null,"argument_set":{"id":"Aker/API/V2/Endpoints/VAST/Volumes/UpdateOrCreate/BaseArgumentSet","name":null,"description":null,"arguments":[{"name":"backend","description":null,"type":"Aker/API/V2/ArgumentSets/BackendLookup","required":true,"array":false,"default":null},{"name":"volume","description":null,"type":"Aker/API/V2/ArgumentSets/VolumeLookup","required":true,"array":false,"default":null},{"name":"allowed_hosts","description":"Array of IPv4 addresses which are allowed to access the volume.","type":"Aker/API/V2/Scalars/IPv4Address","required":true,"array":true,"default":null},{"name":"size_limit","description":"Hard size limit for volume in bytes.","type":"Rapid/Scalars/Integer","required":true,"array":false,"default":null},{"name":"inode_limit","description":"Hard limit for number of inodes volume can use.","type":"Rapid/Scalars/Integer","required":true,"array":false,"default":null},{"name":"posix_acl","description":"Should volume use POSIX ACL permissions?","type":"Rapid/Scalars/Boolean","required":true,"array":false,"default":null}]},"fields":[{"id":"Aker/API/V2/Endpoints/VAST/Volumes/UpdateOrCreate/VolumeField","name":"volume","description":null,"type":"Aker/API/V2/Objects/Volume","null":false,"array":false,"spec":{"all":true,"spec":null}}],"potential_errors":["Aker/API/V2/Errors/BackendConnectionFailed","Aker/API/V2/Errors/BackendError","Aker/API/V2/Errors/BackendNotFound","Aker/API/V2/Errors/BackendTimeout"],"scopes":[]}},{"type":"argument_set","value":{"id":"Aker/API/V2/Endpoints/VAST/Volumes/UpdateOrCreate/BaseArgumentSet","name":null,"description":null,"arguments":[{"name":"backend","description":null,"type":"Aker/API/V2/ArgumentSets/BackendLookup","required":true,"array":false,"default":null},{"name":"volume","description":null,"type":"Aker/API/V2/ArgumentSets/VolumeLookup","required":true,"array":false,"default":null},{"name":"allowed_hosts","description":"Array of IPv4 addresses which are allowed to access the volume.","type":"Aker/API/V2/Scalars/IPv4Address","required":true,"array":true,"default":null},{"name":"size_limit","description":"Hard size limit for volume in bytes.","type":"Rapid/Scalars/Integer","required":true,"array":false,"default":null},{"name":"inode_limit","description":"Hard limit for number of inodes volume can use.","type":"Rapid/Scalars/Integer","required":true,"array":false,"default":null},{"name":"posix_acl","description":"Should volume use POSIX ACL permissions?","type":"Rapid/Scalars/Boolean","required":true,"array":false,"default":null}]}},{"type":"endpoint","value":{"id":"Aker/API/V2/Endpoints/VAST/Volumes/Update","name":"Update a volume","description":"Update the specified valume's attributes","http_status":200,"authenticator":null,"argument_set":{"id":"Aker/API/V2/Endpoints/VAST/Volumes/Update/BaseArgumentSet","name":null,"description":null,"arguments":[{"name":"backend","description":null,"type":"Aker/API/V2/ArgumentSets/BackendLookup","required":true,"array":false,"default":null},{"name":"volume","description":null,"type":"Aker/API/V2/ArgumentSets/VolumeLookup","required":true,"array":false,"default":null},{"name":"allowed_hosts","description":"Array of IPv4 addresses which are allowed to access the volume.","type":"Aker/API/V2/Scalars/IPv4Address","required":false,"array":true,"default":null},{"name":"size_limit","description":"Hard size limit for volume in bytes.","type":"Rapid/Scalars/Integer","required":false,"array":false,"default":null},{"name":"inode_limit","description":"Hard limit for number of inodes volume can use.","type":"Rapid/Scalars/Integer","required":false,"array":false,"default":null},{"name":"posix_acl","description":"Should volume use POSIX ACL permissions?","type":"Rapid/Scalars/Boolean","required":false,"array":false,"default":null}]},"fields":[{"id":"Aker/API/V2/Endpoints/VAST/Volumes/Update/VolumeField","name":"volume","description":null,"type":"Aker/API/V2/Objects/Volume","null":false,"array":false,"spec":{"all":true,"spec":null}}],"potential_errors":["Aker/API/V2/Errors/BackendConnectionFailed","Aker/API/V2/Errors/BackendError","Aker/API/V2/Errors/BackendNotFound","Aker/API/V2/Errors/BackendTimeout","Aker/API/V2/Errors/VolumeNotFound"],"scopes":[]}},{"type":"argument_set","value":{"id":"Aker/API/V2/Endpoints/VAST/Volumes/Update/BaseArgumentSet","name":null,"description":null,"arguments":[{"name":"backend","description":null,"type":"Aker/API/V2/ArgumentSets/BackendLookup","required":true,"array":false,"default":null},{"name":"volume","description":null,"type":"Aker/API/V2/ArgumentSets/VolumeLookup","required":true,"array":false,"default":null},{"name":"allowed_hosts","description":"Array of IPv4 addresses which are allowed to access the volume.","type":"Aker/API/V2/Scalars/IPv4Address","required":false,"array":true,"default":null},{"name":"size_limit","description":"Hard size limit for volume in bytes.","type":"Rapid/Scalars/Integer","required":false,"array":false,"default":null},{"name":"inode_limit","description":"Hard limit for number of inodes volume can use.","type":"Rapid/Scalars/Integer","required":false,"array":false,"default":null},{"name":"posix_acl","description":"Should volume use POSIX ACL permissions?","type":"Rapid/Scalars/Boolean","required":false,"array":false,"default":null}]}},{"type":"endpoint","value":{"id":"Aker/API/V2/Endpoints/VAST/Volumes/Delete","name":"Delete a volume","description":"Deletes the specified volume","http_status":200,"authenticator":null,"argument_set":{"id":"Aker/API/V2/Endpoints/VAST/Volumes/Delete/BaseArgumentSet","name":null,"description":null,"arguments":[{"name":"backend","description":null,"type":"Aker/API/V2/ArgumentSets/BackendLookup","required":true,"array":false,"default":null},{"name":"volume","description":null,"type":"Aker/API/V2/ArgumentSets/VolumeLookup","required":true,"array":false,"default":null}]},"fields":[{"id":"Aker/API/V2/Endpoints/VAST/Volumes/Delete/VolumeField","name":"volume","description":null,"type":"Aker/API/V2/Objects/Volume","null":false,"array":false,"spec":{"all":true,"spec":null}}],"potential_errors":["Aker/API/V2/Errors/BackendConnectionFailed","Aker/API/V2/Errors/BackendError","Aker/API/V2/Errors/BackendNotFound","Aker/API/V2/Errors/BackendTimeout","Aker/API/V2/Errors/VolumeNotFound"],"scopes":[]}},{"type":"argument_set","value":{"id":"Aker/API/V2/Endpoints/VAST/Volumes/Delete/BaseArgumentSet","name":null,"description":null,"arguments":[{"name":"backend","description":null,"type":"Aker/API/V2/ArgumentSets/BackendLookup","required":true,"array":false,"default":null},{"name":"volume","description":null,"type":"Aker/API/V2/ArgumentSets/VolumeLookup","required":true,"array":false,"default":null}]}}]}
