Chilkat Online Tools

Delphi (DLL) / MongoDB Atlas / Get Database Access History for a Cluster by Hostname

Back to Collection Items

var

begin
CkHttp_putDigestAuth(http,True);CkHttp_putLogin(http,'username');CkHttp_putPassword(http,'password');success := CkHttp_QuickGetSb(http,'https://domain.com/api/atlas/{{version}}/groups/{{ProjectID}}/dbAccessHistory/processes/{{HOSTNAME}}',sbResponseBody);


Curl Command

curl -X GET
	--digest -u 'username:password'
https://domain.com/api/atlas/{{version}}/groups/{{ProjectID}}/dbAccessHistory/processes/{{HOSTNAME}}

Postman Collection Item JSON

{
  "name": "Get Database Access History for a Cluster by Hostname",
  "request": {
    "method": "GET",
    "header": [
    ],
    "url": {
      "raw": "{{base_url}}/api/atlas/{{version}}/groups/{{ProjectID}}/dbAccessHistory/processes/{{HOSTNAME}}",
      "host": [
        "{{base_url}}"
      ],
      "path": [
        "api",
        "atlas",
        "{{version}}",
        "groups",
        "{{ProjectID}}",
        "dbAccessHistory",
        "processes",
        "{{HOSTNAME}}"
      ]
    },
    "description": "https://docs.atlas.mongodb.com/reference/api/access-tracking-get-database-history-clustername/"
  },
  "response": [
  ]
}