Skip to content

Instantly share code, notes, and snippets.

@rhusar
Created June 12, 2015 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhusar/5eef22d7a6479f042a5d to your computer and use it in GitHub Desktop.
Save rhusar/5eef22d7a6479f042a5d to your computer and use it in GitHub Desktop.
[standalone@localhost:9990 /] /subsystem=modcluster/mod-cluster-config=configuration/:write-attribute(name=proxies,value=[]
{
"outcome" => "success",
"response-headers" => {
"operation-requires-reload" => true,
"process-state" => "reload-required"
}
}
[standalone@localhost:9990 /] /subsystem=modcluster/mod-cluster-config=configuration/:read-attribute(name=proxies
{
"outcome" => "success",
"result" => [],
"response-headers" => {"process-state" => "reload-required"}
}
[standalone@localhost:9990 /] :reload
{
"outcome" => "success",
"result" => undefined
}
[standalone@localhost:9990 /] /subsystem=modcluster/mod-cluster-config=configuration/:read-attribute(name=proxies
{
"outcome" => "success",
"result" => [""]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment