BadRequestDetails details
Details describing why the request was invalid
String reason
Code indicating the reason 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.
ByteBuffer configuration
The data of the configuration. Note that this may be empty if the client already has the latest version of configuration.
String contentType
A standard MIME type describing the format of the configuration content.
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. See RequiredMinimumPollIntervalInSeconds to set the desired poll interval.
String problem
Detail describing why an individual parameter did not satisfy the constraints specified by the service
String applicationIdentifier
The application ID or the application name.
String configurationProfileIdentifier
The configuration profile ID or the configuration profile name.
String environmentIdentifier
The environment ID or the environment name.
Integer requiredMinimumPollIntervalInSeconds
The interval at which your client will poll for configuration. If provided, the service will throw a BadRequestException if the client polls before the specified poll interval. By default, client poll intervals are not enforced.
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 GetConfiguration response (NextPollConfigurationToken) in each subsequent call to GetLatestConfiguration.
Copyright © 2022. All rights reserved.