ProductRuntimeConfigDiff

ProductRuntimeConfigDiff
ProductRuntimeConfigDiff
JSON Example
{
    "name": "string",
    "status": "string",
    "diff": "string",
    "from_installation_id": 0,
    "to_installation_id": "string"
}
string
name
Optional

The name of the runtime config

string
status
Optional

An indication of the difference between the staged runtime config and last successfully deployed runtime config of the product

Possible values are : same, different, to_be_installed, to_be_deleted, does_not_exist,
string
diff
Optional

The string output from comparing two files

integer
from_installation_id
Optional

A foreign key that reflects the id of the last successful installation of the product

string
to_installation_id
Optional
Constraints: default: staged

A pseudo-foreign key that reflects the upcoming installation on the next Apply Changes

Property Of