Configure Border Router key lifetimes. This method may only be issued to a Border Router. If non-default key lifetimes are needed, this call MUST be issued before setting the GTKs with /config/borderRouter/gtks.

put/config/borderRouter/keyLifetimes

Request body

pmkLifetimestring

PMK lifetime (minutes).

ptkLifetimestring

PTK lifetime (minutes).

gtkLifetimestring

GTK lifetime (minutes) for all GTKs.

gtkNewActivationTimeinteger

The time at which the Border Router activates the next GTK prior to expiration of the currently activated GTK. Calculated as (1/gtkNewActivationTime) * GTK_EXPIRE_OFFSET.

revocationLifetimeReductioninteger

Factor by which the active GTK lifetime is reduced during node revocation procedures. Reduced lifetime is calculated as (1/revocationLifetimeReduction) * original lifetime.

Response

Border Router successfully configured.

Changes