Activity log

You can view a timestamped record of account activity — such as the creation or update of a DNS zone or record, monitoring job, API key, and more — by all users or API keys associated with your account.

The activity log includes all activity, whether performed through the IBM® NS1 Connect® web interface or the API, and the specific user or API key who performed each activity.

To keep a history of the activities or to share the list of activities with other stakeholders, you can download the activity log in multiple formats.

If you prefer, you can use the NS1 Connect API to view a detailed activity log for your account.

Note: You cannot make changes to the activity log.

API example: View activity log

Using the NS1 Connect API, you can gather a more detailed activity log than what is available on the NS1 Connect portal. For example, if a resource was deleted, the activity log returned in the API response includes details about the deleted resource.

Execute the following GET request, replacing <$NSONE_API_KEY> with a valid API key with the View activity log permission enabled.

curl -X GET -H "X-NSONE-Key: <$NSONE_API_KEY>" https://api.nsone.net/v1/account/activity