[wildfly-dev] identify runtime operations ?

Heiko Braun hbraun at redhat.com
Thu May 2 08:17:22 EDT 2013


	

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 at 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


More information about the wildfly-dev mailing list