v0.6.1
What's Changed
cli-eaa can now watch for Directory Health with a follow mode, particularly helpful when operating directory on-prem.
% akamai eaa dir list --json --tail
Output example:
{
"dir_id": "dir://<DIRECTORY_UUID>",
"service": "ActiveDirectory",
"name": "AKDEMO AD with UPN",
"datetime": "2023-10-09T17:00:09.569665+00:00",
"enabled": true,
"connector_count": 2,
"directory_status": "ok",
"group_count": 115,
"user_count": 1,
"last_sync": "2023-10-09T15:25:31.727671",
"connectors": [
{
"name": "demo-v2-con-1-amer",
"reach": 1,
"state": 6,
"status": 1,
"uuid_url": "<CONNECTOR1_UUID>"
},
{
"name": "demo-v2-con-2-amer",
"reach": 1,
"state": 6,
"status": 1,
"uuid_url": "<CONNECTOR2_UUID>"
}
]
}