All Products
Search
Document Center

MaxCompute:GetTrustedProjects

Last Updated:Mar 03, 2024

Obtains the trusted projects of the current 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

GET /api/v1/projects/{projectName}/trustedProjects

Request parameters

ParameterTypeRequiredDescriptionExample
projectNamestringYes

The name of the MaxCompute project.

odps_project

Response parameters

ParameterTypeDescriptionExample
object

PopResult<List>

requestIdstring

The ID of the request.

0bc0590416675329272834336e4387
dataarray

The returned data.

string

The returned data.

json Array [ "project_A", "project_B" ]

Examples

Sample success responses

JSONformat

{
  "requestId": "0bc0590416675329272834336e4387",
  "data": [
    "json Array\n[\n\"project_A\",\n\"project_B\"\n]"
  ]
}

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.