GET A Create Form For This Custom Resource Collection

get

/management/weblogic/{version}/edit/customResourceCreateForm

This resource returns a pre-populated custom resource model that can be customized then posted (using the POST method) to the customResources collection resource to create a new custom resource.

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 custom resource.

This method can return the following links:

  • rel=create uri=/management/weblogic/{version}/edit/customResources

    The collection resource for this create form resource.

Body ()
Root Schema : Custom Resource
Type: object
Show Source
  • This is only set for beans created as a result of conversion from an 8.1 application configured using ApplicationMBean and ComponentMBean.

    Standalone modules in 8.1 have both an ApplicationMBean name and ComponentMBean name. This attribute stores the name of the latter, to be used when the server creates the transient ComponentMBean for backward compatibility.

  • Default Value: 100

    An integer value that indicates when this unit is deployed, relative to other deployable units on a server, during startup.

    Units with lower values are deployed before those with higher values.

  • A string value that indicates the principal that should be used when deploying the file or archive during startup and shutdown. This principal will be used to set the current subject when calling out into application code for interfaces such as ApplicationLifecycleListener. If no principal name is specified, then the anonymous principal will be used.

  • Returns the interface of the bean that is returned by the #getResource method.

  • Read Only: true

    The name of the file that contains the module. By default the file resides in the DOMAIN_DIR/config directory.

    By default, the file name is derived from the bean name using the following pattern:

    .xml

    Note that this is a read-only property that can only be set when the bean is created.

  • Read Only: true
    Default Value: false

    Return whether the MBean was created dynamically or is persisted to config.xml

  • Read Only: true

    Return the unique id of this MBean instance

  • The values match those defined by jsr88. This attribute may move to another MBean.

  • Read Only: true

    Unique identifier for this bean instance.

    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.

  • Descriptor Reference
    Title: Descriptor Reference
    Read Only: true
    Contains the descriptor reference.

    Return the Descriptor for the system resource. This should be overridden by the derived system resources.

  • This is the name of the class that is used to manage the lifecycle of the resource. An instance of the ResourceClass is created and is passed the DescriptorBean. If this value is not set then the resource does not participate in the deployment lifecycle and simply represent a distribution of configuration information to be used by other subsystems.

  • Items
    Title: Items

    Return all tags on this Configuration MBean

  • Target References
    Title: Target References
    Contains the array of target references.

    You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. Targets must be either servers or clusters. The deployment will only occur once if deployments overlap.

  • Read Only: true

    Returns the type of the MBean.

    Constraints

    • unharvestable
Nested Schema : Descriptor Reference
Type: array
Title: Descriptor Reference
Read Only: true
Contains the descriptor reference.

Return the Descriptor for the system resource. This should be overridden by the derived system resources.

Show Source
Nested Schema : Items
Type: array
Title: Items

Return all tags on this Configuration MBean

Show Source
Nested Schema : Target References
Type: array
Title: Target References
Contains the array of target references.

You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. Targets must be either servers or clusters. The deployment will only occur once if deployments overlap.

Show Source
Nested Schema : Target Reference
Type: object
Title: Target Reference
Contains the target reference.
Show Source
Nested Schema : Identity
Type: array
Title: Identity
DOC TEAM TBD - describe an identity - it's a reference to another WLS REST resource.
Show Source
Back to Top