Modzy’s Versions API contains the services and resources available within your installation. Use this service to troubleshoot issues.
{
"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. |
{
"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 false , the resource is not able to send requests or receive responses. |