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

RESOURCEUserResource
AWS
Azure
Google Cloud
Heroku

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.

User

Cloud account or organization.

Unizo Field
AWS
Azure
Google Cloud
Heroku
idAccount ID
firstNameFirst name
lastNameLast name
changeLogChange log

Resource

Computing resource in the cloud environment.

Unizo Field
AWS
Azure
Google Cloud
Heroku
idResource ID
nameResource name
stateResource state
regionResource region
computeDetailCompute detail
parentResourceParent resource
userResource user
changeLogChange log

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.