mold_listVirtualMachines
List virtual machines in ABLESTACK MOLD with filtering options for state, zone, project, domain, and account to manage cloud infrastructure.
Instructions
listVirtualMachines(4.21) 호출. 주요 필터만 노출(추가 필드는 mold_call 사용).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
account | No | ||
details | No | ||
domainid | No | ||
id | No | ||
keyword | No | ||
listall | No | ||
name | No | ||
page | No | ||
pagesize | No | ||
projectid | No | ||
state | No | ||
zoneid | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"account": {
"type": "string"
},
"details": {
"type": "string"
},
"domainid": {
"type": "string"
},
"id": {
"type": "string"
},
"keyword": {
"type": "string"
},
"listall": {
"type": "boolean"
},
"name": {
"type": "string"
},
"page": {
"type": "integer"
},
"pagesize": {
"type": "integer"
},
"projectid": {
"type": "string"
},
"state": {
"enum": [
"Running",
"Stopped",
"Present",
"Destroyed",
"Expunged"
],
"type": "string"
},
"zoneid": {
"type": "string"
}
},
"type": "object"
}