Overview
Modzy’s Versions API contains the services and resources available within your installation. Use this service to troubleshoot issues.
The versions object
{
"envHash": "...",
"featureVersions": []
}
Parameter | Type | Description |
---|---|---|
envHash | string | A combination of all the resources names, versions, and hashes in the instance used to compare different instances. |
featureVersions | array | An array that contains all the resource objects. |
The resources object
{
"name": "...",
"version": "...",
"hash": "...",
"ready": true
}
name | string | The resource’s name. |
---|---|---|
version | string | The resource’s version number. |
hash | string | The resource’s container encryption string. |
ready | boolean | The resource’s status. When |