API Coverage
Compare API endpoint support across different infrastructure platforms. This matrix shows which features are available for each integration.
Filter by capabilities
| RESOURCE | Auth | Collection | User | Resource | Policy | Role |
|---|---|---|---|---|---|---|
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.
Collection
Logical grouping of related tickets based on criteria such as projects, sprints, epics, or components.
| Unizo Field | AWS | Azure | Google Cloud | Heroku |
|---|---|---|---|---|
loginLogin name | ||||
idAuthentication ID | ||||
urlAuthentication URL | ||||
avatar_UrlAuthentication name | ||||
descriptionAuthentication description | ||||
typeAuthentication type | ||||
createdAtAuthentication created at | ||||
updatedAtAuthentication updated at | ||||
native_responsenative resposne |
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 |
Policy
Security policy in the cloud environment.
| Unizo Field | AWS | Azure | Google Cloud | Heroku |
|---|---|---|---|---|
idPolicy ID | ||||
namePolicy name | ||||
descriptionPolicy description | ||||
versionPolicy version | ||||
createdAtPolicy created at | ||||
modified_at Policy modified at | ||||
native_responseNative response |
Role
Role in the cloud environment.
| Unizo Field | AWS | Azure | Google Cloud | Heroku |
|---|---|---|---|---|
idRole ID | ||||
nameRole name | ||||
descriptionRole description | ||||
typeRole type | ||||
createdAtRole created at | ||||
modified_atRole updated at | ||||
native_responseNative response |
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
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:
- Email: support@unizo.ai
- Web: Contact Us
We'd love to hear about your use case and help expand our API to meet your needs.



