Common Attributes
Each response from the API include some standard attributes for metadata and pagination (for collections) which follow the IONOS cloud API standards. Most of these will be omitted from the response examples for brevity.
Type, ID and Pagination in collections
{
"_links": {
"next": "https://link-to-next-collection-page",
"previous": "https://link-to-previous-collection-page",
"self": "https://link-to-this-collection-page"
},
"href": "http://link-to-this-collection-page",
"id": "UUID-for-this-collection-page",
"items": [
...
],
"limit": 100,
"offset": 0,
"type": "collection"
}Type, ID and Metadata for resources
If a resource is:
not created via the API, its
createdByfield ends with_unmanaged_.a read-only system resource, its
createdByfield ends with_system_.
Last updated
Was this helpful?