Volume_Types
statusboolean
Whether the request succeeded.
Example:
truemessagestring
Human-readable description of the result.
Example:
Retrieved Volume Types.volume_typesstring[]
An array containing the names of volume types that can be used in the volume_type field in the request to create volumes.
Volume_Types
{
"status": true,
"message": "Retrieved Volume Types.",
"volume_types": [
"string"
]
}
Was this page helpful?