跳到主要内容

definition

Untitled object in undefined Type

object (Details)

Untitled object in undefined Properties

PropertyTypeRequiredNullableDefined by
dbobjectRequiredcannot be nullUntitled schema
authUrlstringRequiredcannot be nullUntitled schema
portalUrlstringOptionalcannot be nullUntitled schema
predefinedChargingTypesarrayRequiredcannot be nullUntitled schema
accountNamePatternobjectOptionalcannot be nullUntitled schema
fetchJobsobjectRequiredcannot be nullUntitled schema
jobChargeTypestringRequiredcannot be nullUntitled schema
changeJobPriceTypestringRequiredcannot be nullUntitled schema
jobChargeCommentstringRequiredcannot be nullUntitled schema

db

db

db Type

object (Details)

authUrl

认证服务的地址。一定要加协议(http://)

authUrl

authUrl Type

string

authUrl Default Value

The default value is:

"http://auth:5000"

portalUrl

如果部署了门户系统,设置门户系统的部署URL或者pathname

portalUrl

portalUrl Type

string

predefinedChargingTypes

预定义的充值类型

predefinedChargingTypes

predefinedChargingTypes Type

string[]

predefinedChargingTypes Default Value

The default value is:

[]

accountNamePattern

accountNamePattern

accountNamePattern Type

object (Details)

fetchJobs

fetchJobs

fetchJobs Type

object (Details)

jobChargeType

对作业计费时,计费费用的的付款类型

jobChargeType

jobChargeType Type

string

jobChargeType Default Value

The default value is:

"作业费用"

changeJobPriceType

修改作业费用时所使用的付款/充值类型

changeJobPriceType

changeJobPriceType Type

string

changeJobPriceType Default Value

The default value is:

"作业费用更改"

jobChargeComment

给作业扣费时,扣费项的备注。可以使用{price}使用作业信息中的字段。字段参考src/entities/JobInfo

jobChargeComment

jobChargeComment Type

string

jobChargeComment Default Value

The default value is:

"集群: {cluster},作业ID:{idJob}"