Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...verb details here when they are ready...


Code Block
The pseudo-schema for NMP

...

 looks like this:

...


{

...


  "owner":"",                // The user that created this resource

...


  ''label": "",              // A short description of the policy

...


  "description": "",         // A much longer description of the policy

...


  "constraints": [""],       // Typical constraint expression used to select nodes

...


  "properties": [{}],        // Typical property expressions used by nodes to select policy 

...


  "patterns": [""],          // This policy applies to nodes using one of these patterns

...


  "enabled": boolean,        // Is this policy enabled or disabled, default false == disabled

...


  "agentUpgradePolicy": {},  // Assertions on how the agent should update itself

...


  "lastUpdated":"<time-stamp>"

...


}

NOTE: What if the user wants to subset a group of pattern based nodes via the constraint expression.

...