Next Topic

Previous Topic

Book Contents

Get Credentials

Returns an array of credentials for an agent.

GET /assetmgmt/audit/{agentId}/credentials

Headers

Model Schema

Field

Datatype

Filterable

Sortable

CredentialId

decimal

 

 

Type

string

 

 

Name

string

 

 

UserName

string

 

 

Domain

string

 

 

CreateAccount

boolean

 

 

AsAdministrator

boolean

 

 

InEffect

boolean

 

 

Attributes

object

 

 

Sample Response Model

{
  "TotalRecords": 0,
  "Result": [
    {
      "CredentialId": 0,
      "Type": "string",
      "Name": "string",
      "UserName": "string",
      "Domain": "string",
      "CreateAccount": true,
      "AsAdministrator": true,
      "InEffect": true,
      "Attributes": {}
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}