All Products
Search
Document Center

:DsgUserGroupGetOdpsRoleGroups

更新時間:Jun 11, 2024

Queries a list of MaxCompute roles that can be selected by the members of a user group when the user group is created or modified by the tenant in Data Security Guard.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter

Type

Required

Example

Description

Action

String

Yes

DsgUserGroupGetOdpsRoleGroups

The operation that you want to perform. Set the value to DsgUserGroupGetOdpsRoleGroups.

ProjectName

String

Yes

test_project

The name of the MaxCompute project. You can call the DsgPlatformQueryProjectsAndSchemaFromMeta operation to query a list of MaxCompute projects.

Response parameters

Parameter

Type

Example

Description

Success

Boolean

true

Indicates whether the request was successful. Valid values:

  • true

  • false

ErrorCode

String

1029030003

The error code.

ErrorMessage

String

param error

The error message.

HttpStatusCode

Integer

400

The HTTP status code.

Data

Array of String

test_role

The name of the MaxCompute role.

RequestId

String

102400001

The request ID. You can use the ID to locate logs and troubleshoot issues.

Examples

Sample requests

http(s)://[Endpoint]/?Action=DsgUserGroupGetOdpsRoleGroups
&ProjectName=test_project
&<Common request parameters>

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<DsgUserGroupGetOdpsRoleGroupsResponse>
    <Success>true</Success>
    <ErrorCode>1029030003</ErrorCode>
    <ErrorMessage>param error</ErrorMessage>
    <HttpStatusCode>400</HttpStatusCode>
    <Data>test_role</Data>
    <RequestId>102400001</RequestId>
</DsgUserGroupGetOdpsRoleGroupsResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "Success" : true,
  "ErrorCode" : "1029030003",
  "ErrorMessage" : "param error",
  "HttpStatusCode" : 400,
  "Data" : [ "test_role" ],
  "RequestId" : "102400001"
}

Error codes

HttpCode

Error code

Error message

Description

400

USERGROUP.ACCOUNTLISTSIZE.ERROR

The number of account exceeds the limit.

The number of users exceeds the upper limit.

400

USERGROUP.ID.ERROR

The user group ID does not match the tenant or does not exist.

The user group ID does not exist or does not belong to the tenant.

400

USERGROUP.LISTSIZE.ERROR

The number of user groups exceeds the limit.

The number of user groups exceeds the upper limit.

400

USERGROUP.PAGESIZE.ERROR

Page size is too large, maximum of 100.

The number of entries per page exceeds the upper limit. The maximum number of entries per page is 100.

400

USERACCOUNT.OWNER.ERROR

User list or owner user does not exist.

The user list or the owner of users does not exist.

400

PARAMS.ERROR

param error.

The values specified for one or more parameters are invalid.

403

PERMISSION.DENIED.ERROR

Permission denied

You are not authorized to perform this operation.

500

UNKNOWN.ERROR

unknown error.

An unknown error has occurred.

For a list of error codes, see Service error codes.