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

Paramètres

Nom du paramètre Description
smart_proxy_id
requis

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

Paramètres

Nom du paramètre Description
smart_proxy_id
requis

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
requis

Autosign record

Validations:

  • Must be a String


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

Paramètres

Nom du paramètre Description
smart_proxy_id
requis

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
requis

Autosign record

Validations:

  • Must be a String