認証済みメンバーが表示できるブラウザプロファイルと、そのメンバーのクラウドランタイム状態を取得します。
envId ではフィールドエイリアス id も使用できます。groupId が 0 の場合は未分類を表します。
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 \
http://127.0.0.1:40000/api/cloudbrowser/page \
-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": [ … ] } }