operation-summary

operation-summary
operation-summary

Base model for details of the operation.
For JSON the model descendants will generate with a field named "type" with one of the following values:
"import", "export". Submodels are :
import-operation-summary
export-operation-summary

JSON Example
{
    "contentType": "string",
    "state": "string",
    "type": "string"
}
string
contentType
Required

The types of Content that can be exported

Possible values are : VIEW_DEFINITIONS, REPORT_DEFINITIONS, DASHBOARDS, REPORT_SCHEDULES, CUSTOM_METRICGROUPS, POLICIES, ALERT_DEFINITIONS, SYMPTOM_DEFINITIONS, LI_QUERY_CONFIGS, RECOMMENDATION_DEFINITIONS, CUSTOM_GROUPS, SUPER_METRICS, CONFIG_FILES, COMPLIANCE_SCORECARDS, NOTIFICATION_RULES, OUTBOUND_SETTINGS, PAYLOAD_TEMPLATES, INTEGRATIONS, COST_DRIVERS, USERS, USER_GROUPS, ROLES, AUTH_SOURCES, HTTP_PROXIES, SDMP_CUSTOM_SERVICES, SDMP_CUSTOM_APPLICATIONS, CUSTOM_PROFILES, DISCOVERY_RULES, APP_DEF_ASSIGNMENTS, GLOBAL_SETTINGS, UNKNOWN,
string
state
Required

List of states of content operation

Possible values are : NOT_INITIALIZED, INITIALIZED, RUNNING, FAILED, FINISHED, UNKNOWN,
string
type
Optional

Used to identify schema type. For each schema its equivalent value should be used. allowableValues = {import, export}