cancel-non-progressing-operation - Check for an operation that has been holding the exclusive operation execution lock for greater than the provided timeout period, and if found cancel it.
Reply properties
Type
STRING
Raw DMR model
{
"operation-name" : "cancel-non-progressing-operation",
"description" : "Check for an operation that has been holding the exclusive operation execution lock for greater than the provided timeout period, and if found cancel it.",
"request-properties" : {},
"reply-properties" : {"type" : {
"TYPE_MODEL_VALUE" : "STRING"
}},
"stability" : "default",
"read-only" : false,
"runtime-only" : true
}
find-non-progressing-operation - Check for an operation that has been holding the exclusive operation execution lock for greater than the provided timeout period, and if found return its id.
Reply properties
Type
STRING
Raw DMR model
{
"operation-name" : "find-non-progressing-operation",
"description" : "Check for an operation that has been holding the exclusive operation execution lock for greater than the provided timeout period, and if found return its id.",
"request-properties" : {},
"reply-properties" : {"type" : {
"TYPE_MODEL_VALUE" : "STRING"
}},
"stability" : "default",
"read-only" : true,
"runtime-only" : true
}