Settings_Clusters_Configuration_Drafts_ChangesResult
Settings_Clusters_Configuration_Drafts_ChangesResult
The Drafts.ChangesResult structure contains a detailed description of the differences between this draft and the current desired configuration.
JSON Example
{
"sets": [
{
"path": "string",
"current": "string",
"draft": "string"
}
],
"adds": [
{
"path": "string",
"current": "string",
"draft": "string"
}
],
"deletes": [
{
"path": "string",
"current": "string",
"draft": "string"
}
]
}
sets
Optional
If set, this contains a list of properties that have been changed from one value to another in this draft.
adds
Optional
If set, this contains a list of properties that have been added in this draft.
deletes
Optional
If set, this contains a list of properties that have been deleted in this draft.