Skip to main content

API Coverage

Compare API endpoint support across different infrastructure platforms. This matrix shows which features are available for each integration.

Filter by capabilities

RESOURCEVault Configs
HashiCorp Vault
AWS Secrets Manager
Google KMS
Azure Key Vault
Gemalto Safenet KeySecure
Oracle KeyVault
Fortanix

Field Mappings

Our unified API standardizes data models across different infrastructure providers. Below you can see how Unizo fields map to provider-specific fields for each data model.

Vault Configs

Details about the organization’s identity and structure

Unizo Field
HashiCorp Vault
AWS Secrets Manager
Google KMS
Azure Key Vault
Gemalto Safenet KeySecure
Oracle KeyVault
Fortanix
idOrganization identifier
valueStored Secret or API Key
nameVault Config Name
changeLogModification history

Native Provider Field Support

Leveraging nativeResponse

The nativeResponse field enables you to access provider-specific features beyond our unified common data model. This feature allows you to:

  • Access provider-specific resource attributes not included in the common data model
  • Implement custom infrastructure workflows using native provider capabilities
  • Utilize advanced cloud features unique to each platform
  • Maintain compatibility with existing provider-specific integrations
Enterprise Feature

The nativeResponse field is available exclusively for Enterprise and Launch Customer subscriptions. Contact our sales team to upgrade your plan and unlock access to native provider data.

How to Use nativeResponse

{
"id": "i-1234567890abcdef0",
"name": "web-server-01",
"type": "t3.medium",
"state": "running",
// ... other unified fields
"nativeResponse": {
// Complete provider-specific response
"Monitoring": {
"State": "enabled"
},
"NetworkInterfaces": [
{
"NetworkInterfaceId": "eni-12345678",
"PrivateIpAddress": "10.0.1.100"
}
],
"EbsOptimized": true,
"EnaSupport": true,
"CpuOptions": {
"CoreCount": 2,
"ThreadsPerCore": 2
}
}
}

Need Something More?

Working on a unique infrastructure integration? Need extra fields for your cloud management tools? We're here to help.

Get in touch:

We'd love to hear about your use case and help expand our API to meet your needs.