
schema.ExecuteOperationRequest.schema.json Maven / Gradle / Ivy
The newest version!
{
"type": "object",
"extends": {
"type": "object",
"javaType": "org.hawkular.feedcomm.api.AuthMessage"
},
"javaType": "org.hawkular.feedcomm.api.ExecuteOperationRequest",
"additionalProperties": false,
"description": "A request to execute an operation.",
"properties": {
"resourcePath": {
"description" : "The inventory path to the resource that is to execute the operation",
"type": "string"
},
"operationName": {
"type": "string"
},
"parameters": {
"description": "A simple map of named parameters.",
"type": "object",
"javaType": "java.util.Map"
}
},
"required": ["resourcePath", "operationName"]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy