GET /admin/agents/{id}/credentials/{cred_id}
Get a single credential detail for a specified Agent (without api_key)
NHI Agents `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
Agent ID |
cred_id |
path |
string |
Yes |
|
|
|
Credential ID |
Referenced Schemas
domain.AgentCredentialInfo
| Field | Type | Required | Example | Constraints | Description |
agent_id |
string |
No |
|
|
|
created_at |
string |
No |
|
|
|
cred_type |
string |
No |
|
|
|
id |
string |
No |
|
|
|
key_prefix |
string |
No |
|
|
|
name |
string |
No |
|
|
|
status |
string |
No |
|
|
|
gitee_com_linmes_authms_base_dto.DataResponse-domain_AgentCredentialInfo
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
domain.AgentCredentialInfo |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|