문서API 참조
Log In
API Reference

Update remote system login credentials

Updates the sshkey/sshkey password or username/password to an encrypted remote host credential record.

Path Params
string
required

credentials_id to update.

Body Params

Credentials json blob.

string
required

Supported Credential Types.

string

If an external credential type, base64-encoded trusted root CA certificate for the credential provider service, if necessary.

string

If an external credential type, extra data to provide to the credential provider service.

boolean

If an external credential type, does the provider provide a unique credential per target host?

string

If an external credential type, the URL of the credential provider service.

string

This is the password we can use to login if using username credentials or needed for sudo.

string

The ssh_key we can use to login that is base 64 encoded.

string

The ssh_key_certificate if using SSH CA signed credentials.

string

This is the password used to decrypt the ssh_key if we have one.

string

This is the username we can use to login.

string

Base64-encoded PKCS#1, PKCS#8, or encrypted PKCS#8 PEM-format RSA private key. If present on a credential, when the credential is used to connect to a host, Sandfly will add an IMA signature to the scanning binary on the target host using this private key.

string

If ima_signing_key_b64 contains an encrypted PKCS#8 private key, this password will be used to decrypt it. Do not set this property if ima_signing_key_b64 is empty.

Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json