查询 E-HPC 产品支持安装的软件列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
ehpc:ListSoftwares |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| EhpcVersion |
string |
否 |
E-HPC 产品版本号。 您可以调用 ListCurrentClientVersion 接口查询产品版本号。 |
1.0.0 |
| OsTag |
string |
否 |
镜像标签。 您可以通过 ListImages 查询镜像标签。 |
CentOS_7.2_64 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| RequestId |
string |
请求 ID。 |
04F0F334-1335-436C-A1D7-6C044FE7**** |
| Softwares |
object |
||
| SoftwareInfo |
array<object> |
软件信息列表。 |
|
|
array<object> |
|||
| SchedulerType |
string |
调度器类型。可能值:
|
pbs |
| OsTag |
string |
镜像标签。 |
CentOS_7.2_64 |
| SchedulerVersion |
string |
调度器软件版本。 |
18.1.1 |
| AccountVersion |
string |
域账号服务版本。 |
2.31 |
| AccountType |
string |
域账号服务类型。可能值:
|
nis |
| EhpcVersion |
string |
E-HPC 版本。 |
1.0.0 |
| Applications |
object |
||
| ApplicationInfo |
array<object> |
集群应用软件列表。 |
|
|
object |
|||
| Required |
boolean |
是否必选软件。可能值:
|
true |
| Tag |
string |
软件标签。 |
CUDNN_9.0 |
| Name |
string |
软件名称。 |
cudnnt |
| Version |
string |
软件版本。 |
9.0 |
示例
正常返回示例
JSON格式
{
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE7****",
"Softwares": {
"SoftwareInfo": [
{
"SchedulerType": "pbs",
"OsTag": "CentOS_7.2_64",
"SchedulerVersion": "18.1.1",
"AccountVersion": "2.31",
"AccountType": "nis",
"EhpcVersion": "1.0.0",
"Applications": {
"ApplicationInfo": [
{
"Required": true,
"Tag": "CUDNN_9.0",
"Name": "cudnnt",
"Version": "9.0"
}
]
}
}
]
}
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 500 | UnknownError | An unknown error occurred. | 未知错误 |
| 404 | ImageNotFound | The specified image does not exist. | 指定的镜像不存在,请您检查该参数是否正确。 |
| 503 | ServiceUnavailable | The request has failed due to a temporary failure of the server | 请求失败,服务暂时不可用 |
| 406 | DbError | A database service error occurred. | 数据库请求失败 |
| 407 | NotAuthorized | You are not authorized by RAM for this request. | 此请求未获得RAM授权 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。