NSX-T Data Center REST API
Create or update a ALBSSOPolicy
If a ALBSSOPolicy with the alb-SSOPolicy-id is notalready present, create a new ALBSSOPolicy. If it already exists,
update the ALBSSOPolicy. This is a full replace.
This API is only available when using VMware NSX-T.
Request:
Method:
              PUT
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/alb-sso-policies/<alb-ssopolicy-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    ALBSSOPolicy+
  Example Request:
{ "authentication_policy": { "default_auth_profile_path": "/infra/alb-auth-profiles/test-authProfile-2" }, "display_name": "sso-policy" }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    ALBSSOPolicy+
  