configuration_profile.go | |
---|---|
|
|
Generated documentation is available at: https://pkg.go.dev/github.com/RedHatInsights/insights-operator-cli/types Documentation in literate-programming-style is available at: https://redhatinsights.github.io/insights-operator-cli/packages/types/configuration_profile.html |
|
ConfigurationProfile structure represents configuration profile record in the controller service. ID: unique key Configuration: a JSON structure stored in a string ChangeAt: username of admin that created or updated the configuration ChangeBy: timestamp of the last configuration change Description: a string with any comment(s) about the configuration |
|
ConfigurationProfilesResponse structure represents response of controller service to configuration profiles request. Status: status of response Profiles: list of configuration profiles |
|
ConfigurationProfileResponse structure represents response of controller service to single configuration profile request. Status: status of response Profile: single configuration profile |
|