Versions Compared

Key

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

...

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

...


The

...

pseudo-schema

...

for

...

an NMP

...

looks

...

like

...

this, a description of each field follows:

Code Block
:
{
  "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>"
}

...