View This JMS Server Runtime
/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}
View this JMS server runtime.
Request
- 
                    name: string
                    
                    The name property of the instance in the collection.
- 
                    version: string
                    
                    The version of the WebLogic REST interface.
- 
                        excludeFields(optional): string
                        
                        The 'excludeFields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields whose name is not on the list will be returned. If not present, all fields are returned (unless the 'fields' query parameter is specified). Note: 'fields' must not be specified if 'excludeFields' is specified.
- 
                        excludeLinks(optional): string
                        
                        The 'excludeLinks' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links whose relationship name is not on the list will be returned. If not present, all links are returned (unless the 'links' query parameter is specified). Note: 'links' must not be specified if 'excludeLinks' is specified.
- 
                        fields(optional): string
                        
                        The 'fields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields with matching names are returned. If not present, all fields are returned (unless the 'excludeFields' query parameter is specified). Note: 'excludeFields' must not be specified if 'fields' is specified.
- 
                        links(optional): string
                        
                        The 'links' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links with matching relationship names are returned. If not present, all links are returned (unless the 'excludeLinks' query parameter is specified). Note: 'excludeLinks' must not be specified if 'links' is specified.
- 
                        Admin: basic
                        
                        Type:basicDescription:A user in the Admin security role.
- 
                        Deployer: basic
                        
                        Type:basicDescription:A user in the Deployer security role.
- 
                        Monitor: basic
                        
                        Type:basicDescription:A user in the Monitor security role.
- 
                        Operator: basic
                        
                        Type:basicDescription:A user in the Operator security role.
Response
- application/json
200 Response
Returns this JMS server runtime.
This method can return the following links:
- rel=action title=closeCursor uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/closeCursorThis resource's closeCursor action resource. 
- rel=action title=forceCommit uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/forceCommitThis resource's forceCommit action resource. 
- rel=action title=forceRollback uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/forceRollbackThis resource's forceRollback action resource. 
- rel=action title=getCursorEndPosition uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/getCursorEndPositionThis resource's getCursorEndPosition action resource. 
- rel=action title=getCursorSize uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/getCursorSizeThis resource's getCursorSize action resource. 
- rel=action title=getCursorStartPosition uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/getCursorStartPositionThis resource's getCursorStartPosition action resource. 
- rel=action title=getMessages uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/getMessagesThis resource's getMessages action resource. 
- rel=action title=getTransactionStatus uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/getTransactionStatusThis resource's getTransactionStatus action resource. 
- rel=action title=pauseConsumption uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/pauseConsumptionThis resource's pauseConsumption action resource. 
- rel=action title=pauseInsertion uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/pauseInsertionThis resource's pauseInsertion action resource. 
- rel=action title=pauseProduction uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/pauseProductionThis resource's pauseProduction action resource. 
- rel=action title=resumeConsumption uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/resumeConsumptionThis resource's resumeConsumption action resource. 
- rel=action title=resumeInsertion uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/resumeInsertionThis resource's resumeInsertion action resource. 
- rel=action title=resumeProduction uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/resumeProductionThis resource's resumeProduction action resource. 
- rel=action title=sort uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/sortThis resource's sort action resource. 
- rel=destinations uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/destinationsThis resource's destinations collection resource. 
- rel=logRuntime uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/logRuntimeThis resource's logRuntime singleton resource. 
- rel=sessionPoolRuntimes uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/sessionPoolRuntimesThis resource's sessionPoolRuntimes collection resource. 
object- 
            bytesCurrentCount(optional): 
            integer(int64)
            Read Only:trueThe current number of bytes stored on this JMS server. This number does not include the pending bytes. 
- 
            bytesHighCount(optional): 
            integer(int64)
            Read Only:trueThe peak number of bytes stored in the JMS server since the last reset. 
- 
            bytesPageableCurrentCount(optional): 
            integer(int64)
            Read Only:trueReturn the total number of bytes in all the messages that are currently available to be paged out, but which have not yet been paged out. The JMS server attempts to keep this number smaller than the "MessageBufferSize" parameter. 
- 
            bytesPagedInTotalCount(optional): 
            integer(int64)
            Read Only:trueReturn the total number of bytes that were read from the paging directory since the JMS server was started. 
- 
            bytesPagedOutTotalCount(optional): 
            integer(int64)
            Read Only:trueReturn the total number of bytes that were written to the paging directory since the JMS server was started. 
- 
            bytesPendingCount(optional): 
            integer(int64)
            Read Only:trueThe current number of bytes pending (unacknowledged or uncommitted) stored on this JMS server. Pending bytes are over and above the current number of bytes. 
- 
            bytesReceivedCount(optional): 
            integer(int64)
            Read Only:trueThe number of bytes received on this JMS server since the last reset. 
- 
            bytesThresholdTime(optional): 
            integer(int64)
            Read Only:trueThe amount of time in the threshold condition since the last reset. 
- 
            consumptionPaused(optional): 
            boolean
            Read Only:trueReturns the current consumption paused state of the JMSServer as boolean value. 
- 
            consumptionPausedState(optional): 
            string
            Read Only:trueReturns the current consumption paused state of the JMSServer as string value. 
- 
            destinationsCurrentCount(optional): 
            integer(int64)
            Read Only:trueThe current number of destinations for this JMS server. 
- 
            destinationsHighCount(optional): 
            integer(int64)
            Read Only:trueThe peak number of destinations on this JMS server since the last reset. 
- 
            destinationsTotalCount(optional): 
            integer(int64)
            Read Only:trueThe number of destinations instantiated on this JMS server since the last reset. 
- 
            healthState(optional): 
            object  Health State
            
            Represents the health of the services that are in a WebLogic server domain. Selected subsystems within each WebLogic Server instance monitor their health status based on criteria specific to the subsystem. 
- 
            insertionPaused(optional): 
            boolean
            Read Only:trueReturns the current insertion paused state of the JMSServer as boolean value. 
- 
            insertionPausedState(optional): 
            string
            Read Only:trueReturns the current insertion paused state of the JMSServer as string value. 
- 
            messagesCurrentCount(optional): 
            integer(int64)
            Read Only:trueThe current number of messages stored on this JMS server. This number does not include the pending messages. 
- 
            messagesHighCount(optional): 
            integer(int64)
            Read Only:trueThe peak number of messages stored in the JMS server since the last reset. 
- 
            messagesPageableCurrentCount(optional): 
            integer(int32)
            Read Only:trueReturn the number of messages that are currently available for paging in this JMS server but have not yet been paged out. Note that due to internal implementation details, this count may be zero even if "PageableByteCurrentCount" is zero. 
- 
            messagesPagedInTotalCount(optional): 
            integer(int32)
            Read Only:trueReturn the total number of messages that were read from the paging directory since the JMS server was started. 
- 
            messagesPagedOutTotalCount(optional): 
            integer(int32)
            Read Only:trueReturn the total number of messages that were written to the paging directory since the JMS server was started. 
- 
            messagesPendingCount(optional): 
            integer(int64)
            Read Only:trueThe current number of messages pending (unacknowledged or uncommitted) stored on this JMS server. Pending messages are over and above the current number of messages. 
- 
            messagesReceivedCount(optional): 
            integer(int64)
            Read Only:trueThe number of messages received on this destination since the last reset. 
- 
            messagesThresholdTime(optional): 
            integer(int64)
            Read Only:trueThe amount of time in the threshold condition since the last reset. 
- 
            name(optional): 
            string
            Read Only:trueThe name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. Constraints- unharvestable
 
- 
            pagingAllocatedIoBufferBytes(optional): 
            integer(int64)
            Read Only:trueSee PersistentStoreRuntimeMBean.AllocatedIoBufferBytes 
- 
            pagingAllocatedWindowBufferBytes(optional): 
            integer(int64)
            Read Only:trueSee PersistentStoreRuntimeMBean.AllocatedWindowBufferBytes 
- 
            pagingPhysicalWriteCount(optional): 
            integer(int64)
            Read Only:trueSee PersistentStoreRuntimeMBean.PhysicalWriteCount 
- 
            pendingTransactions(optional): 
            array  Items
            
            Title:ItemsRead Only:trueReturns an array of Xids representing transaction branches that exist onthis JMS server in the pending state, i.e. branches that have been prepared by the transaction manager but not yet committed or rolled back. 
- 
            productionPaused(optional): 
            boolean
            Read Only:trueReturns the current production paused state of the JMSServer as boolean value. 
- 
            productionPausedState(optional): 
            string
            Read Only:trueReturns the current production paused state of the JMSServer as string value. 
- 
            sessionPoolsCurrentCount(optional): 
            integer(int64)
            Read Only:trueThe current number of session pools instantiated on this JMS server. 
- 
            sessionPoolsHighCount(optional): 
            integer(int64)
            Read Only:trueThe peak number of session pools instantiated on this JMS server since the last reset. 
- 
            sessionPoolsTotalCount(optional): 
            integer(int64)
            Read Only:trueThe number of session pools instantiated on this JMS server since the last reset. 
- 
            transactions(optional): 
            array  Items
            
            Title:ItemsRead Only:trueReturns an array of Xids representing transaction branches that exist on this JMS server in any state. 
- 
            type(optional): 
            string
            Read Only:trueReturns the type of the MBean. Constraints- unharvestable
 
objectRepresents the health of the services that are in a WebLogic server domain. Selected subsystems within each WebLogic Server instance monitor their health status based on criteria specific to the subsystem.
- 
            partitionName(optional): 
            string
            This property indicates the partition name for which the health state is reported. 
- 
            state(optional): 
            string
            This property indicates the reported state as: - OK - Service is healthy. 
- WARN - Service could have problems in the future 
- CRITICAL - Something must be done now to prevent service failure 
- FAILED - Service has failed and must be restarted 
- OVERLOADED - Service is functioning normally but there is too much work in it 
- UNKNOWN - Service state cannot be determined 
 
- 
            subsystemName(optional): 
            string
            This property indicates the service for which the health state is reported. 
- 
            symptoms(optional): 
            array  Items
            
            Title:ItemsThis property indicates the cause of the reported state. 
arrayItemstrueReturns an array of Xids representing transaction branches that exist onthis JMS server in the pending state, i.e. branches that have been prepared by the transaction manager but not yet committed or rolled back.
arrayItemstrueReturns an array of Xids representing transaction branches that exist on this JMS server in any state.
arrayItemsThis property indicates the cause of the reported state.
- 
            Array of: 
                object  Symptom
            
            Represents an observation reported by a service with its health state. A symptom can be used to determine the reason for the current health state of a WebLogic server. 
objectRepresents an observation reported by a service with its health state. A symptom can be used to determine the reason for the current health state of a WebLogic server.
- 
            info(optional): 
            string
            This property provides additional information about the symptom if available. 
- 
            instanceId(optional): 
            string
            This property represents an identifier for the symptom. 
- 
            severity(optional): 
            string
            This property indicates a low, medium, or high severity level. 
- 
            type(optional): 
            string
            This property represents the cause of the symptom (low memory, network error, stuck threads, and so on).