Attach Security Group
Attach one or more security groups to the model endpoint.
Note: To get a list of available security groups, use the Security Groups section of the API (
GET /projects/{Project_Id}/security_groups/).
POST
/serving/inference/{inference_id}/security-groups/Path parameters
inference_idPathintegerrequired
Query parameters
project_idQueryintegerrequiredProject ID
active_iamQueryintegeroptionalActive IAM ID (To access contact person account) Find your Active IAM ID here
locationQuerystringrequiredLocation
Request body
application/json
List of security group IDs to attach to the model endpoint.
Responses
200Security group attach or detach operation result.
example
200example
Success