EHPC 增加队列,添加队列之后需要增加节点到该队列。

Action

/queue/ehpc/addQueue

请求方式

POST

请求参数

参数 类型 是否必选 描述

timestamp

date-time

true

时间戳

cluster_id

string

true

集群 id

name

string

true

队列名称

zone

string

true

zone id

max_time

string

false

任务的最大时间默认值为 INFINITE

user_group

string

false

ehpc 队列的用户组

allow_accounts

string

false

允许计数默认为所有

default_queue

int

false

缺省队列

deny_accounts

int

false

拒绝计数默认为 NO

min_node

int

false

最小计算节点个数 默认为 1

status

int

false

状态

响应消息

参数 类型 描述 取值样例

action

string

响应动作

HpcQueueAddEhpcQueueResponse

hpcqueue_id

string

队列 id

ehpcq-zok6r5ow

ret_code

int

操作是否成功,成功为 0,其他值则为错误代码

0

示例

请求示例

https://hpc.api.qingcloud.com/api/queue/ehpc/addQueue
&COMMON_PARAMS
requests_body = {'cluster_id': 'ehpc-8jqdq0mz',
                     'name': '2',
                     'zone': 'jn1a'}

响应示例

{
	action: "HpcQueueAddEhpcQueueResponse"
	hpcqueue_id: "ehpcq-zok6r5ow"
	ret_code: 0
}