AgentControllerListDTO
Page of Agent Controllers for Agent Proxy management
Page of entities
Number of entities requested for the current page
Ordering criteria used for the current page
HTTP StatusCode for the current result
Total number of AgentControllers available
agentControllers object[]nullable
Page of AgentControllers for this request
ID of the Agent Controller
ID of the Agent Controller
Agent Controller creation Timestamp
Last reported software version of the Agent Controller
Active status of the Agent Controller
Name of the Agent Controller
Possible values: non-empty
and <= 128 characters
Description of the Agent Controller
tags object[]nullable
Tags assigned to the Agent Controller
Key for the Agent Controller Tag
Possible values: non-empty
Value for the Agent Controller Tag
Possible values: non-empty
tlsCertificates object[]nullable
TLS Certificates associated with the Agent Controller
Subject of the Certificate
Serial Number of the Certificate
Possible values: non-empty
Thumbprint of the Certificate
Possible values: non-empty
Creation Timestamp of the Certificate
Expiration Timestamp of the Certificate
Last reported Hostname for the Agent Controller
Possible values: non-empty
Creation Timestamp for this Agent Controller TLS Certificate
True if the Agent Controller TLS Certificate is managed by Aembit
Trust Provider ID of the Agent Controller used for attested authentication
trustProvider object
Individual Trust Provider
Name of the Entity
Possible values: non-empty
and <= 128 characters
Description of the Entity
True/False value that determines if this entity is Active or Disabled
tags object[]nullable
Tag Key
Possible values: non-empty
Tag Key Value
Possible values: non-empty
ID of the Resource Set in which this Access Entity exists
Trust Provider Id
Trust Provider Type
Possible values: non-empty
matchRules object[]nullable
Trust Provider Match Rules
Match Rule Attribute
Possible values: non-empty
Match Rule Attribute Value
Possible values: non-empty
Trust Provider Certificate or Public Key for cryptographic attestation
publicKeyValidation object
Response to a request for Public Key Validation
True if the Public Key was valid, False otherwise
Thumbprint of the Public Key
Expiration of the Public Key Certificate
Subject of the Public Key Certificate
Message describing why the Public Key was not valid if IsValidContent is False
OIDC URL to use for retrieving JWKS Public Keys
PEM Input Type
Access Policies associated with this Trust Provider
Agent Controllers associated with this Trust Provider
Agent Controller IDs associated with this Trust Provider
Agent Controller modification Timestamp
Recently reported Agent Controller Health Status
Last Reported Agent Controller Uptime (in seconds)
Last Reported Agent Controller Health Time
{
"page": 0,
"perPage": 0,
"order": "string",
"statusCode": 0,
"recordsTotal": 0,
"agentControllers": [
{
"id": 0,
"externalId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"createdAt": "2024-07-29",
"version": "string",
"isActive": true,
"name": "string",
"description": "string",
"tags": [
{
"key": "string",
"value": "string"
}
],
"tlsCertificates": [
{
"subject": "string",
"serialNumber": "string",
"thumbprint": "string",
"notBefore": "2024-07-29T15:51:28.071Z",
"notAfter": "2024-07-29T15:51:28.071Z",
"hostName": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"isManagedByAembit": true
}
],
"trustProviderId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"trustProvider": {
"externalId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"description": "string",
"isActive": true,
"tags": [
{
"key": "string",
"value": "string"
}
],
"createdAt": "2024-07-29T15:51:28.071Z",
"modifiedAt": "2024-07-29T15:51:28.071Z",
"createdBy": "string",
"modifiedBy": "string",
"resourceSet": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"id": 0,
"provider": "string",
"matchRules": [
{
"attribute": "string",
"value": "string"
}
],
"certificate": "string",
"publicKeyValidation": {
"isValidContent": true,
"thumbprint": "string",
"expirationDate": "string",
"certificateSubject": "string",
"message": "string"
},
"oidcUrl": "string",
"pemType": "string",
"accessPolicyCount": 0,
"agentControllersCount": 0,
"agentControllerIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
]
},
"modifiedAt": "2024-07-29",
"isHealthy": true,
"lastReportedUptime": 0,
"lastReportedHealthTime": "2024-07-29"
}
]
}