GetLoadBalancerAttachment

get

/20160918/instancePools/{instance_pool_id}/loadBalancerAttachments/{instance_pool_load_balancer_attachment_id}

Get information about a load balancer that is attached to the specified instance pool.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

The load balancer attached to the instance pool was retrieved.
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Body ()
Root Schema : InstancePoolLoadBalancerAttachment
Type: object
Represents a load balancer that is attached to an instance pool.
Show Source
  • Minimum Length: 1
    Maximum Length: 255
    The name of the backend set on the load balancer.
  • Minimum Length: 1
    Maximum Length: 255
    The OCID of the load balancer attachment.
  • Minimum Length: 1
    Maximum Length: 255
    The OCID of the instance pool of the load balancer attachment.
  • Allowed Values: [ "ATTACHING", "ATTACHED", "DETACHING", "DETACHED" ]
    The status of the interaction between the instance pool and the load balancer.
  • Minimum Length: 1
    Maximum Length: 255
    The OCID of the load balancer attached to the instance pool.
  • Minimum Value: 0
    Maximum Value: 65535
    The port value used for the backends.
  • Minimum Length: 1
    Maximum Length: 255
    Indicates which VNIC on each instance in the instance pool should be used to associate with the load balancer. Possible values are "PrimaryVnic" or the displayName of one of the secondary VNICs on the instance configuration that is associated with the instance pool.

400 Response

Bad Request
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Body ()
Root Schema : Error
Type: object
The properties that define an error.
Show Source

401 Response

Unauthorized
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Body ()
Root Schema : Error
Type: object
The properties that define an error.
Show Source

404 Response

Not Found
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Body ()
Root Schema : Error
Type: object
The properties that define an error.
Show Source

500 Response

Internal Server Error
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Body ()
Root Schema : Error
Type: object
The properties that define an error.
Show Source

Default Response

An error has occurred.
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Body ()
Root Schema : Error
Type: object
The properties that define an error.
Show Source
Back to Top