All Products
Search
Document Center

MaxCompute:UpdateProjectIpWhiteList

Last Updated:Mar 03, 2024

Modifies the IP address whitelist of a MaxCompute project.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

PUT /api/v1/projects/{projectName}/ipWhiteList

Request parameters

ParameterTypeRequiredDescriptionExample
projectNamestringYes

The name of the MaxCompute project.

odps_project
bodystringNo

The request body parameters.

json {"ipWhiteList":{"ipList": "", // The IP address whitelists are of the STRING data type. Separate multiple IP address whitelists with commas (,). "vpcIpList": "", //} }

Response parameters

ParameterTypeDescriptionExample
object

PopResult

requestIdstring

The ID of the request.

0bc12e4316675560945192024e1044
datastring

The returned result.

success

Examples

Sample success responses

JSONformat

{
  "requestId": "0bc12e4316675560945192024e1044",
  "data": "success"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-12-26The internal configuration of the API is changed, but the call is not affectedsee changesets
Change itemChange content
The internal configuration of the API is changed, but the call is not affected.