Get Minimal Details of Device Credential Sets

Gets the minimal details of client credential sets.

Path Parameters

  • resourceIdstringrequired

    Unique Identifier (UUID) of the resource

  • clientIdstringrequired

    Describes the clientId

Responses

  • uniqueIdstring

  • namestring

    Credential set name.

  • secureboolean

  • portinteger

  • snmpVersionstring

  • descriptionstring

  • autoEnableModeboolean

  • universalboolean

  • spSecureboolean

  • spPortinteger

  • timeoutMsinteger

    Time out, represented in milliseconds.

  • credentialTypestring

    Credential type.

    Enum:
    AWSSNMPWINDOWSVNCVMWARE
  • domainName string

    Domain name.

  • userNamestring

    Credentials of user.

  • passwordstring

    Credentials of user.

  • transportTypestring

    Transport layer type.

    Enum:
    HTTPSNMPSSHTELNET
  • communitystring

  • spUserNamestring

  • spPasswordstring

  • spAuthScopestring

  • fileAuthScopestring

  • esxUserNamestring

  • esxPasswordstring

  • spNameSpacestring

  • authProtocolstring

  • encryptPasswordstring

  • snmpContextstring

  • securityLevelstring

    Security level.

    Enum:
    NOAUTHNOPRIVAUTHPRIVAUTHNOPRIVBASICOAUTH2
  • securityNamestring

  • apiEndPointstring

  • accountIdstring

  • accountNamestring

  • accountKeystring

  • managementCertificatestring

  • managementCertificatePassphrasestring

  • sshCredentialTypestring

    SSH credential type.

    Enum:
    PASSWORDKEYPAIR
  • collectorTypestring

    Collector type.

    Enum:
    APICLIAPIANDCLISMISUNKNOWN
  • assignedDevicesarray

  • enablePasswordstring

  • syncDataTSinteger

  • assignedUsersarray

  • assignedDeviceGroupsarray

  • clientIdnumberdeprecated

Response Samples

[
  {
    "uniqueId": "96936cc5aeddf35878bcfacd",
    "name": "Amazon Cloud Credentials",
    "secure": false,
    "port": 0,
    "snmpVersion": "V2",
    "description": "Credentials to onboard an Amazon cloud instance",
    "autoEnableMode": false,
    "universal": true,
    "spSecure": false,
    "spPort": 0,
    "timeoutMs": 0
  },
  {
    "uniqueId": "RNtxCt726BWedJ5kEzF2bvup",
    "name": "Linux Cloud Credentials",
    "secure": false,
    "port": 0,
    "snmpVersion": "V2",
    "description": "Credentials to onboard a Linux device",
    "autoEnableMode": false,
    "universal": true,
    "spSecure": false,
    "spPort": 0,
    "timeoutMs": 15000
  }
]