deviceCredentials
Get agent credential names
Returns the names of all credentials associated with the specified agent device. Use this endpoint to discover which credential sets are available before making targeted credential lookup calls.
Get agent credential names
Returns the names of all credentials associated with the specified agent device. Supply the agent device details in the request body.
Associate credentials with agent
Associates the specified named credentials with an agent device, enabling the hub to use those credentials when polling or proxying the device. Provide the AgentDevice and CredentialsKey to link them.
Associate credentials with agent
Submits a request to associate named credentials with an agent device. Provide the AgentDevice and CredentialsKey in the request body.
Remove agent credentials
Removes the specified named credentials from the specified agent device, disassociating them so they are no longer used for polling or proxying. Provide the AgentDevice and CredentialKey to remove.
Remove agent credentials
Submits a request to remove named credentials from an agent device. Provide the AgentDevice and CredentialKey in the request body.