ListServices_模型在线服务 EAS_API文档

插件下载了解更多
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.

流控信息

请求速率为100/1(s)。

授权信息

如下是此API对应的授权信息,用于RAM权限策略语句的Action元素中,为RAM用户或RAM角色授予调用此API的权限。请通过 RAM 访问控制设置,使用方法可参考访问控制帮助文档

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
eas:ListServices
Get
Service
acs:eas:{#regionId}:{#accountId}:service/*

请求语法

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
    AttachGatewayDomain
    DetachGatewayDomain
Rolestring

服务角色

示例值:LLMGateway枚举值:DataLoaderFrontEndDataSetSDProxyLLMSchedulerScalableJobLLMGatewayJobQueue
ResourceTypestring

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

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

返回参数

字段名称字段详情
RequestIdstring

请求 ID。

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

服务列表。

PageNumberinteger<int32>

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

示例值:1
PageSizeinteger<int32>

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

示例值:100
TotalCountinteger<int32>

服务总数。

示例值:2

返回示例

变更历史

变更时间变更内容概要操作
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
2022-09-27
新增请求参数GroupName
  • 1
  • 2
  • 10 条/页

相关示例