cldkctl_create_data_volume
Create data volumes in the MCP cldkctl Server by calling the endpoint with specified volume data for efficient storage management.
Instructions
Call the cldkctl_create_data_volume endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
datavolume_data | Yes | Data Volume data |
Input Schema (JSON Schema)
{
"properties": {
"datavolume_data": {
"description": "Data Volume data",
"type": "object"
}
},
"required": [
"datavolume_data"
],
"type": "object"
}