RequestQuery: {
    origins?: string;
    scenarios_containing?: string;
    scenarios_not_containing?: string;
    scopes?: string;
    startup?: boolean;
}

Type declaration

  • Optionalorigins?: string

    Comma separated name of origins. If provided, then only the decisions originating from provided origins would be returned.

  • Optionalscenarios_containing?: string

    Comma separated words. If provided, only the decisions created by scenarios containing any of the provided word would be returned.

  • Optionalscenarios_not_containing?: string

    Comma separated words. If provided, only the decisions created by scenarios, not containing any of the provided word would be returned.

  • Optionalscopes?: string

    Comma separated scopes of decisions to fetch

  • Optionalstartup?: boolean

    If true, means that the remediation component is starting and a full list must be provided