Resource Center/Resource Pool/VM Scheduling Rule Group Operations
POSTVM Scheduling Rule Group OperationsSince 4.6.0SynchronousAuth Required
GetVmSchedulingRulesExecuteState
GetVmSchedulingRulesExecuteState
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.
uuidsListRequiredThe VM scheduling group UUID.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
POST/zstack/v1/get/vmSchedulingRules/conflict/state
/zstack/v1/get/vmSchedulingRules/conflict/state
Request Example
curl -X POST 'http://{host}/zstack/v1/get/vmSchedulingRules/conflict/state' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"params":{"uuids":["<uuids>"]},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "ruleMapState": { "2951e237b86630ac84d8eeb382513260": "Normal" } }Change History
This API has no change history records yet.
