django DRF分页示例代码

model

serilazer:

 

path:

views:

测试:

Get the first page: http://127.0.0.1:8000/api/servicepods/
Get the second page: http://127.0.0.1:8000/api/servicepods/?page=2
Search by service_name: http://127.0.0.1:8000/api/servicepods/?search=example_service_name
Search by pod_ip: http://127.0.0.1:8000/api/servicepods/?search=example_pod_ip