overrides, raw values), any parse warnings, and the pending diff between the file and the running process. restartRequired is true whenever a file value has not been applied yet.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/ipaware/config' \
--header 'Authorization: Bearer <token>'{
"path": "/etc/netsapiens/netsapiens-ipaware.conf",
"exists": true,
"config": {
"property1": "string",
"property2": "string"
},
"overrides": {
"property1": "string",
"property2": "string"
},
"warnings": [
"string"
],
"pending": [
{
"key": "string",
"running": null,
"file": null
}
],
"restartRequired": true
}