Overview
This API call applies to both Armor Complete and Armor Anywhere users.
The Get Log Retention Types API retrieves a list of log retention plans.
You can use this API to find the ID of the log retention type.
Sample request
GET https://api.armor.com/log-management/logretentiontypes
Input
The following table describes the different parts of this API call:
API Call / URL | Method / Type |
---|---|
/log-management/logretentiontypes | GET |
There are no parameters for this API call.
Sample return
Status | Response |
---|---|
200 | [ { "id": 30, "description": null, "skuBss": "AC-LOGMGMT-USAGE-30DAY", "title": "Free Plan", "subTitle": "Included with your Armor Anywhere agent licenses, this plan allows you to store and search all of your logs for 30 days.", "imageList": [], "isCurrentPlan": true }, { "id": 400, "description": null, "skuBss": "AA-LOGMGMT-USAGE-13MO", "title": "Compliance Professional", "subTitle": "This plan allows you to store all of your logs for 13 months. This meets the following compliance requirements.", "imageList": [ "pci3", "hipaa" ], "isCurrentPlan": false } ] |