]
Brian Stansberry resolved WFLY-746.
-----------------------------------
Assignee: Brian Stansberry
Resolution: Done
I did 95%+ of this ages ago; see
(or equivalent page for earlier releases.)
There are a couple TODOs re: outlining the text representation grammar at the bottom of
that page, but I'm not going to keep this issue open just for that.
Add jboss-dmr documentation to the Admin Guide
----------------------------------------------
Key: WFLY-746
URL:
https://issues.jboss.org/browse/WFLY-746
Project: WildFly
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Documentation, Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: No Release
Basic documentation on DMR:
1) Purpose
2) Source location and maven coordinates
3) Description of the 2 public classes, ModelNode and ModelType, link to 1.0.0.Final code
for each on github
4) Some simple examples
5) Fully document the string format, so people know how to read DMR output and how to
write DMR input
6) Links to 5) above in the CLI docs, both in a place that describes how to read output
and in a place that describes the format for parameter values in low-level operation
requests