String reason
Code indicating the reason the request was invalid.
BadRequestDetails details
Details describing why the request was invalid.
String configurationToken
Token describing the current state of the configuration session. To obtain a token, first call the
StartConfigurationSession API. Note that every call to GetLatestConfiguration will return a
new ConfigurationToken (NextPollConfigurationToken in the response) and MUST be
provided to subsequent GetLatestConfiguration API calls.
String nextPollConfigurationToken
The latest token describing the current state of the configuration session. This MUST be provided to the next
call to GetLatestConfiguration.
Integer nextPollIntervalInSeconds
The amount of time the client should wait before polling for configuration updates again. Use
RequiredMinimumPollIntervalInSeconds to set the desired poll interval.
String contentType
A standard MIME type describing the format of the configuration content.
ByteBuffer configuration
The data of the configuration. This may be empty if the client already has the latest version of configuration.
String problem
The reason the parameter is invalid.
String applicationIdentifier
The application ID or the application name.
String environmentIdentifier
The environment ID or the environment name.
String configurationProfileIdentifier
The configuration profile ID or the configuration profile name.
Integer requiredMinimumPollIntervalInSeconds
Sets a constraint on a session. If you specify a value of, for example, 60 seconds, then the client that established the session can't call GetLatestConfiguration more frequently then every 60 seconds.
String initialConfigurationToken
Token encapsulating state about the configuration session. Provide this token to the
GetLatestConfiguration API to retrieve configuration data.
This token should only be used once in your first call to GetLatestConfiguration. You MUST use the
new token in the GetLatestConfiguration response (NextPollConfigurationToken) in each
subsequent call to GetLatestConfiguration.
Copyright © 2022. All rights reserved.