View This Domain

get

/management/weblogic/{version}/edit

View this domain.

Note: This tree of resources is used to edit the WebLogic Server configuration.

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 domain.

This method can return the following links:

  • rel=changeManager uri=/management/weblogic/{version}/edit/changeManager

    This resource's changeManager resource.

  • rel=partitions uri=/management/weblogic/{version}/edit/partitions

    This resource's partitions collection resource.

  • rel=resourceGroupTemplates uri=/management/weblogic/{version}/edit/resourceGroupTemplates

    This resource's resourceGroupTemplates collection resource.

  • rel=search uri=/management/weblogic/{version}/edit/search

    This resource's search resource.

  • rel=securityConfiguration uri=/management/weblogic/{version}/edit/securityConfiguration

    This resource's securityConfiguration singleton resource.

  • rel=virtualTargets uri=/management/weblogic/{version}/edit/virtualTargets

    This resource's virtualTargets collection resource.

Body ()
Root Schema : Domain
Type: object
Show Source
  • Default Value: oracle.doceng.json.BetterJsonNull@59b97753

    The release identifier for the configuration. This identifier will be used to indicate the version of the configuration. All server generated configurations will be established with the release identifier of the running server. The form of the version is major.minor.servicepack.rollingpatch. Not all parts of the version are required. i.e. "7" is acceptable.

  • Read Only: true

    An alphanumeric name for this domain.

    For more information on domain naming conventions, see Domain and Server Name Restrictions in Understanding Domain Configuration for Oracle WebLogic Server.

    This name is included as one of the key properties in the MBean's javax.management.ObjectName

    Name=user-specified-name

    Constraints

    • legal null
  • Optional information that you can include to describe this configuration.

    WebLogic Server saves this note in the domain's configuration file (config.xml) as XML PCDATA. All left angle brackets (<) are converted to the xml entity <. Carriage returns/line feeds are preserved.

    Note: If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.

  • Default Value: /partitions

    The URI prefix used for partition administrative virtual targets.

  • Specifies whether all servers in this domain run in production mode.

    You can configure servers in your domain to start in one of two modes, development or production. You use development mode while you are developing your applications. Development mode uses a relaxed security configuration and enables you to auto-deploy applications. You use production mode when your application is running in its final form. A production domain uses full security and may use clusters or other advanced features.

    The runtime mode is a domain-wide setting. As each Managed Server starts, it refers to the mode of the Administration Server to determine its runtime mode. If you configure the domain to run in production mode, the Administration Server saves this setting to the domain's configuration document.

  • Read Only: true

    Returns the type of the MBean.

    Constraints

    • unharvestable
Back to Top