Compute Management/Host Related Interfaces
POSTHost Related InterfacesSince 3.1.0SynchronousAuth Required
Check KVM Host Config File Syntax
Check KVM Host Config File Syntax
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
paramsObjectRequiredRequest body parameter object.
hostInfoStringRequiredHost information encoded in base64
systemTagsList系统标签。
userTagsList用户标签。
Responses
Endpoint
POST/v1/hosts/kvm/from-file/check
/v1/hosts/kvm/from-file/check
Request Example
curl -X POST 'http://{host}/v1/hosts/kvm/from-file/check' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"params":{"hostInfo":"<hostInfo>"},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{}Change History
This API has no change history records yet.
