Get Adapter Instances Using Credential Using GET
Gets the Adapter Instances using the Credential Instance specified by the identifier.
Request
URI
GET
https://{api_host}/api/credentials/{id}/adapters
COPY
Path Parameters
string
id
Required
The identifier of the specific Credential Instance
Responses
200
List of Adapter Instances which are using the specified credential instance
Returns adapter-instances of type(s) application/json
{
"adapterInstancesInfoDto": [
{
"adapter-certificates": [
{
"certificateDetails": "string",
"expires": "string",
"issuedBy": "string",
"issuedTo": "string",
"thumbprint": "string"
}
],
"collectorGroupId": "string",
"collectorId": 0,
"credentialInstanceId": "string",
"description": "string",
"id": "string",
"lastCollected": "string",
"lastHeartbeat": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"messageFromAdapterInstance": "string",
"monitoringInterval": 0,
"monitoringIntervalMinutes": 0,
"monitoringIntervalSeconds": 0,
"numberOfMetricsCollected": 0,
"numberOfResourcesCollected": 0,
"resourceKey": {
"adapterKindKey": "string",
"extension": {
"anyObjects": [
{}
]
},
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"name": "string",
"resourceIdentifiers": [
{
"identifierType": {
"dataType": "string",
"extension": {
"anyObjects": [
{}
]
},
"isPartOfUniqueness": false,
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"name": "string"
},
"key": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"name": "string",
"uniquelyIdentifying": false,
"value": "string"
}
],
"resourceKindKey": "string"
}
}
]
}
404
The Credential Instance does not exist
Operation doesn't return any data structure
Credentials Operations
POST
Create Credential Using POST
DELETE
Delete Credential Using DELETE
GET
Get Adapter Instances Using Credential Using GET
GET
Get Credential Kinds Using GET
GET
Get Credentials Using GET
GET
Get Credential Using GET
GET
Get Resources Using Credential Using GET
PATCH
Partial Update Credential Using PATCH
PUT
Update Credential Using PUT