get https://{hostname}/papi/v1/hostnames//audit-history
Gets a detailed record of all modifications made to a property hostname.
Recipes
Get audit history for property hostnames
Open Recipe
Responses
Gets a detailed record of all modifications made to a property hostname.
xxxxxxxxxx
curl --request GET \
--url https://hostname/papi/v1/hostnames/hostname/audit-history \
--header 'PAPI-Use-Prefixes: true' \
--header 'accept: application/json'