API 参考
/- 浏览器
- 开放 API
- Page cloud runtimes
Start cloud runtime
Stop cloud runtime
Connect cloud runtime
Page cloud runtimes
Query the browser profiles visible to the authenticated member together with the cloud runtime status for that member.
envId also accepts the field alias id. groupId of 0 means ungrouped.
Security
OpenApiBearer
Environment sequence numbers. Up to 100 items.
Example:
[ 1001, 1002 ]
Environment ID. The request also accepts the field alias id.
Example:"1800000000000001"
Keyword filter. Matches environment name, group name, tag name, and remark.
Example:"marketing"
Current page number, starting from 1. Default is 1.
Default:1
Example:1
POST
curl -i -X POST \
https://api.morelogin.com/cloudbrowser/page \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"pageNo": 1,
"pageSize": 10,
"keyword": "marketing"
}'Success
Operation request ID. This field may be present when the request passes through the API gateway.
Example:"1d4f3ea968664593860b94b35d4ebf5e"
Response
{ "code": 0, "msg": null, "requestId": "1d4f3ea968664593860b94b35d4ebf5e", "data": { "total": "42", "current": "1", "pages": "5", "dataList": [ … ] } }