Queries configuration templates.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /pop/v5/config_template
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
CurrentPage | long | No | The number of the page to return. Pages start from Page 1. | 1 |
PageSize | long | No | The number of entries to return on each page. | 10 |
Id | long | No | The ID of the configuration template. | 3d84efaf-37d9-49fb-a3a8-b38d5c****** |
Name | string | No | The name of the configuration template. | config-tmpl-1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "4D9F-DR94-FD****************",
"Code": 200,
"Message": "success",
"Data": {
"CurrentPage": 1,
"PageSize": 10,
"TotalSize": 100,
"Result": [
{
"Id": "3d84efaf-37d9-49fb-a3a8-b38d5c2b460c",
"Name": "config-tmpl-1",
"Format": "JSON",
"Description": "Test configuration template\n",
"Content": "{\"name\":\"William\"}",
"GmtCreate": 1638171689626,
"GmtModified": 1638171689626
}
]
}
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
500 | Edas.errorcode.PermissionDenied.message | You are not authorized to perform the operation. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2022-01-13 | Add Operation | see changesets |