GET /salt/api/salt_autosign/:smart_proxy_id
List all autosign records

参数

参数名字 描述
smart_proxy_id
必填

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, dot(.), space, underscore(_), hypen(-) with no leading or trailing space.


POST /salt/api/salt_autosign/:smart_proxy_id
Create an autosign record

参数

参数名字 描述
smart_proxy_id
必填

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, dot(.), space, underscore(_), hypen(-) with no leading or trailing space.

record
必填

Autosign record

Validations:

  • Must be String


DELETE /salt/api/salt_autosign/:smart_proxy_id/:record
Delete an autosign record

参数

参数名字 描述
smart_proxy_id
必填

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, dot(.), space, underscore(_), hypen(-) with no leading or trailing space.

record
必填

Autosign record

Validations:

  • Must be String