Is it possible to identify operations that affect the runtime state (i.e. start/stop
services) ?
I was looking at a datasource example, but couldn't find any metadata related to
that:
[standalone@localhost:9999 /]
/subsystem=datasources/data-source=ExampleDS:read-operation-description(name=enable)
{
"outcome" => "success",
"result" => {
"operation-name" => "enable",
"description" => "Enable the data-source",
"request-properties" => {"persistent" => {
"type" => BOOLEAN,
"description" => "if true enable attribute is
persisted",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"default" => true
}},
"reply-properties" => {},
"read-only" => false
}
}
Regards, Heiko