Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/governance/policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ For __environment__ policies, the input is the following json object:
"action_type": "Launch" // options: "Launch", "Extend"
},
"owner_active_environments_in_space": 1, // # of the current owner's active environments in space
"owner_active_environments_in_account": 1, // # of the current owner's active environments in the account
"owner_active_environments_in_account": 1, // # of the current owner's active environments in the account
"owner_active_environments_from_blueprint_in_space": 2, // total # of environments launched by the owner and using the blueprint
"initiator_active_environments_from_blueprint_in_space": 1, // total # of environments launched by the owner or launcher and using the blueprint
"active_environments_in_space": 1, // total # of active environments in the space
"active_environments_in_account": 2 // total # of active environments in the account
}
Expand Down Expand Up @@ -215,7 +217,9 @@ For __consumption__ policies, the input is similar to the object in __environmen
"action_type": "Launch" // options: "Launch", "Extend"
},
"owner_active_environments_in_space": 1, // # of the current owner's active environments in space
"owner_active_environments_in_account": 1, // # of the current owner's active environments in the account
"owner_active_environments_in_account": 1, // # of the current owner's active environments in the account
"owner_active_environments_from_blueprint_in_space": 2, // total # of environments launched by the owner and using the blueprint
"initiator_active_environments_from_blueprint_in_space": 1, // total # of environments launched by the owner or launcher and using the blueprint
"active_environments_in_space": 1, // total # of active environments in the space
"active_environments_in_account": 2 // total # of active environments in the account
}
Expand Down
Loading