View This Server Debug

get

/management/weblogic/{version}/serverConfig/servers/{name}/serverDebug

View this server debug.

Request

Path Parameters
Query Parameters
  • 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.
  • 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.
Security
Back to Top

Response

Supported Media Types

200 Response

Returns this server debug.

This method can return the following links:

  • rel=debugScopes uri=/management/weblogic/{version}/serverConfig/servers/{name}/serverDebug/debugScopes

    This resource's debugScopes collection resource.

  • rel=server

    This resource's server reference to a server resource.

Body ()
Root Schema : Server Debug
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items

Dye mask criteria used to determine whether debug will be emitted for a request. Specifies the names of the Dye flags that will be inspected at runtime to determine whether debug needs to be emitted for a request.

Show Source
Nested Schema : Properties
Type: object
Title: Properties
Additional Properties Allowed
Show Source

Parameters for debug logging defined as name value pairs. The parameters are prefixed with the name of the debug flag. The parameter names supported for a debug flag is specific to the implementation of the debug output.

Constraints

  • secure default : null
Nested Schema : Server Reference
Type: array
Title: Server Reference
Contains the server reference.

Returns the server for this bean

Constraints

  • restart required
Show Source
Nested Schema : Items
Type: array
Title: Items

Return all tags on this Configuration MBean

Show Source
Back to Top