blob: dbd6443b2c55fa19a21b1cb81b6f91c04d992c96 [file] [log] [blame]
Dhruvaraj Subhashchandran0067ba22017-05-02 08:00:11 -05001description: >
2 Implement to specify reboot attempts left.
3
4properties:
5 - name: AttemptsLeft
6 type: uint32
7 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -05008 Current number of reboot attempts left.
NodeMan97011f4162022-05-24 10:45:06 -05009 - name: RetryAttempts
10 type: uint32
11 description: >
12 Number of total reboot attempts allowed.
Patrick Williamsa1347412022-12-06 10:56:22 -060013 default: 3