Skip to content

Instantly share code, notes, and snippets.

@kabir
Created September 10, 2013 16:10
Show Gist options
  • Select an option

  • Save kabir/6511717 to your computer and use it in GitHub Desktop.

Select an option

Save kabir/6511717 to your computer and use it in GitHub Desktop.
[standalone@localhost:9990 /] /deployment-overlay=*/content=*:read-resource-description(recursive=true,access-control=combined-descriptions)
{
"outcome" => "success",
"result" => [{
"address" => [
("deployment-overlay" => "*"),
("content" => "*")
],
"outcome" => "success",
"result" => {
"description" => "The content of the deployment overlay",
"access-constraints" => {"application" => {"deployment" => {"type" => "core"}}},
"attributes" => {"content" => {
"type" => BYTES,
"description" => "The deployment overlay content item",
"expressions-allowed" => false,
"nillable" => false,
"access-type" => "read-only",
"storage" => "configuration"
}},
"operations" => undefined,
"children" => {},
"access-control" => {
"default" => {
"read" => true,
"write" => true,
"attributes" => {"content" => {
"read" => true,
"write" => true
}}
},
"exceptions" => {}
}
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment