PendingStates

edit

Describes whether certain runners are waiting to be blessed.

Properties

edit
runner_ids_to_pending_state (map[string,PendingState], required)
A mapping of Runner Ids to whether or not they are waiting to be blessed to run the associated role

Example

edit
{
   "runner_ids_to_pending_state" : {
      "some_property" : {
         "value" : true
      }
   }
}