public
Delta
List Deltas in an Application
get/orgs/{orgId}/apps/{appId}/deltas
Path parameters
orgIdstring required
The Organization ID
appIdstring required
The Application ID
Query parameters
archivedboolean
If true, return archived Deltas.
envstring
Only return Deltas associated with the specified Environment.
Response
A possibly empty list of Deployment Deltas.
Example response
[
{
"id": "49393b5004d072000b8abfd910c61685eb9235f5",
"metadata": {},
"modules": {
"add": {
"redis-cache": {
"profile": "humanitec/redis"
}
},
"remove": [
"simple-service"
],
"update": {
"module-one": [
{
"op": "replace",
"path": "/spec/containers/core-service/variables/EXAMPLE",
"value": "New Value"
}
]
}
}
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.