Modify This Osgi Framework

post

/management/weblogic/{version}/edit/resourceGroupTemplates/{name}/osgiFrameworks/{name}

Modify this osgi framework.

Request

Supported Media Types
Path Parameters
Header Parameters
  • The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Body ()

Must contain the modified osgi framework model.

Root Schema : Osgi Framework
Type: object
Show Source
  • Default Value: populate
    Allowed Values: [ "populate", "ignore" ]

    Determines if some WebLogic helper bundles will be installed into the framework

    If this is set to "populate" then the bundles found in the WebLogic installation directory under wlserver/server/osgi-lib will be installed into this OSGi framework. Futhermore a few extra packages will be added to the bootdelegation classpath parameters in order to enable the bundles in the osgi-lib directory if they are not already there.

    If this is set to "ignore" then the bundles found in the WebLogic installation directory will not be installed into the framework.

    Constraints

    • not visible for domain scoped mbeans
  • Minimum Value: 0
    Maximum Value: 2147483647
    Default Value: 1000

    A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type.

    For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes.

    Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters.

    Constraints

    • not visible for domain scoped mbeans
  • Read Only: true
    Default Value: false

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

    Constraints

    • not visible for domain scoped mbeans
  • Default Value: org.apache.felix.framework.FrameworkFactory

    The name of the frameworks implementation class for the org.osgi.framework.launch.FrameworkFactory class.

    Constraints

    • not visible for domain scoped mbeans
  • Read Only: true

    Return the unique id of this MBean instance

    Constraints

    • not visible for domain scoped mbeans
  • Properties
    Title: Properties
    Additional Properties Allowed: additionalProperties

    The properties to be used when initializing the framework. All standard properties and all properties specific to the framework can be set.

    Constraints

    • not visible for domain scoped mbeans
  • Read Only: true

    The user-specified name of this MBean instance.

    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: oracle.doceng.json.BetterJsonNull@78e3057b

    The name of the org.osgi.framework.bootdelegation property. Note that this value, if set, will take precedence over anything specified in the init-properties.

    Constraints

    • not visible for domain scoped mbeans
  • Default Value: oracle.doceng.json.BetterJsonNull@243f4a3d

    The name of the org.osgi.framework.system.packages.extra property. Note that this value, if set, will take precedence over anything specified in the init-properties.

    Constraints

    • not visible for domain scoped mbeans
  • Default Value: oracle.doceng.json.BetterJsonNull@423b4034

    The location of the OSGi implementation JAR file which contains the org.osgi.framework.launch.FrameworkFactory implementation. If this field is not set then an appropriate default implementation that is shipped with the product will be used.

    If this field is relative it must be relative to the start directory of the server and the file must exist everywhere this framework is deployed. If this field is not relative then the given filename must exist at the same location everywhere this framework is deployed.

    Constraints

    • not visible for domain scoped mbeans
  • Default Value: true

    Returns true if global data sources should be added to the OSGi service registry.

    Constraints

    • not visible for domain scoped mbeans
  • Default Value: true

    Returns true if global work managers should be added to the OSGi service registry.

    Constraints

    • not visible for domain scoped mbeans
  • Items
    Title: Items

    Return all tags on this Configuration MBean

    Constraints

    • not visible for domain scoped mbeans
  • 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.

    Constraints

    • not visible for domain scoped mbeans
  • Read Only: true

    Returns the type of the MBean.

    Constraints

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

The properties to be used when initializing the framework. All standard properties and all properties specific to the framework can be set.

Constraints

  • not visible for domain scoped mbeans
Nested Schema : Items
Type: array
Title: Items

Return all tags on this Configuration MBean

Constraints

  • not visible for domain scoped mbeans
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.

Constraints

  • not visible for domain scoped mbeans
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
Security
  • Type: basic
    Description: A user in the Admin security role.
Back to Top

Response

200 Response

Back to Top