View This Virtual Target

get

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

View this virtual target.

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

Body ()
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
Back to Top