GET /api/smart_proxies/:smart_proxy_id/autosign
列出所有自动签名条目

参数

参数名字 描述
location_id
选填

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
选填

Set the current organization context for the request

Validations:

  • Must be a Integer


POST /api/smart_proxies/:smart_proxy_id/autosign
创建自动签名条目

参数

参数名字 描述
location_id
选填

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
选填

Set the current organization context for the request

Validations:

  • Must be a Integer

id
必填

自动签名条目名称

Validations:

  • Must be a String


DELETE /api/smart_proxies/:smart_proxy_id/autosign/:id
删除自动签名条目

参数

参数名字 描述
location_id
选填

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
选填

Set the current organization context for the request

Validations:

  • Must be a Integer

id
必填

自动签名条目名称

Validations:

  • Must be a String