View This SAF Remote Endpoint Runtime Collection
/management/weblogic/{version}/serverRuntime/SAFRuntime/agents/{name}/remoteEndpoints
View this SAF remote endpoint runtime collection.
Request
-
name(required): string
The name property of the instance in the collection.
-
version(required): string
The version of the WebLogic REST interface.
-
excludeFields: 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: 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: 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: 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:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.
-
Monitor: basic
Type:
basic
Description:A user in the Monitor security role.
-
Operator: basic
Type:
basic
Description:A user in the Operator security role.
Response
- application/json
200 Response
Returns a list of SAF remote endpoint runtime entities.
object
-
bytesCurrentCount:
integer(int64)
Read Only:
true
Returns the current number of bytes. This number does not include the pending bytes.
-
bytesHighCount:
integer(int64)
Read Only:
true
Returns the peak number of bytes since the last reset.
-
bytesPendingCount:
integer(int64)
Read Only:
true
Returns the number of pending bytes. Pending bytes are over and above the current number of bytes.
-
bytesReceivedCount:
integer(int64)
Read Only:
true
The number of bytes received since the last reset.
-
bytesThresholdTime:
integer(int64)
Read Only:
true
Returns the amount of time in the threshold condition since the last reset.
-
downtimeHigh:
integer(int64)
Read Only:
true
Specifies the longest time, in seconds, that the remote endpoint has not been available since the last reset.
-
downtimeTotal:
integer(int64)
Read Only:
true
Specifies the total time, in seconds, that the remote endpoint has not been available since the last reset.
-
endpointType:
string
Read Only:
true
Specifies if the remote endpoint is a JMS or Web Services (WSRM) destination. The possible values are: weblogic.management.runtime.SAFConstants.JMS_ENDPOINT or weblogic.management.runtime.SAFConstants.WS_ENDPOINT.
-
failedMessagesTotal:
integer(int64)
Read Only:
true
Returns the total number of messages that have failed to be forwarded since the last reset.
-
lastException:
object Throwable
Represents errors and exceptions.
-
lastTimeConnected:
string(date-time)
Read Only:
true
Specifies the last time that the remote endpoint was connected.
This value represents a date as a string in ISO 8601 format, yyyy-MM-dd'T'HH:mm:ss.SSSXXX -
lastTimeFailedToConnect:
string(date-time)
Read Only:
true
Specifies the last time that the remote endpoint failed to be connected.
This value represents a date as a string in ISO 8601 format, yyyy-MM-dd'T'HH:mm:ss.SSSXXX -
messagesCurrentCount:
integer(int64)
Read Only:
true
Returns the current number of messages. This number includes the pending messages.
-
messagesHighCount:
integer(int64)
Read Only:
true
Returns the peak number of messages since the last reset.
-
messagesPendingCount:
integer(int64)
Read Only:
true
Returns the number of pending messages. Pending messages are over and above the current number of messages. A pending message is one that has either been sent in a transaction and not committed, or been forwarded but has not been acknowledged.
-
messagesReceivedCount:
integer(int64)
Read Only:
true
The number of messages received since the last reset.
-
messagesThresholdTime:
integer(int64)
Read Only:
true
Returns the amount of time in the threshold condition since the last reset.
-
name:
string
Read Only:
true
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
Constraints
- unharvestable
-
operationState:
string
Read Only:
true
Specifies the state of the most recent
ExireAll
operation. -
pausedForForwarding:
boolean
Read Only:
true
Indicates if the remote endpoint is currently not forwarding messages.
-
pausedForIncoming:
boolean
Read Only:
true
Indicates if a remote endpoint is currently not accepting new messages.
-
type:
string
Read Only:
true
Returns the type of the MBean.
Constraints
- unharvestable
-
uptimeHigh:
integer(int64)
Read Only:
true
Specifies the longest time, in seconds, that the remote endpoint has been available since the last reset.
-
uptimeTotal:
integer(int64)
Read Only:
true
Specifies the total time, in seconds, that the remote endpoint has been available since the last reset.
-
URL:
string
Read Only:
true
The URL of the remote endpoint.
object
Represents errors and exceptions.
-
cause:
object Throwable
Represents errors and exceptions.
-
message:
string
This property contains the reason why the error or exception was thrown.
-
state:
string