The records associated with the function.
Operation description
You can call this operation to query the routes associated with a function. You can specify paged query parameters to obtain the specified number of routes or specify a keyword for fuzzy search to filter specific routes.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| Name | string | Yes | The name of the function. | test |
| PageNumber | long | No | The page number of the returned page. Default value: 1 | 1 |
| PageSize | long | No | The number of entries per page. Valid values: an integer from 1 to 20. | 20 |
| SearchKeyWord | string | No | The keyword used for fuzzy search. | hello |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "15C66C7B-671A-4297-9187-2C4477247A74",
"PageNumber": 1,
"PageSize": 20,
"TotalCount": 16,
"RelatedRecords": [
{
"RecordName": "test-record-1.example.com",
"SiteId": 54362329990032,
"SiteName": "example.com",
"RecordId": 509348423011904
}
]
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | InternalException | Failed to call the service. Try again later or contact technical support. | |
| 400 | InvalidParameter | The specified parameter is invalid. | |
| 400 | DependedByOthers | Failed to call the service. Try again later or contact technical support. | |
| 400 | RoutineNotExist | The routine name does not exist. Check the routine name and try again. | |
| 400 | InternalOperationError | Failed to call the service. Try again later or contact technical support. |
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|
No change history
