GetAutoGeneratedTemplate

更新时间:
复制 MD 格式

Retrieves auto-generated templates.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

MaxResults

integer

No

The number of entries per page.

3

NextToken

string

No

The pagination token that is used in the next request to retrieve a new page of results.

xxxx

CustSpaceId

string

Yes

The Space ID of an ISV sub-customer or the instance ID of a direct customer.

cams-xx**

Response elements

Element

Type

Description

Example

object

AccessDeniedDetail

string

Details about the access denial.

None

RequestId

string

The unique request ID. It can be used to troubleshoot issues.

example

Message

string

The error message.

example

Data

object

The response data.

NextToken

string

The token to retrieve the next page of results. This value is returned only if more results are available.

example

List

array<object>

The record list.

object

The template.

any

The attributes of the template.

[]

MaxResults

integer

The maximum number of entries returned in the current request.

20

Code

string

The request status code.

  • An OK value indicates that the request was successful.

  • For other error codes, see the error code list.

example

Success

boolean

Indicates whether the request was successful:

  • true: The request was successful.

  • false: The request failed.

true

Examples

Success response

JSON format

{
  "AccessDeniedDetail": "None",
  "RequestId": "example",
  "Message": "example",
  "Data": {
    "NextToken": "example",
    "List": [
      {
        "key": "[]"
      }
    ],
    "MaxResults": 20
  },
  "Code": "example",
  "Success": true
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.