Modify This Virtual Target

post

/management/weblogic/{version}/edit/virtualTargets/{name}

Modify this virtual target.

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 virtual target model.

Root Schema : Virtual Target
Type: object
Show Source
  • Minimum Value: 0
    Maximum Value: 65535
    Default Value: 0

    Get the explicit port for this virtual target.

  • Items
    Title: Items

    Host names, separated by line breaks, for which this virtual target will serve requests.

  • 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: PartitionChannel

    The channel name to be used as a reference for creating a partition specific channel.

  • Minimum Value: 0
    Maximum Value: 65535
    Default Value: 0

    The port offset for this virtual target. If set to the minimum value, the port offset is not set.

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

    You must select a target from this list of the targets in the current domain. Targets must be either servers or clusters. The deployment will only occur once if the targets overlap. For example, if a deployment is deployed both on a cluster C and on a server S that is a member of that cluster, the deployment will be deployed on server S only once.

    Constraints

    • restart required
  • Read Only: true

    Returns the type of the MBean.

    Constraints

    • unharvestable
  • Default Value: /

    The URI prefix for this virtual target.

Nested Schema : Items
Type: array
Title: Items

Host names, separated by line breaks, for which this virtual target will serve requests.

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

You must select a target from this list of the targets in the current domain. Targets must be either servers or clusters. The deployment will only occur once if the targets overlap. For example, if a deployment is deployed both on a cluster C and on a server S that is a member of that cluster, the deployment will be deployed on server S only once.

Constraints

  • restart required
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