v1

latestSwagger 2.02026-07-17443059.0 KB

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 L/GTKs with /config/borderRouter/gtks.

put/config/borderRouter/keyLifetimes

Request body

pmkLifetimestring

PMK lifetime (minutes) for FFNs.

ptkLifetimestring

PTK lifetime (minutes) for FFNs.

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/gtkRevocationLifetimeReduction) * original lifetime.

lfnPmkLifetimestring

PMK lifetime (minutes) for LFNs.

lfnPtkLifetimestring

PTK lifetime (minutes) for LFNs.

lgtkLifetimestring

LGTK lifetime (minutes) for all LGTKs.

lgtkNewActivationTimeinteger

The time at which the Border Router activates the next LGTK prior to expiration of the currently activated LGTK. Calculated as (1/lgtkNewActivationTime) * LGTK_EXPIRE_OFFSET.

lgtkRevocationLifetimeReductioninteger

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

Response

Border Router successfully configured.