mold_listApisMeta
Retrieve API metadata including names, async status, and parameters from the listApis endpoint to understand available cloud infrastructure management capabilities.
Instructions
listApis로부터 API 메타데이터(name, isasync, params)를 조회합니다.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
}
},
"type": "object"
}