Skip to main content
Resource Center/Network Service/Network Service Operations/Load Balancing Operations

CreateLoadBalancerServerGroup

CreateLoadBalancerServerGroup

POST/zstack/v1/load-balancers/{loadBalancerUuid}/servergroups

Operation ID

CreateLoadBalancerServerGroup

Since

4.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Path Parameters

  • loadBalancerUuid
    StringRequired

    The load balancer UUID.

Body Fields

  • params
    ObjectRequired

    Request body parameter object.

    • name
      StringRequired

      The name of the server group for load balancing.

    • description
      String

      Optional. The detailed description of the server group.

    • resourceUuid
      String

      Optional. The UUID of the server group.

    • tagUuids
      List

      Optional. The tag UUIDs.

    • ipVersion
      Integer

      Optional. The ip version.

  • systemTags
    List

    Optional. The system tags.

  • userTags
    List

    Optional. The user tags.

Responses

200 OK
200 OK

On success, this API returns an empty JSON object {}.

Change History

This API has no change history records yet.

View all change history