Configuration Desired State APIs

Configuration Desired State APIs

The DesiredState service provides operations to manage desired configuration specification of an appliance. Warning: This service is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Operations
POST
Commit Profile Desiredstate Async Internal
Commits the specified profile as the desired state document. The result of this operation can be queried by calling the cis/tasks/{task-id} where the task-id is the response of this operation. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
DELETE
Delete Profile Configuration Desiredstate Internal
Deletes the profile spec. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
POST
Create Profile Configuration Desiredstate Internal
duplicate a new software profile from the current desired state. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
GET
Get Profile Configuration Desiredstate Internal
Returns the information about given profile. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
POST
Export Profile Version Internal
Returns the Profile information about given desired profile. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
POST
Import Profile Spec Configuration Desiredstate Internal
Imports the desired profile config specification. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
GET
List Configuration Desiredstate Internal
Returns information about the profile configurations for the appliance that match the DesiredState.FilterSpec. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
POST
Scan Profile Desiredstate Async Internal
Scans all the components in the profiles against the applied profile. The result of this operation can be queried by calling the cis/tasks/{task-id} where the task-id is the response of this operation. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
PATCH
Update Version Configuration Desiredstate Internal
Updates the configuration of a currently configured profile. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
POST
Validate Version Desiredstate Async Internal
Validate the Profile configuration. The result of this operation can be queried by calling the cis/tasks/{task-id} where the task-id is the response of this operation. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.