ListServices分页
列举服务
服务地址:
华东1(杭州)
输入参数
只看必填
Sort排序字段
Order排序方式
Filter模糊匹配字段
GroupName服务群组名称
ParentServiceUidBand成员服务对应的主服务ID
ServiceType服务类型
Label按标签过滤
:
ServiceStatus服务运行的状态
ServiceName服务名
ServiceUid服务UID
ResourceName服务所属的资源组名称或ID
WorkspaceId工作空间ID
QuotaId配额ID
Gateway私有网关ID
Role服务角色
ResourceType服务所使用的资源类型
IncludeNoWorkspace是否包含不属于任何工作空间的服务
请选择布尔值
分页参数
PageNumber服务列表的请求页码
PageSize分页查询时设置的每页显示的服务数量
插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

请求语法

GET /api/v2/services HTTP/1.1

请求参数

字段名称字段详情
Sortstring

排序字段。按时间戳类型默认倒序排序。

示例值:CreateTime
Orderstring

排序方式,取值如下:展开详情

示例值:asc
Filterstring

模糊匹配字段。只支持按服务名字模糊匹配。

示例值:foo
PageNumberinteger<int32>

服务列表的请求页码,默认为 1。

示例值:1
PageSizeinteger<int32>

分页查询时设置的每页显示的服务数量,默认为 100。

示例值:100
GroupNamestring

服务群组名称,如何获取服务群组名称,请参见ListServices

示例值:foo
ParentServiceUidstring

Band 成员服务对应的主服务 ID。

示例值:eas-m-ijafy3c8cxxxx
ServiceTypestring

服务类型,取值如下:展开详情

示例值:Standard枚举值:AssistantJobAsyncLLMGatewayServiceRAGStandardSDClusterScalableJobScalableJobServiceOfflineTaskServerlessLLMQueue
Labelmap<string>

按标签过滤。

ServiceStatusstring

服务运行的状态。

示例值:Running枚举值:CreatingStoppedFailedCompleteCloningStoppingUpdatingWaitingHotUpdateCommittingStartingDeleteFailedRunningDevelopingScalingDeletedPendingDeleting
ServiceNamestring

服务名。

示例值:echo_test参考取值来源:
    CreateService
    CloneService
ServiceUidstring

服务 UID。

示例值:eas-m-c9iw3yitxxxx参考取值来源:
    DescribeService
ResourceNamestring

服务所属的资源组名称或 ID。

示例值:eas-r-hd0qwy8cxxxx参考取值来源:
    CreateResource
    UpdateResource
    DescribeResource
    ListResources
WorkspaceIdstring

工作空间 ID。

示例值:1234**
QuotaIdstring

配额 ID。

示例值:quota1****
Gatewaystring

私有网关 ID。

示例值:gw-1uhcqmsc7x22******参考取值来源:
    ListGateway
    CreateGateway
    UpdateGateway
    DetachGatewayDomain
    AttachGatewayDomain
Rolestring

服务角色

示例值:LLMGateway枚举值:DataLoaderFrontEndDataSetSDProxyLLMSchedulerScalableJobLLMGatewayJobQueue
ResourceTypestring

服务所使用的资源类型,取值如下:展开详情

示例值:PublicResource枚举值:LingjunPublicResourceDedicatedResourceSelfManagedLingjun参考取值来源:
    DescribeResource
    ListResources
IncludeNoWorkspaceboolean

是否包含不属于任何工作空间的服务。默认为 true。

示例值:true

返回参数

字段名称字段详情
RequestIdstring

请求 ID。

示例值:40325405-579C-4D82****
Servicesarray<Service>

服务列表。

PageNumberinteger<int32>

返回查询的服务列表的当前页码。

示例值:1
PageSizeinteger<int32>

返回每页显示的服务数量。

示例值:100
TotalCountinteger<int32>

服务总数。

示例值:2
变更历史
变更时间变更内容概要操作
2025-04-08
新增请求参数IncludeNoWorkspace
2025-03-13
新增请求参数ResourceType
2024-10-08
新增请求参数Role
2024-07-31
新增请求参数Gateway
2024-01-23
新增请求参数QuotaId
2023-09-01
新增请求参数WorkspaceId
2023-05-06
新增请求参数ServiceStatus
新增请求参数ServiceName
新增请求参数ServiceUid
新增请求参数ResourceName
删除返回参数
2022-12-27
新增请求参数Tag
2022-12-05
新增请求参数ParentServiceUid
新增请求参数ServiceType
  • 1
  • 2
  • 10 条/页