Densify API New Features
Densify API New Features
#340760
The following new features and updates are specific to the Densify API.


The following endpoints have been added to the Densify API:
- GET /api/v2/kubernetes/clusters
- GET /api/v2/kubernetes/clusters/<clusterName>
- GET /api/v2/kubernetes/clusters/<clusterName>/containers
- GET /api/v2/kubernetes/clusters/<clusterName>/containers?details=true
- GET /api/v2/kubernetes/clusters/<clusterName>/automation
Two new attributes have been added to support the automation features.
- Kubex Automation—Set on each container manifest and indicates whether the container is eligible for automation within Kubex.
- Kubex Policy—Indicates what policy to use when automation is enabled.
See the following:

The token expiry has been increased from 5 to 60 minutes. Re-authorize will no longer be required for longer-running operations that previously exceed the 5-minute limit. The JSON Web Token (JWT) secures the Densify API so users can only make authorized API requests. See Authorize for details.

In this release, singleton scale groups, both ASGs and VM Scale Sets, will now be analyzed as scale groups rather than as EC2 or VM instances.
There are no changes to how scale groups are managed through the Densify API. Scale groups have always had service type "ASG" or "VMSS". Scaling recommendation are already included correctly in the results. See Analysis: AWS Recommendations or Analysis: Azure Recommendations.
Note: See the Densify Online Help for other features and updates.