[jboss-jira] [JBoss JIRA] (AS7-2794) Enhance 'read-resource' operation to support include-runtime together with recursive

Brian Stansberry (Commented) (JIRA) jira-events at lists.jboss.org
Sun Nov 27 16:06:40 EST 2011


    [ https://issues.jboss.org/browse/AS7-2794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645745#comment-12645745 ] 

Brian Stansberry commented on AS7-2794:
---------------------------------------

This is a duplicate; some time I'll find the one it duplicates.
                
> Enhance 'read-resource' operation to support include-runtime together with recursive
> ------------------------------------------------------------------------------------
>
>                 Key: AS7-2794
>                 URL: https://issues.jboss.org/browse/AS7-2794
>             Project: Application Server 7
>          Issue Type: Feature Request
>          Components: CLI, Domain Management
>    Affects Versions: 7.1.0.Beta1
>            Reporter: Rostislav Svoboda
>            Assignee: Brian Stansberry
>             Fix For: 7.1.0.CR1
>
>
> Enhance 'read-resource' operation to support include-runtime together with recursive.
> Currently we can't use recursive and include-runtime parameters together to see detailed information about any section and its subsections.
> {code}
> [standalone at localhost:9999 /] :read-operation-description(name="read-resource")
> ...
>             "include-runtime" => {
>                 "type" => BOOLEAN,
>                 "description" => "Whether to include runtime attributes (i.e. those whose value does not come from 
> the persistent configuration) in the response. If absent, false is the default. Ignored if the 'recursive' 
> parameter is set to true; i.e. runtime attributes can only be read in non-recursive queries.",
>                 "required" => false,
>                 "nillable" => true,
>                 "default" => false
>             },
> ...
> {code}
> I think many people would like to run just _bin/jboss-admin.sh -c command=':read-resource(include-runtime=true, recursive=true)'_ command and see all details about AS7 configuration and runtime attributes.
> Please reassign to Brian if this change must be done in management model, thanks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list