@redhat-cloud-services/compliance-client 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -0
- package/dist/Policies/index.d.ts +7 -1
- package/dist/Policies/index.js +7 -4
- package/dist/Policies/index.js.map +1 -1
- package/dist/PolicySystems/index.d.ts +14 -2
- package/dist/PolicySystems/index.js +10 -4
- package/dist/PolicySystems/index.js.map +1 -1
- package/dist/ProfileRules/index.d.ts +8 -2
- package/dist/ProfileRules/index.js +7 -4
- package/dist/ProfileRules/index.js.map +1 -1
- package/dist/Profiles/index.d.ts +7 -1
- package/dist/Profiles/index.js +7 -4
- package/dist/Profiles/index.js.map +1 -1
- package/dist/ReportRuleResults/index.d.ts +7 -1
- package/dist/ReportRuleResults/index.js +7 -4
- package/dist/ReportRuleResults/index.js.map +1 -1
- package/dist/ReportSystems/index.d.ts +14 -2
- package/dist/ReportSystems/index.js +10 -4
- package/dist/ReportSystems/index.js.map +1 -1
- package/dist/ReportTestResults/index.d.ts +7 -1
- package/dist/ReportTestResults/index.js +7 -4
- package/dist/ReportTestResults/index.js.map +1 -1
- package/dist/Reports/index.d.ts +7 -1
- package/dist/Reports/index.js +7 -4
- package/dist/Reports/index.js.map +1 -1
- package/dist/RuleGroups/index.d.ts +7 -1
- package/dist/RuleGroups/index.js +7 -4
- package/dist/RuleGroups/index.js.map +1 -1
- package/dist/Rules/index.d.ts +8 -2
- package/dist/Rules/index.js +7 -4
- package/dist/Rules/index.js.map +1 -1
- package/dist/SecurityGuides/index.d.ts +7 -1
- package/dist/SecurityGuides/index.js +7 -4
- package/dist/SecurityGuides/index.js.map +1 -1
- package/dist/SupportedProfiles/index.d.ts +7 -1
- package/dist/SupportedProfiles/index.js +7 -4
- package/dist/SupportedProfiles/index.js.map +1 -1
- package/dist/SystemReports/index.d.ts +8 -2
- package/dist/SystemReports/index.js +7 -4
- package/dist/SystemReports/index.js.map +1 -1
- package/dist/Systems/index.d.ts +14 -2
- package/dist/Systems/index.js +10 -4
- package/dist/Systems/index.js.map +1 -1
- package/dist/SystemsPolicies/index.d.ts +8 -2
- package/dist/SystemsPolicies/index.js +7 -4
- package/dist/SystemsPolicies/index.js.map +1 -1
- package/dist/TailoringRules/index.d.ts +8 -2
- package/dist/TailoringRules/index.js +7 -4
- package/dist/TailoringRules/index.js.map +1 -1
- package/dist/Tailorings/index.d.ts +7 -1
- package/dist/Tailorings/index.js +7 -4
- package/dist/Tailorings/index.js.map +1 -1
- package/dist/ValueDefinitions/index.d.ts +7 -1
- package/dist/ValueDefinitions/index.js +7 -4
- package/dist/ValueDefinitions/index.js.map +1 -1
- package/dist/api.d.ts +195 -105
- package/dist/api.js +305 -158
- package/dist/api.js.map +1 -1
- package/dist/types/index.d.ts +7 -1
- package/dist/types/index.js.map +1 -1
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -1066,6 +1066,12 @@ export interface SupportedProfile {
|
|
|
1066
1066
|
* @memberof SupportedProfile
|
|
1067
1067
|
*/
|
|
1068
1068
|
'title'?: any;
|
|
1069
|
+
/**
|
|
1070
|
+
* Longer description of the Profile
|
|
1071
|
+
* @type {any}
|
|
1072
|
+
* @memberof SupportedProfile
|
|
1073
|
+
*/
|
|
1074
|
+
'description'?: any;
|
|
1069
1075
|
/**
|
|
1070
1076
|
* UUID of the latest Security Guide supporting this Profile
|
|
1071
1077
|
* @type {any}
|
|
@@ -1467,7 +1473,7 @@ export interface TestResult {
|
|
|
1467
1473
|
* @type {any}
|
|
1468
1474
|
* @memberof TestResult
|
|
1469
1475
|
*/
|
|
1470
|
-
'
|
|
1476
|
+
'end_time'?: any;
|
|
1471
1477
|
}
|
|
1472
1478
|
export declare const TestResultTypeEnum: {
|
|
1473
1479
|
readonly TestResult: "test_result";
|
|
@@ -2061,12 +2067,13 @@ export declare const PoliciesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
2061
2067
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2062
2068
|
* @param {any} [limit] Number of items to return per page
|
|
2063
2069
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2070
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2064
2071
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2065
2072
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title`, `os_major_version`, and `os_minor_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2066
2073
|
* @param {*} [options] Override http request option.
|
|
2067
2074
|
* @throws {RequiredError}
|
|
2068
2075
|
*/
|
|
2069
|
-
policies: (xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2076
|
+
policies: (xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2070
2077
|
};
|
|
2071
2078
|
/**
|
|
2072
2079
|
* PoliciesApi - functional programming interface
|
|
@@ -2079,12 +2086,13 @@ export declare const PoliciesApiFp: (configuration?: Configuration) => {
|
|
|
2079
2086
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2080
2087
|
* @param {any} [limit] Number of items to return per page
|
|
2081
2088
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2089
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2082
2090
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2083
2091
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title`, `os_major_version`, and `os_minor_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2084
2092
|
* @param {*} [options] Override http request option.
|
|
2085
2093
|
* @throws {RequiredError}
|
|
2086
2094
|
*/
|
|
2087
|
-
policies(xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Policies200Response>>;
|
|
2095
|
+
policies(xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Policies200Response>>;
|
|
2088
2096
|
};
|
|
2089
2097
|
/**
|
|
2090
2098
|
* PoliciesApi - factory interface
|
|
@@ -2097,12 +2105,13 @@ export declare const PoliciesApiFactory: (configuration?: Configuration, basePat
|
|
|
2097
2105
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2098
2106
|
* @param {any} [limit] Number of items to return per page
|
|
2099
2107
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2108
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2100
2109
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2101
2110
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title`, `os_major_version`, and `os_minor_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2102
2111
|
* @param {*} [options] Override http request option.
|
|
2103
2112
|
* @throws {RequiredError}
|
|
2104
2113
|
*/
|
|
2105
|
-
policies(xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Policies200Response>;
|
|
2114
|
+
policies(xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Policies200Response>;
|
|
2106
2115
|
};
|
|
2107
2116
|
/**
|
|
2108
2117
|
* PoliciesApi - object-oriented interface
|
|
@@ -2117,13 +2126,14 @@ export declare class PoliciesApi extends BaseAPI {
|
|
|
2117
2126
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2118
2127
|
* @param {any} [limit] Number of items to return per page
|
|
2119
2128
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2129
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2120
2130
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2121
2131
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title`, `os_major_version`, and `os_minor_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2122
2132
|
* @param {*} [options] Override http request option.
|
|
2123
2133
|
* @throws {RequiredError}
|
|
2124
2134
|
* @memberof PoliciesApi
|
|
2125
2135
|
*/
|
|
2126
|
-
policies(xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Policies200Response, any>>;
|
|
2136
|
+
policies(xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Policies200Response, any>>;
|
|
2127
2137
|
}
|
|
2128
2138
|
/**
|
|
2129
2139
|
* PolicyApi - axios parameter creator
|
|
@@ -2198,14 +2208,16 @@ export declare const PolicySystemsApiAxiosParamCreator: (configuration?: Configu
|
|
|
2198
2208
|
* @summary Request Systems assigned to a Policy
|
|
2199
2209
|
* @param {any} policyId
|
|
2200
2210
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2211
|
+
* @param {any} [tags] An array of tags to narrow down the search results. In case the value contains symbols used for separators (`/` or `=`), they need to be encoded.<br>e.g.: `namespace/key=value`, `insights-client/selinux-config=SELINUX%3Denforcing`
|
|
2201
2212
|
* @param {any} [limit] Number of items to return per page
|
|
2202
2213
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2214
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2203
2215
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2204
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `
|
|
2216
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_minor_version`, and `group_name`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2205
2217
|
* @param {*} [options] Override http request option.
|
|
2206
2218
|
* @throws {RequiredError}
|
|
2207
2219
|
*/
|
|
2208
|
-
policySystems: (policyId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2220
|
+
policySystems: (policyId: any, xRHIDENTITY?: any, tags?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2209
2221
|
};
|
|
2210
2222
|
/**
|
|
2211
2223
|
* PolicySystemsApi - functional programming interface
|
|
@@ -2217,14 +2229,16 @@ export declare const PolicySystemsApiFp: (configuration?: Configuration) => {
|
|
|
2217
2229
|
* @summary Request Systems assigned to a Policy
|
|
2218
2230
|
* @param {any} policyId
|
|
2219
2231
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2232
|
+
* @param {any} [tags] An array of tags to narrow down the search results. In case the value contains symbols used for separators (`/` or `=`), they need to be encoded.<br>e.g.: `namespace/key=value`, `insights-client/selinux-config=SELINUX%3Denforcing`
|
|
2220
2233
|
* @param {any} [limit] Number of items to return per page
|
|
2221
2234
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2235
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2222
2236
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2223
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `
|
|
2237
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_minor_version`, and `group_name`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2224
2238
|
* @param {*} [options] Override http request option.
|
|
2225
2239
|
* @throws {RequiredError}
|
|
2226
2240
|
*/
|
|
2227
|
-
policySystems(policyId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Systems200Response>>;
|
|
2241
|
+
policySystems(policyId: any, xRHIDENTITY?: any, tags?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Systems200Response>>;
|
|
2228
2242
|
};
|
|
2229
2243
|
/**
|
|
2230
2244
|
* PolicySystemsApi - factory interface
|
|
@@ -2236,14 +2250,16 @@ export declare const PolicySystemsApiFactory: (configuration?: Configuration, ba
|
|
|
2236
2250
|
* @summary Request Systems assigned to a Policy
|
|
2237
2251
|
* @param {any} policyId
|
|
2238
2252
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2253
|
+
* @param {any} [tags] An array of tags to narrow down the search results. In case the value contains symbols used for separators (`/` or `=`), they need to be encoded.<br>e.g.: `namespace/key=value`, `insights-client/selinux-config=SELINUX%3Denforcing`
|
|
2239
2254
|
* @param {any} [limit] Number of items to return per page
|
|
2240
2255
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2256
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2241
2257
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2242
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `
|
|
2258
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_minor_version`, and `group_name`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2243
2259
|
* @param {*} [options] Override http request option.
|
|
2244
2260
|
* @throws {RequiredError}
|
|
2245
2261
|
*/
|
|
2246
|
-
policySystems(policyId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Systems200Response>;
|
|
2262
|
+
policySystems(policyId: any, xRHIDENTITY?: any, tags?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Systems200Response>;
|
|
2247
2263
|
};
|
|
2248
2264
|
/**
|
|
2249
2265
|
* PolicySystemsApi - object-oriented interface
|
|
@@ -2257,15 +2273,17 @@ export declare class PolicySystemsApi extends BaseAPI {
|
|
|
2257
2273
|
* @summary Request Systems assigned to a Policy
|
|
2258
2274
|
* @param {any} policyId
|
|
2259
2275
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2276
|
+
* @param {any} [tags] An array of tags to narrow down the search results. In case the value contains symbols used for separators (`/` or `=`), they need to be encoded.<br>e.g.: `namespace/key=value`, `insights-client/selinux-config=SELINUX%3Denforcing`
|
|
2260
2277
|
* @param {any} [limit] Number of items to return per page
|
|
2261
2278
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2279
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2262
2280
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2263
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `
|
|
2281
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_minor_version`, and `group_name`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2264
2282
|
* @param {*} [options] Override http request option.
|
|
2265
2283
|
* @throws {RequiredError}
|
|
2266
2284
|
* @memberof PolicySystemsApi
|
|
2267
2285
|
*/
|
|
2268
|
-
policySystems(policyId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Systems200Response, any>>;
|
|
2286
|
+
policySystems(policyId: any, xRHIDENTITY?: any, tags?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Systems200Response, any>>;
|
|
2269
2287
|
}
|
|
2270
2288
|
/**
|
|
2271
2289
|
* PolicySystemsOSApi - axios parameter creator
|
|
@@ -2489,12 +2507,13 @@ export declare const ProfileRulesApiAxiosParamCreator: (configuration?: Configur
|
|
|
2489
2507
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2490
2508
|
* @param {any} [limit] Number of items to return per page
|
|
2491
2509
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2510
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2492
2511
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2493
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, and `
|
|
2512
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, `remediation_available`, and `rule_group_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2494
2513
|
* @param {*} [options] Override http request option.
|
|
2495
2514
|
* @throws {RequiredError}
|
|
2496
2515
|
*/
|
|
2497
|
-
profileRules: (securityGuideId: any, profileId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2516
|
+
profileRules: (securityGuideId: any, profileId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2498
2517
|
};
|
|
2499
2518
|
/**
|
|
2500
2519
|
* ProfileRulesApi - functional programming interface
|
|
@@ -2509,12 +2528,13 @@ export declare const ProfileRulesApiFp: (configuration?: Configuration) => {
|
|
|
2509
2528
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2510
2529
|
* @param {any} [limit] Number of items to return per page
|
|
2511
2530
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2531
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2512
2532
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2513
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, and `
|
|
2533
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, `remediation_available`, and `rule_group_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2514
2534
|
* @param {*} [options] Override http request option.
|
|
2515
2535
|
* @throws {RequiredError}
|
|
2516
2536
|
*/
|
|
2517
|
-
profileRules(securityGuideId: any, profileId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Rules200Response>>;
|
|
2537
|
+
profileRules(securityGuideId: any, profileId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Rules200Response>>;
|
|
2518
2538
|
};
|
|
2519
2539
|
/**
|
|
2520
2540
|
* ProfileRulesApi - factory interface
|
|
@@ -2529,12 +2549,13 @@ export declare const ProfileRulesApiFactory: (configuration?: Configuration, bas
|
|
|
2529
2549
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2530
2550
|
* @param {any} [limit] Number of items to return per page
|
|
2531
2551
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2552
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2532
2553
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2533
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, and `
|
|
2554
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, `remediation_available`, and `rule_group_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2534
2555
|
* @param {*} [options] Override http request option.
|
|
2535
2556
|
* @throws {RequiredError}
|
|
2536
2557
|
*/
|
|
2537
|
-
profileRules(securityGuideId: any, profileId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Rules200Response>;
|
|
2558
|
+
profileRules(securityGuideId: any, profileId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Rules200Response>;
|
|
2538
2559
|
};
|
|
2539
2560
|
/**
|
|
2540
2561
|
* ProfileRulesApi - object-oriented interface
|
|
@@ -2551,13 +2572,14 @@ export declare class ProfileRulesApi extends BaseAPI {
|
|
|
2551
2572
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2552
2573
|
* @param {any} [limit] Number of items to return per page
|
|
2553
2574
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2575
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2554
2576
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2555
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, and `
|
|
2577
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, `remediation_available`, and `rule_group_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2556
2578
|
* @param {*} [options] Override http request option.
|
|
2557
2579
|
* @throws {RequiredError}
|
|
2558
2580
|
* @memberof ProfileRulesApi
|
|
2559
2581
|
*/
|
|
2560
|
-
profileRules(securityGuideId: any, profileId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Rules200Response, any>>;
|
|
2582
|
+
profileRules(securityGuideId: any, profileId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Rules200Response, any>>;
|
|
2561
2583
|
}
|
|
2562
2584
|
/**
|
|
2563
2585
|
* ProfilesApi - axios parameter creator
|
|
@@ -2571,12 +2593,13 @@ export declare const ProfilesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
2571
2593
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2572
2594
|
* @param {any} [limit] Number of items to return per page
|
|
2573
2595
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2596
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2574
2597
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2575
2598
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Profiles are searchable using attributes `title` and `ref_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2576
2599
|
* @param {*} [options] Override http request option.
|
|
2577
2600
|
* @throws {RequiredError}
|
|
2578
2601
|
*/
|
|
2579
|
-
profiles: (securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2602
|
+
profiles: (securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2580
2603
|
};
|
|
2581
2604
|
/**
|
|
2582
2605
|
* ProfilesApi - functional programming interface
|
|
@@ -2590,12 +2613,13 @@ export declare const ProfilesApiFp: (configuration?: Configuration) => {
|
|
|
2590
2613
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2591
2614
|
* @param {any} [limit] Number of items to return per page
|
|
2592
2615
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2616
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2593
2617
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2594
2618
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Profiles are searchable using attributes `title` and `ref_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2595
2619
|
* @param {*} [options] Override http request option.
|
|
2596
2620
|
* @throws {RequiredError}
|
|
2597
2621
|
*/
|
|
2598
|
-
profiles(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Profiles200Response>>;
|
|
2622
|
+
profiles(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Profiles200Response>>;
|
|
2599
2623
|
};
|
|
2600
2624
|
/**
|
|
2601
2625
|
* ProfilesApi - factory interface
|
|
@@ -2609,12 +2633,13 @@ export declare const ProfilesApiFactory: (configuration?: Configuration, basePat
|
|
|
2609
2633
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2610
2634
|
* @param {any} [limit] Number of items to return per page
|
|
2611
2635
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2636
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2612
2637
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2613
2638
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Profiles are searchable using attributes `title` and `ref_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2614
2639
|
* @param {*} [options] Override http request option.
|
|
2615
2640
|
* @throws {RequiredError}
|
|
2616
2641
|
*/
|
|
2617
|
-
profiles(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Profiles200Response>;
|
|
2642
|
+
profiles(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Profiles200Response>;
|
|
2618
2643
|
};
|
|
2619
2644
|
/**
|
|
2620
2645
|
* ProfilesApi - object-oriented interface
|
|
@@ -2630,13 +2655,14 @@ export declare class ProfilesApi extends BaseAPI {
|
|
|
2630
2655
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2631
2656
|
* @param {any} [limit] Number of items to return per page
|
|
2632
2657
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2658
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2633
2659
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2634
2660
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Profiles are searchable using attributes `title` and `ref_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2635
2661
|
* @param {*} [options] Override http request option.
|
|
2636
2662
|
* @throws {RequiredError}
|
|
2637
2663
|
* @memberof ProfilesApi
|
|
2638
2664
|
*/
|
|
2639
|
-
profiles(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Profiles200Response, any>>;
|
|
2665
|
+
profiles(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Profiles200Response, any>>;
|
|
2640
2666
|
}
|
|
2641
2667
|
/**
|
|
2642
2668
|
* ReportApi - axios parameter creator
|
|
@@ -2714,12 +2740,13 @@ export declare const ReportRuleResultsApiAxiosParamCreator: (configuration?: Con
|
|
|
2714
2740
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2715
2741
|
* @param {any} [limit] Number of items to return per page
|
|
2716
2742
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2743
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2717
2744
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2718
2745
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rule Results are searchable using attributes `result`, `title`, `severity`, and `remediation_available`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2719
2746
|
* @param {*} [options] Override http request option.
|
|
2720
2747
|
* @throws {RequiredError}
|
|
2721
2748
|
*/
|
|
2722
|
-
reportRuleResults: (testResultId: any, reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2749
|
+
reportRuleResults: (testResultId: any, reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2723
2750
|
};
|
|
2724
2751
|
/**
|
|
2725
2752
|
* ReportRuleResultsApi - functional programming interface
|
|
@@ -2734,12 +2761,13 @@ export declare const ReportRuleResultsApiFp: (configuration?: Configuration) =>
|
|
|
2734
2761
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2735
2762
|
* @param {any} [limit] Number of items to return per page
|
|
2736
2763
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2764
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2737
2765
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2738
2766
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rule Results are searchable using attributes `result`, `title`, `severity`, and `remediation_available`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2739
2767
|
* @param {*} [options] Override http request option.
|
|
2740
2768
|
* @throws {RequiredError}
|
|
2741
2769
|
*/
|
|
2742
|
-
reportRuleResults(testResultId: any, reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportRuleResults200Response>>;
|
|
2770
|
+
reportRuleResults(testResultId: any, reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportRuleResults200Response>>;
|
|
2743
2771
|
};
|
|
2744
2772
|
/**
|
|
2745
2773
|
* ReportRuleResultsApi - factory interface
|
|
@@ -2754,12 +2782,13 @@ export declare const ReportRuleResultsApiFactory: (configuration?: Configuration
|
|
|
2754
2782
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2755
2783
|
* @param {any} [limit] Number of items to return per page
|
|
2756
2784
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2785
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2757
2786
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2758
2787
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rule Results are searchable using attributes `result`, `title`, `severity`, and `remediation_available`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2759
2788
|
* @param {*} [options] Override http request option.
|
|
2760
2789
|
* @throws {RequiredError}
|
|
2761
2790
|
*/
|
|
2762
|
-
reportRuleResults(testResultId: any, reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<ReportRuleResults200Response>;
|
|
2791
|
+
reportRuleResults(testResultId: any, reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<ReportRuleResults200Response>;
|
|
2763
2792
|
};
|
|
2764
2793
|
/**
|
|
2765
2794
|
* ReportRuleResultsApi - object-oriented interface
|
|
@@ -2776,13 +2805,14 @@ export declare class ReportRuleResultsApi extends BaseAPI {
|
|
|
2776
2805
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2777
2806
|
* @param {any} [limit] Number of items to return per page
|
|
2778
2807
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2808
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2779
2809
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2780
2810
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rule Results are searchable using attributes `result`, `title`, `severity`, and `remediation_available`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2781
2811
|
* @param {*} [options] Override http request option.
|
|
2782
2812
|
* @throws {RequiredError}
|
|
2783
2813
|
* @memberof ReportRuleResultsApi
|
|
2784
2814
|
*/
|
|
2785
|
-
reportRuleResults(testResultId: any, reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ReportRuleResults200Response, any>>;
|
|
2815
|
+
reportRuleResults(testResultId: any, reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ReportRuleResults200Response, any>>;
|
|
2786
2816
|
}
|
|
2787
2817
|
/**
|
|
2788
2818
|
* ReportStatsApi - axios parameter creator
|
|
@@ -2928,14 +2958,16 @@ export declare const ReportSystemsApiAxiosParamCreator: (configuration?: Configu
|
|
|
2928
2958
|
* @summary Request Systems assigned to a Report
|
|
2929
2959
|
* @param {any} reportId
|
|
2930
2960
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2961
|
+
* @param {any} [tags] An array of tags to narrow down the search results. In case the value contains symbols used for separators (`/` or `=`), they need to be encoded.<br>e.g.: `namespace/key=value`, `insights-client/selinux-config=SELINUX%3Denforcing`
|
|
2931
2962
|
* @param {any} [limit] Number of items to return per page
|
|
2932
2963
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2964
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2933
2965
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2934
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `
|
|
2966
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_minor_version`, `never_reported`, and `group_name`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2935
2967
|
* @param {*} [options] Override http request option.
|
|
2936
2968
|
* @throws {RequiredError}
|
|
2937
2969
|
*/
|
|
2938
|
-
reportSystems: (reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2970
|
+
reportSystems: (reportId: any, xRHIDENTITY?: any, tags?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2939
2971
|
};
|
|
2940
2972
|
/**
|
|
2941
2973
|
* ReportSystemsApi - functional programming interface
|
|
@@ -2947,14 +2979,16 @@ export declare const ReportSystemsApiFp: (configuration?: Configuration) => {
|
|
|
2947
2979
|
* @summary Request Systems assigned to a Report
|
|
2948
2980
|
* @param {any} reportId
|
|
2949
2981
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
2982
|
+
* @param {any} [tags] An array of tags to narrow down the search results. In case the value contains symbols used for separators (`/` or `=`), they need to be encoded.<br>e.g.: `namespace/key=value`, `insights-client/selinux-config=SELINUX%3Denforcing`
|
|
2950
2983
|
* @param {any} [limit] Number of items to return per page
|
|
2951
2984
|
* @param {any} [offset] Offset of first item of paginated response
|
|
2985
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2952
2986
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2953
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `
|
|
2987
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_minor_version`, `never_reported`, and `group_name`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2954
2988
|
* @param {*} [options] Override http request option.
|
|
2955
2989
|
* @throws {RequiredError}
|
|
2956
2990
|
*/
|
|
2957
|
-
reportSystems(reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Systems200Response>>;
|
|
2991
|
+
reportSystems(reportId: any, xRHIDENTITY?: any, tags?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Systems200Response>>;
|
|
2958
2992
|
};
|
|
2959
2993
|
/**
|
|
2960
2994
|
* ReportSystemsApi - factory interface
|
|
@@ -2966,14 +3000,16 @@ export declare const ReportSystemsApiFactory: (configuration?: Configuration, ba
|
|
|
2966
3000
|
* @summary Request Systems assigned to a Report
|
|
2967
3001
|
* @param {any} reportId
|
|
2968
3002
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3003
|
+
* @param {any} [tags] An array of tags to narrow down the search results. In case the value contains symbols used for separators (`/` or `=`), they need to be encoded.<br>e.g.: `namespace/key=value`, `insights-client/selinux-config=SELINUX%3Denforcing`
|
|
2969
3004
|
* @param {any} [limit] Number of items to return per page
|
|
2970
3005
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3006
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2971
3007
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2972
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `
|
|
3008
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_minor_version`, `never_reported`, and `group_name`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2973
3009
|
* @param {*} [options] Override http request option.
|
|
2974
3010
|
* @throws {RequiredError}
|
|
2975
3011
|
*/
|
|
2976
|
-
reportSystems(reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Systems200Response>;
|
|
3012
|
+
reportSystems(reportId: any, xRHIDENTITY?: any, tags?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Systems200Response>;
|
|
2977
3013
|
};
|
|
2978
3014
|
/**
|
|
2979
3015
|
* ReportSystemsApi - object-oriented interface
|
|
@@ -2987,15 +3023,17 @@ export declare class ReportSystemsApi extends BaseAPI {
|
|
|
2987
3023
|
* @summary Request Systems assigned to a Report
|
|
2988
3024
|
* @param {any} reportId
|
|
2989
3025
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3026
|
+
* @param {any} [tags] An array of tags to narrow down the search results. In case the value contains symbols used for separators (`/` or `=`), they need to be encoded.<br>e.g.: `namespace/key=value`, `insights-client/selinux-config=SELINUX%3Denforcing`
|
|
2990
3027
|
* @param {any} [limit] Number of items to return per page
|
|
2991
3028
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3029
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
2992
3030
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
2993
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `
|
|
3031
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_minor_version`, `never_reported`, and `group_name`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
2994
3032
|
* @param {*} [options] Override http request option.
|
|
2995
3033
|
* @throws {RequiredError}
|
|
2996
3034
|
* @memberof ReportSystemsApi
|
|
2997
3035
|
*/
|
|
2998
|
-
reportSystems(reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Systems200Response, any>>;
|
|
3036
|
+
reportSystems(reportId: any, xRHIDENTITY?: any, tags?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Systems200Response, any>>;
|
|
2999
3037
|
}
|
|
3000
3038
|
/**
|
|
3001
3039
|
* ReportSystemsOSApi - axios parameter creator
|
|
@@ -3147,12 +3185,13 @@ export declare const ReportTestResultsApiAxiosParamCreator: (configuration?: Con
|
|
|
3147
3185
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3148
3186
|
* @param {any} [limit] Number of items to return per page
|
|
3149
3187
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3188
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
3150
3189
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3151
3190
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Test Results are searchable using attributes `score`, `supported`, `system_id`, `display_name`, `os_minor_version`, `security_guide_version`, `compliant`, `group_name`, and `failed_rule_severity`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3152
3191
|
* @param {*} [options] Override http request option.
|
|
3153
3192
|
* @throws {RequiredError}
|
|
3154
3193
|
*/
|
|
3155
|
-
reportTestResults: (reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3194
|
+
reportTestResults: (reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3156
3195
|
};
|
|
3157
3196
|
/**
|
|
3158
3197
|
* ReportTestResultsApi - functional programming interface
|
|
@@ -3166,12 +3205,13 @@ export declare const ReportTestResultsApiFp: (configuration?: Configuration) =>
|
|
|
3166
3205
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3167
3206
|
* @param {any} [limit] Number of items to return per page
|
|
3168
3207
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3208
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
3169
3209
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3170
3210
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Test Results are searchable using attributes `score`, `supported`, `system_id`, `display_name`, `os_minor_version`, `security_guide_version`, `compliant`, `group_name`, and `failed_rule_severity`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3171
3211
|
* @param {*} [options] Override http request option.
|
|
3172
3212
|
* @throws {RequiredError}
|
|
3173
3213
|
*/
|
|
3174
|
-
reportTestResults(reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportTestResults200Response>>;
|
|
3214
|
+
reportTestResults(reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportTestResults200Response>>;
|
|
3175
3215
|
};
|
|
3176
3216
|
/**
|
|
3177
3217
|
* ReportTestResultsApi - factory interface
|
|
@@ -3185,12 +3225,13 @@ export declare const ReportTestResultsApiFactory: (configuration?: Configuration
|
|
|
3185
3225
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3186
3226
|
* @param {any} [limit] Number of items to return per page
|
|
3187
3227
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3228
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
3188
3229
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3189
3230
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Test Results are searchable using attributes `score`, `supported`, `system_id`, `display_name`, `os_minor_version`, `security_guide_version`, `compliant`, `group_name`, and `failed_rule_severity`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3190
3231
|
* @param {*} [options] Override http request option.
|
|
3191
3232
|
* @throws {RequiredError}
|
|
3192
3233
|
*/
|
|
3193
|
-
reportTestResults(reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<ReportTestResults200Response>;
|
|
3234
|
+
reportTestResults(reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<ReportTestResults200Response>;
|
|
3194
3235
|
};
|
|
3195
3236
|
/**
|
|
3196
3237
|
* ReportTestResultsApi - object-oriented interface
|
|
@@ -3206,13 +3247,14 @@ export declare class ReportTestResultsApi extends BaseAPI {
|
|
|
3206
3247
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3207
3248
|
* @param {any} [limit] Number of items to return per page
|
|
3208
3249
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3250
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
3209
3251
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3210
3252
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Test Results are searchable using attributes `score`, `supported`, `system_id`, `display_name`, `os_minor_version`, `security_guide_version`, `compliant`, `group_name`, and `failed_rule_severity`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3211
3253
|
* @param {*} [options] Override http request option.
|
|
3212
3254
|
* @throws {RequiredError}
|
|
3213
3255
|
* @memberof ReportTestResultsApi
|
|
3214
3256
|
*/
|
|
3215
|
-
reportTestResults(reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ReportTestResults200Response, any>>;
|
|
3257
|
+
reportTestResults(reportId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ReportTestResults200Response, any>>;
|
|
3216
3258
|
}
|
|
3217
3259
|
/**
|
|
3218
3260
|
* ReportTestResultsOSApi - axios parameter creator
|
|
@@ -3296,12 +3338,13 @@ export declare const ReportsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
3296
3338
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3297
3339
|
* @param {any} [limit] Number of items to return per page
|
|
3298
3340
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3341
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
3299
3342
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3300
3343
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Reports are searchable using attributes `title`, `os_major_version`, and `with_reported_systems`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3301
3344
|
* @param {*} [options] Override http request option.
|
|
3302
3345
|
* @throws {RequiredError}
|
|
3303
3346
|
*/
|
|
3304
|
-
reports: (xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3347
|
+
reports: (xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3305
3348
|
};
|
|
3306
3349
|
/**
|
|
3307
3350
|
* ReportsApi - functional programming interface
|
|
@@ -3314,12 +3357,13 @@ export declare const ReportsApiFp: (configuration?: Configuration) => {
|
|
|
3314
3357
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3315
3358
|
* @param {any} [limit] Number of items to return per page
|
|
3316
3359
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3360
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
3317
3361
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3318
3362
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Reports are searchable using attributes `title`, `os_major_version`, and `with_reported_systems`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3319
3363
|
* @param {*} [options] Override http request option.
|
|
3320
3364
|
* @throws {RequiredError}
|
|
3321
3365
|
*/
|
|
3322
|
-
reports(xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Reports200Response>>;
|
|
3366
|
+
reports(xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Reports200Response>>;
|
|
3323
3367
|
};
|
|
3324
3368
|
/**
|
|
3325
3369
|
* ReportsApi - factory interface
|
|
@@ -3332,12 +3376,13 @@ export declare const ReportsApiFactory: (configuration?: Configuration, basePath
|
|
|
3332
3376
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3333
3377
|
* @param {any} [limit] Number of items to return per page
|
|
3334
3378
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3379
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
3335
3380
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3336
3381
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Reports are searchable using attributes `title`, `os_major_version`, and `with_reported_systems`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3337
3382
|
* @param {*} [options] Override http request option.
|
|
3338
3383
|
* @throws {RequiredError}
|
|
3339
3384
|
*/
|
|
3340
|
-
reports(xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Reports200Response>;
|
|
3385
|
+
reports(xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Reports200Response>;
|
|
3341
3386
|
};
|
|
3342
3387
|
/**
|
|
3343
3388
|
* ReportsApi - object-oriented interface
|
|
@@ -3352,13 +3397,14 @@ export declare class ReportsApi extends BaseAPI {
|
|
|
3352
3397
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3353
3398
|
* @param {any} [limit] Number of items to return per page
|
|
3354
3399
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3400
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
3355
3401
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3356
3402
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Reports are searchable using attributes `title`, `os_major_version`, and `with_reported_systems`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3357
3403
|
* @param {*} [options] Override http request option.
|
|
3358
3404
|
* @throws {RequiredError}
|
|
3359
3405
|
* @memberof ReportsApi
|
|
3360
3406
|
*/
|
|
3361
|
-
reports(xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Reports200Response, any>>;
|
|
3407
|
+
reports(xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Reports200Response, any>>;
|
|
3362
3408
|
}
|
|
3363
3409
|
/**
|
|
3364
3410
|
* ReportsOSApi - axios parameter creator
|
|
@@ -3573,12 +3619,13 @@ export declare const RuleGroupsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
3573
3619
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3574
3620
|
* @param {any} [limit] Number of items to return per page
|
|
3575
3621
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3622
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
3576
3623
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3577
3624
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rule Groups are searchable using attributes `title` and `ref_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3578
3625
|
* @param {*} [options] Override http request option.
|
|
3579
3626
|
* @throws {RequiredError}
|
|
3580
3627
|
*/
|
|
3581
|
-
ruleGroups: (securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3628
|
+
ruleGroups: (securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3582
3629
|
};
|
|
3583
3630
|
/**
|
|
3584
3631
|
* RuleGroupsApi - functional programming interface
|
|
@@ -3592,12 +3639,13 @@ export declare const RuleGroupsApiFp: (configuration?: Configuration) => {
|
|
|
3592
3639
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3593
3640
|
* @param {any} [limit] Number of items to return per page
|
|
3594
3641
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3642
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
3595
3643
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3596
3644
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rule Groups are searchable using attributes `title` and `ref_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3597
3645
|
* @param {*} [options] Override http request option.
|
|
3598
3646
|
* @throws {RequiredError}
|
|
3599
3647
|
*/
|
|
3600
|
-
ruleGroups(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RuleGroups200Response>>;
|
|
3648
|
+
ruleGroups(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RuleGroups200Response>>;
|
|
3601
3649
|
};
|
|
3602
3650
|
/**
|
|
3603
3651
|
* RuleGroupsApi - factory interface
|
|
@@ -3611,12 +3659,13 @@ export declare const RuleGroupsApiFactory: (configuration?: Configuration, baseP
|
|
|
3611
3659
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3612
3660
|
* @param {any} [limit] Number of items to return per page
|
|
3613
3661
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3662
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
3614
3663
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3615
3664
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rule Groups are searchable using attributes `title` and `ref_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3616
3665
|
* @param {*} [options] Override http request option.
|
|
3617
3666
|
* @throws {RequiredError}
|
|
3618
3667
|
*/
|
|
3619
|
-
ruleGroups(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<RuleGroups200Response>;
|
|
3668
|
+
ruleGroups(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<RuleGroups200Response>;
|
|
3620
3669
|
};
|
|
3621
3670
|
/**
|
|
3622
3671
|
* RuleGroupsApi - object-oriented interface
|
|
@@ -3632,13 +3681,14 @@ export declare class RuleGroupsApi extends BaseAPI {
|
|
|
3632
3681
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3633
3682
|
* @param {any} [limit] Number of items to return per page
|
|
3634
3683
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3684
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
3635
3685
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3636
3686
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rule Groups are searchable using attributes `title` and `ref_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3637
3687
|
* @param {*} [options] Override http request option.
|
|
3638
3688
|
* @throws {RequiredError}
|
|
3639
3689
|
* @memberof RuleGroupsApi
|
|
3640
3690
|
*/
|
|
3641
|
-
ruleGroups(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RuleGroups200Response, any>>;
|
|
3691
|
+
ruleGroups(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RuleGroups200Response, any>>;
|
|
3642
3692
|
}
|
|
3643
3693
|
/**
|
|
3644
3694
|
* RulesApi - axios parameter creator
|
|
@@ -3652,12 +3702,13 @@ export declare const RulesApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
3652
3702
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3653
3703
|
* @param {any} [limit] Number of items to return per page
|
|
3654
3704
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3705
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
3655
3706
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3656
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, and `
|
|
3707
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, `remediation_available`, and `rule_group_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3657
3708
|
* @param {*} [options] Override http request option.
|
|
3658
3709
|
* @throws {RequiredError}
|
|
3659
3710
|
*/
|
|
3660
|
-
rules: (securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3711
|
+
rules: (securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3661
3712
|
};
|
|
3662
3713
|
/**
|
|
3663
3714
|
* RulesApi - functional programming interface
|
|
@@ -3671,12 +3722,13 @@ export declare const RulesApiFp: (configuration?: Configuration) => {
|
|
|
3671
3722
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3672
3723
|
* @param {any} [limit] Number of items to return per page
|
|
3673
3724
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3725
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
3674
3726
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3675
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, and `
|
|
3727
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, `remediation_available`, and `rule_group_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3676
3728
|
* @param {*} [options] Override http request option.
|
|
3677
3729
|
* @throws {RequiredError}
|
|
3678
3730
|
*/
|
|
3679
|
-
rules(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Rules200Response>>;
|
|
3731
|
+
rules(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Rules200Response>>;
|
|
3680
3732
|
};
|
|
3681
3733
|
/**
|
|
3682
3734
|
* RulesApi - factory interface
|
|
@@ -3690,12 +3742,13 @@ export declare const RulesApiFactory: (configuration?: Configuration, basePath?:
|
|
|
3690
3742
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3691
3743
|
* @param {any} [limit] Number of items to return per page
|
|
3692
3744
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3745
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
3693
3746
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3694
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, and `
|
|
3747
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, `remediation_available`, and `rule_group_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3695
3748
|
* @param {*} [options] Override http request option.
|
|
3696
3749
|
* @throws {RequiredError}
|
|
3697
3750
|
*/
|
|
3698
|
-
rules(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Rules200Response>;
|
|
3751
|
+
rules(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Rules200Response>;
|
|
3699
3752
|
};
|
|
3700
3753
|
/**
|
|
3701
3754
|
* RulesApi - object-oriented interface
|
|
@@ -3711,13 +3764,14 @@ export declare class RulesApi extends BaseAPI {
|
|
|
3711
3764
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3712
3765
|
* @param {any} [limit] Number of items to return per page
|
|
3713
3766
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3767
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
3714
3768
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3715
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, and `
|
|
3769
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, `remediation_available`, and `rule_group_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3716
3770
|
* @param {*} [options] Override http request option.
|
|
3717
3771
|
* @throws {RequiredError}
|
|
3718
3772
|
* @memberof RulesApi
|
|
3719
3773
|
*/
|
|
3720
|
-
rules(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Rules200Response, any>>;
|
|
3774
|
+
rules(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Rules200Response, any>>;
|
|
3721
3775
|
}
|
|
3722
3776
|
/**
|
|
3723
3777
|
* SecurityGuideApi - axios parameter creator
|
|
@@ -3856,12 +3910,13 @@ export declare const SecurityGuidesApiAxiosParamCreator: (configuration?: Config
|
|
|
3856
3910
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3857
3911
|
* @param {any} [limit] Number of items to return per page
|
|
3858
3912
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3913
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
3859
3914
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3860
3915
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Security Guides are searchable using attributes `title`, `version`, `ref_id`, `os_major_version`, `profile_ref_id`, and `os_minor_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3861
3916
|
* @param {*} [options] Override http request option.
|
|
3862
3917
|
* @throws {RequiredError}
|
|
3863
3918
|
*/
|
|
3864
|
-
securityGuides: (xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3919
|
+
securityGuides: (xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
3865
3920
|
};
|
|
3866
3921
|
/**
|
|
3867
3922
|
* SecurityGuidesApi - functional programming interface
|
|
@@ -3874,12 +3929,13 @@ export declare const SecurityGuidesApiFp: (configuration?: Configuration) => {
|
|
|
3874
3929
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3875
3930
|
* @param {any} [limit] Number of items to return per page
|
|
3876
3931
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3932
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
3877
3933
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3878
3934
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Security Guides are searchable using attributes `title`, `version`, `ref_id`, `os_major_version`, `profile_ref_id`, and `os_minor_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3879
3935
|
* @param {*} [options] Override http request option.
|
|
3880
3936
|
* @throws {RequiredError}
|
|
3881
3937
|
*/
|
|
3882
|
-
securityGuides(xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SecurityGuides200Response>>;
|
|
3938
|
+
securityGuides(xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SecurityGuides200Response>>;
|
|
3883
3939
|
};
|
|
3884
3940
|
/**
|
|
3885
3941
|
* SecurityGuidesApi - factory interface
|
|
@@ -3892,12 +3948,13 @@ export declare const SecurityGuidesApiFactory: (configuration?: Configuration, b
|
|
|
3892
3948
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3893
3949
|
* @param {any} [limit] Number of items to return per page
|
|
3894
3950
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3951
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
3895
3952
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3896
3953
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Security Guides are searchable using attributes `title`, `version`, `ref_id`, `os_major_version`, `profile_ref_id`, and `os_minor_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3897
3954
|
* @param {*} [options] Override http request option.
|
|
3898
3955
|
* @throws {RequiredError}
|
|
3899
3956
|
*/
|
|
3900
|
-
securityGuides(xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<SecurityGuides200Response>;
|
|
3957
|
+
securityGuides(xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<SecurityGuides200Response>;
|
|
3901
3958
|
};
|
|
3902
3959
|
/**
|
|
3903
3960
|
* SecurityGuidesApi - object-oriented interface
|
|
@@ -3912,13 +3969,14 @@ export declare class SecurityGuidesApi extends BaseAPI {
|
|
|
3912
3969
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3913
3970
|
* @param {any} [limit] Number of items to return per page
|
|
3914
3971
|
* @param {any} [offset] Offset of first item of paginated response
|
|
3972
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
3915
3973
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
3916
3974
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Security Guides are searchable using attributes `title`, `version`, `ref_id`, `os_major_version`, `profile_ref_id`, and `os_minor_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
3917
3975
|
* @param {*} [options] Override http request option.
|
|
3918
3976
|
* @throws {RequiredError}
|
|
3919
3977
|
* @memberof SecurityGuidesApi
|
|
3920
3978
|
*/
|
|
3921
|
-
securityGuides(xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SecurityGuides200Response, any>>;
|
|
3979
|
+
securityGuides(xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SecurityGuides200Response, any>>;
|
|
3922
3980
|
}
|
|
3923
3981
|
/**
|
|
3924
3982
|
* SecurityGuidesOSApi - axios parameter creator
|
|
@@ -3998,12 +4056,13 @@ export declare const SupportedProfilesApiAxiosParamCreator: (configuration?: Con
|
|
|
3998
4056
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
3999
4057
|
* @param {any} [limit] Number of items to return per page
|
|
4000
4058
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4059
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4001
4060
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4002
4061
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Supported Profiles are searchable using attributes `os_major_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4003
4062
|
* @param {*} [options] Override http request option.
|
|
4004
4063
|
* @throws {RequiredError}
|
|
4005
4064
|
*/
|
|
4006
|
-
supportedProfiles: (xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4065
|
+
supportedProfiles: (xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4007
4066
|
};
|
|
4008
4067
|
/**
|
|
4009
4068
|
* SupportedProfilesApi - functional programming interface
|
|
@@ -4016,12 +4075,13 @@ export declare const SupportedProfilesApiFp: (configuration?: Configuration) =>
|
|
|
4016
4075
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4017
4076
|
* @param {any} [limit] Number of items to return per page
|
|
4018
4077
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4078
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4019
4079
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4020
4080
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Supported Profiles are searchable using attributes `os_major_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4021
4081
|
* @param {*} [options] Override http request option.
|
|
4022
4082
|
* @throws {RequiredError}
|
|
4023
4083
|
*/
|
|
4024
|
-
supportedProfiles(xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SupportedProfiles200Response>>;
|
|
4084
|
+
supportedProfiles(xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SupportedProfiles200Response>>;
|
|
4025
4085
|
};
|
|
4026
4086
|
/**
|
|
4027
4087
|
* SupportedProfilesApi - factory interface
|
|
@@ -4034,12 +4094,13 @@ export declare const SupportedProfilesApiFactory: (configuration?: Configuration
|
|
|
4034
4094
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4035
4095
|
* @param {any} [limit] Number of items to return per page
|
|
4036
4096
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4097
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4037
4098
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4038
4099
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Supported Profiles are searchable using attributes `os_major_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4039
4100
|
* @param {*} [options] Override http request option.
|
|
4040
4101
|
* @throws {RequiredError}
|
|
4041
4102
|
*/
|
|
4042
|
-
supportedProfiles(xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<SupportedProfiles200Response>;
|
|
4103
|
+
supportedProfiles(xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<SupportedProfiles200Response>;
|
|
4043
4104
|
};
|
|
4044
4105
|
/**
|
|
4045
4106
|
* SupportedProfilesApi - object-oriented interface
|
|
@@ -4054,13 +4115,14 @@ export declare class SupportedProfilesApi extends BaseAPI {
|
|
|
4054
4115
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4055
4116
|
* @param {any} [limit] Number of items to return per page
|
|
4056
4117
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4118
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4057
4119
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4058
4120
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Supported Profiles are searchable using attributes `os_major_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4059
4121
|
* @param {*} [options] Override http request option.
|
|
4060
4122
|
* @throws {RequiredError}
|
|
4061
4123
|
* @memberof SupportedProfilesApi
|
|
4062
4124
|
*/
|
|
4063
|
-
supportedProfiles(xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SupportedProfiles200Response, any>>;
|
|
4125
|
+
supportedProfiles(xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SupportedProfiles200Response, any>>;
|
|
4064
4126
|
}
|
|
4065
4127
|
/**
|
|
4066
4128
|
* SystemApi - axios parameter creator
|
|
@@ -4137,12 +4199,13 @@ export declare const SystemReportsApiAxiosParamCreator: (configuration?: Configu
|
|
|
4137
4199
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4138
4200
|
* @param {any} [limit] Number of items to return per page
|
|
4139
4201
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4202
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4140
4203
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4141
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Reports are searchable using attributes `title`
|
|
4204
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Reports are searchable using attributes `title`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4142
4205
|
* @param {*} [options] Override http request option.
|
|
4143
4206
|
* @throws {RequiredError}
|
|
4144
4207
|
*/
|
|
4145
|
-
systemReports: (systemId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4208
|
+
systemReports: (systemId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4146
4209
|
};
|
|
4147
4210
|
/**
|
|
4148
4211
|
* SystemReportsApi - functional programming interface
|
|
@@ -4156,12 +4219,13 @@ export declare const SystemReportsApiFp: (configuration?: Configuration) => {
|
|
|
4156
4219
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4157
4220
|
* @param {any} [limit] Number of items to return per page
|
|
4158
4221
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4222
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4159
4223
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4160
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Reports are searchable using attributes `title`
|
|
4224
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Reports are searchable using attributes `title`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4161
4225
|
* @param {*} [options] Override http request option.
|
|
4162
4226
|
* @throws {RequiredError}
|
|
4163
4227
|
*/
|
|
4164
|
-
systemReports(systemId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Reports200Response>>;
|
|
4228
|
+
systemReports(systemId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Reports200Response>>;
|
|
4165
4229
|
};
|
|
4166
4230
|
/**
|
|
4167
4231
|
* SystemReportsApi - factory interface
|
|
@@ -4175,12 +4239,13 @@ export declare const SystemReportsApiFactory: (configuration?: Configuration, ba
|
|
|
4175
4239
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4176
4240
|
* @param {any} [limit] Number of items to return per page
|
|
4177
4241
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4242
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4178
4243
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4179
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Reports are searchable using attributes `title`
|
|
4244
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Reports are searchable using attributes `title`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4180
4245
|
* @param {*} [options] Override http request option.
|
|
4181
4246
|
* @throws {RequiredError}
|
|
4182
4247
|
*/
|
|
4183
|
-
systemReports(systemId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Reports200Response>;
|
|
4248
|
+
systemReports(systemId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Reports200Response>;
|
|
4184
4249
|
};
|
|
4185
4250
|
/**
|
|
4186
4251
|
* SystemReportsApi - object-oriented interface
|
|
@@ -4196,13 +4261,14 @@ export declare class SystemReportsApi extends BaseAPI {
|
|
|
4196
4261
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4197
4262
|
* @param {any} [limit] Number of items to return per page
|
|
4198
4263
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4264
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4199
4265
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4200
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Reports are searchable using attributes `title`
|
|
4266
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Reports are searchable using attributes `title`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4201
4267
|
* @param {*} [options] Override http request option.
|
|
4202
4268
|
* @throws {RequiredError}
|
|
4203
4269
|
* @memberof SystemReportsApi
|
|
4204
4270
|
*/
|
|
4205
|
-
systemReports(systemId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Reports200Response, any>>;
|
|
4271
|
+
systemReports(systemId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Reports200Response, any>>;
|
|
4206
4272
|
}
|
|
4207
4273
|
/**
|
|
4208
4274
|
* SystemsApi - axios parameter creator
|
|
@@ -4213,14 +4279,16 @@ export declare const SystemsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
4213
4279
|
* Lists Systems
|
|
4214
4280
|
* @summary Request Systems
|
|
4215
4281
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4282
|
+
* @param {any} [tags] An array of tags to narrow down the search results. In case the value contains symbols used for separators (`/` or `=`), they need to be encoded.<br>e.g.: `namespace/key=value`, `insights-client/selinux-config=SELINUX%3Denforcing`
|
|
4216
4283
|
* @param {any} [limit] Number of items to return per page
|
|
4217
4284
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4285
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4218
4286
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4219
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_major_version`, `os_minor_version`, `assigned_or_scanned`, `
|
|
4287
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_major_version`, `os_minor_version`, `assigned_or_scanned`, `group_name`, `policies`, and `profile_ref_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4220
4288
|
* @param {*} [options] Override http request option.
|
|
4221
4289
|
* @throws {RequiredError}
|
|
4222
4290
|
*/
|
|
4223
|
-
systems: (xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4291
|
+
systems: (xRHIDENTITY?: any, tags?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4224
4292
|
};
|
|
4225
4293
|
/**
|
|
4226
4294
|
* SystemsApi - functional programming interface
|
|
@@ -4231,14 +4299,16 @@ export declare const SystemsApiFp: (configuration?: Configuration) => {
|
|
|
4231
4299
|
* Lists Systems
|
|
4232
4300
|
* @summary Request Systems
|
|
4233
4301
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4302
|
+
* @param {any} [tags] An array of tags to narrow down the search results. In case the value contains symbols used for separators (`/` or `=`), they need to be encoded.<br>e.g.: `namespace/key=value`, `insights-client/selinux-config=SELINUX%3Denforcing`
|
|
4234
4303
|
* @param {any} [limit] Number of items to return per page
|
|
4235
4304
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4305
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4236
4306
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4237
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_major_version`, `os_minor_version`, `assigned_or_scanned`, `
|
|
4307
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_major_version`, `os_minor_version`, `assigned_or_scanned`, `group_name`, `policies`, and `profile_ref_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4238
4308
|
* @param {*} [options] Override http request option.
|
|
4239
4309
|
* @throws {RequiredError}
|
|
4240
4310
|
*/
|
|
4241
|
-
systems(xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Systems200Response>>;
|
|
4311
|
+
systems(xRHIDENTITY?: any, tags?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Systems200Response>>;
|
|
4242
4312
|
};
|
|
4243
4313
|
/**
|
|
4244
4314
|
* SystemsApi - factory interface
|
|
@@ -4249,14 +4319,16 @@ export declare const SystemsApiFactory: (configuration?: Configuration, basePath
|
|
|
4249
4319
|
* Lists Systems
|
|
4250
4320
|
* @summary Request Systems
|
|
4251
4321
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4322
|
+
* @param {any} [tags] An array of tags to narrow down the search results. In case the value contains symbols used for separators (`/` or `=`), they need to be encoded.<br>e.g.: `namespace/key=value`, `insights-client/selinux-config=SELINUX%3Denforcing`
|
|
4252
4323
|
* @param {any} [limit] Number of items to return per page
|
|
4253
4324
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4325
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4254
4326
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4255
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_major_version`, `os_minor_version`, `assigned_or_scanned`, `
|
|
4327
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_major_version`, `os_minor_version`, `assigned_or_scanned`, `group_name`, `policies`, and `profile_ref_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4256
4328
|
* @param {*} [options] Override http request option.
|
|
4257
4329
|
* @throws {RequiredError}
|
|
4258
4330
|
*/
|
|
4259
|
-
systems(xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Systems200Response>;
|
|
4331
|
+
systems(xRHIDENTITY?: any, tags?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Systems200Response>;
|
|
4260
4332
|
};
|
|
4261
4333
|
/**
|
|
4262
4334
|
* SystemsApi - object-oriented interface
|
|
@@ -4269,15 +4341,17 @@ export declare class SystemsApi extends BaseAPI {
|
|
|
4269
4341
|
* Lists Systems
|
|
4270
4342
|
* @summary Request Systems
|
|
4271
4343
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4344
|
+
* @param {any} [tags] An array of tags to narrow down the search results. In case the value contains symbols used for separators (`/` or `=`), they need to be encoded.<br>e.g.: `namespace/key=value`, `insights-client/selinux-config=SELINUX%3Denforcing`
|
|
4272
4345
|
* @param {any} [limit] Number of items to return per page
|
|
4273
4346
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4347
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4274
4348
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4275
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_major_version`, `os_minor_version`, `assigned_or_scanned`, `
|
|
4349
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Systems are searchable using attributes `display_name`, `os_major_version`, `os_minor_version`, `assigned_or_scanned`, `group_name`, `policies`, and `profile_ref_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4276
4350
|
* @param {*} [options] Override http request option.
|
|
4277
4351
|
* @throws {RequiredError}
|
|
4278
4352
|
* @memberof SystemsApi
|
|
4279
4353
|
*/
|
|
4280
|
-
systems(xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Systems200Response, any>>;
|
|
4354
|
+
systems(xRHIDENTITY?: any, tags?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Systems200Response, any>>;
|
|
4281
4355
|
}
|
|
4282
4356
|
/**
|
|
4283
4357
|
* SystemsOSApi - axios parameter creator
|
|
@@ -4358,12 +4432,13 @@ export declare const SystemsPoliciesApiAxiosParamCreator: (configuration?: Confi
|
|
|
4358
4432
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4359
4433
|
* @param {any} [limit] Number of items to return per page
|
|
4360
4434
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4435
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4361
4436
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4362
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title`
|
|
4437
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title` and `os_minor_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4363
4438
|
* @param {*} [options] Override http request option.
|
|
4364
4439
|
* @throws {RequiredError}
|
|
4365
4440
|
*/
|
|
4366
|
-
systemsPolicies: (systemId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4441
|
+
systemsPolicies: (systemId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4367
4442
|
};
|
|
4368
4443
|
/**
|
|
4369
4444
|
* SystemsPoliciesApi - functional programming interface
|
|
@@ -4377,12 +4452,13 @@ export declare const SystemsPoliciesApiFp: (configuration?: Configuration) => {
|
|
|
4377
4452
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4378
4453
|
* @param {any} [limit] Number of items to return per page
|
|
4379
4454
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4455
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4380
4456
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4381
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title`
|
|
4457
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title` and `os_minor_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4382
4458
|
* @param {*} [options] Override http request option.
|
|
4383
4459
|
* @throws {RequiredError}
|
|
4384
4460
|
*/
|
|
4385
|
-
systemsPolicies(systemId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Policies200Response>>;
|
|
4461
|
+
systemsPolicies(systemId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Policies200Response>>;
|
|
4386
4462
|
};
|
|
4387
4463
|
/**
|
|
4388
4464
|
* SystemsPoliciesApi - factory interface
|
|
@@ -4396,12 +4472,13 @@ export declare const SystemsPoliciesApiFactory: (configuration?: Configuration,
|
|
|
4396
4472
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4397
4473
|
* @param {any} [limit] Number of items to return per page
|
|
4398
4474
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4475
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4399
4476
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4400
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title`
|
|
4477
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title` and `os_minor_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4401
4478
|
* @param {*} [options] Override http request option.
|
|
4402
4479
|
* @throws {RequiredError}
|
|
4403
4480
|
*/
|
|
4404
|
-
systemsPolicies(systemId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Policies200Response>;
|
|
4481
|
+
systemsPolicies(systemId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Policies200Response>;
|
|
4405
4482
|
};
|
|
4406
4483
|
/**
|
|
4407
4484
|
* SystemsPoliciesApi - object-oriented interface
|
|
@@ -4417,13 +4494,14 @@ export declare class SystemsPoliciesApi extends BaseAPI {
|
|
|
4417
4494
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4418
4495
|
* @param {any} [limit] Number of items to return per page
|
|
4419
4496
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4497
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4420
4498
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4421
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title`
|
|
4499
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Policies are searchable using attributes `title` and `os_minor_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4422
4500
|
* @param {*} [options] Override http request option.
|
|
4423
4501
|
* @throws {RequiredError}
|
|
4424
4502
|
* @memberof SystemsPoliciesApi
|
|
4425
4503
|
*/
|
|
4426
|
-
systemsPolicies(systemId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Policies200Response, any>>;
|
|
4504
|
+
systemsPolicies(systemId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Policies200Response, any>>;
|
|
4427
4505
|
}
|
|
4428
4506
|
/**
|
|
4429
4507
|
* TailoringApi - axios parameter creator
|
|
@@ -4572,12 +4650,13 @@ export declare const TailoringRulesApiAxiosParamCreator: (configuration?: Config
|
|
|
4572
4650
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4573
4651
|
* @param {any} [limit] Number of items to return per page
|
|
4574
4652
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4653
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4575
4654
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4576
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, and `
|
|
4655
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, `remediation_available`, and `rule_group_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4577
4656
|
* @param {*} [options] Override http request option.
|
|
4578
4657
|
* @throws {RequiredError}
|
|
4579
4658
|
*/
|
|
4580
|
-
tailoringRules: (policyId: any, tailoringId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4659
|
+
tailoringRules: (policyId: any, tailoringId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4581
4660
|
};
|
|
4582
4661
|
/**
|
|
4583
4662
|
* TailoringRulesApi - functional programming interface
|
|
@@ -4592,12 +4671,13 @@ export declare const TailoringRulesApiFp: (configuration?: Configuration) => {
|
|
|
4592
4671
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4593
4672
|
* @param {any} [limit] Number of items to return per page
|
|
4594
4673
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4674
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4595
4675
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4596
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, and `
|
|
4676
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, `remediation_available`, and `rule_group_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4597
4677
|
* @param {*} [options] Override http request option.
|
|
4598
4678
|
* @throws {RequiredError}
|
|
4599
4679
|
*/
|
|
4600
|
-
tailoringRules(policyId: any, tailoringId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Rules200Response>>;
|
|
4680
|
+
tailoringRules(policyId: any, tailoringId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Rules200Response>>;
|
|
4601
4681
|
};
|
|
4602
4682
|
/**
|
|
4603
4683
|
* TailoringRulesApi - factory interface
|
|
@@ -4612,12 +4692,13 @@ export declare const TailoringRulesApiFactory: (configuration?: Configuration, b
|
|
|
4612
4692
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4613
4693
|
* @param {any} [limit] Number of items to return per page
|
|
4614
4694
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4695
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4615
4696
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4616
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, and `
|
|
4697
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, `remediation_available`, and `rule_group_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4617
4698
|
* @param {*} [options] Override http request option.
|
|
4618
4699
|
* @throws {RequiredError}
|
|
4619
4700
|
*/
|
|
4620
|
-
tailoringRules(policyId: any, tailoringId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Rules200Response>;
|
|
4701
|
+
tailoringRules(policyId: any, tailoringId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Rules200Response>;
|
|
4621
4702
|
};
|
|
4622
4703
|
/**
|
|
4623
4704
|
* TailoringRulesApi - object-oriented interface
|
|
@@ -4634,13 +4715,14 @@ export declare class TailoringRulesApi extends BaseAPI {
|
|
|
4634
4715
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4635
4716
|
* @param {any} [limit] Number of items to return per page
|
|
4636
4717
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4718
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4637
4719
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4638
|
-
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, and `
|
|
4720
|
+
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Rules are searchable using attributes `title`, `severity`, `remediation_available`, and `rule_group_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4639
4721
|
* @param {*} [options] Override http request option.
|
|
4640
4722
|
* @throws {RequiredError}
|
|
4641
4723
|
* @memberof TailoringRulesApi
|
|
4642
4724
|
*/
|
|
4643
|
-
tailoringRules(policyId: any, tailoringId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Rules200Response, any>>;
|
|
4725
|
+
tailoringRules(policyId: any, tailoringId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Rules200Response, any>>;
|
|
4644
4726
|
}
|
|
4645
4727
|
/**
|
|
4646
4728
|
* TailoringsApi - axios parameter creator
|
|
@@ -4654,12 +4736,13 @@ export declare const TailoringsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
4654
4736
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4655
4737
|
* @param {any} [limit] Number of items to return per page
|
|
4656
4738
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4739
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4657
4740
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4658
4741
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Tailorings are searchable using attributes `os_minor_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4659
4742
|
* @param {*} [options] Override http request option.
|
|
4660
4743
|
* @throws {RequiredError}
|
|
4661
4744
|
*/
|
|
4662
|
-
tailorings: (policyId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4745
|
+
tailorings: (policyId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4663
4746
|
};
|
|
4664
4747
|
/**
|
|
4665
4748
|
* TailoringsApi - functional programming interface
|
|
@@ -4673,12 +4756,13 @@ export declare const TailoringsApiFp: (configuration?: Configuration) => {
|
|
|
4673
4756
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4674
4757
|
* @param {any} [limit] Number of items to return per page
|
|
4675
4758
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4759
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4676
4760
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4677
4761
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Tailorings are searchable using attributes `os_minor_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4678
4762
|
* @param {*} [options] Override http request option.
|
|
4679
4763
|
* @throws {RequiredError}
|
|
4680
4764
|
*/
|
|
4681
|
-
tailorings(policyId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Tailorings200Response>>;
|
|
4765
|
+
tailorings(policyId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Tailorings200Response>>;
|
|
4682
4766
|
};
|
|
4683
4767
|
/**
|
|
4684
4768
|
* TailoringsApi - factory interface
|
|
@@ -4692,12 +4776,13 @@ export declare const TailoringsApiFactory: (configuration?: Configuration, baseP
|
|
|
4692
4776
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4693
4777
|
* @param {any} [limit] Number of items to return per page
|
|
4694
4778
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4779
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4695
4780
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4696
4781
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Tailorings are searchable using attributes `os_minor_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4697
4782
|
* @param {*} [options] Override http request option.
|
|
4698
4783
|
* @throws {RequiredError}
|
|
4699
4784
|
*/
|
|
4700
|
-
tailorings(policyId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Tailorings200Response>;
|
|
4785
|
+
tailorings(policyId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<Tailorings200Response>;
|
|
4701
4786
|
};
|
|
4702
4787
|
/**
|
|
4703
4788
|
* TailoringsApi - object-oriented interface
|
|
@@ -4713,13 +4798,14 @@ export declare class TailoringsApi extends BaseAPI {
|
|
|
4713
4798
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
4714
4799
|
* @param {any} [limit] Number of items to return per page
|
|
4715
4800
|
* @param {any} [offset] Offset of first item of paginated response
|
|
4801
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
4716
4802
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
4717
4803
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Tailorings are searchable using attributes `os_minor_version`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
4718
4804
|
* @param {*} [options] Override http request option.
|
|
4719
4805
|
* @throws {RequiredError}
|
|
4720
4806
|
* @memberof TailoringsApi
|
|
4721
4807
|
*/
|
|
4722
|
-
tailorings(policyId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Tailorings200Response, any>>;
|
|
4808
|
+
tailorings(policyId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Tailorings200Response, any>>;
|
|
4723
4809
|
}
|
|
4724
4810
|
/**
|
|
4725
4811
|
* UnassignRuleApi - axios parameter creator
|
|
@@ -5076,12 +5162,13 @@ export declare const ValueDefinitionsApiAxiosParamCreator: (configuration?: Conf
|
|
|
5076
5162
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
5077
5163
|
* @param {any} [limit] Number of items to return per page
|
|
5078
5164
|
* @param {any} [offset] Offset of first item of paginated response
|
|
5165
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
5079
5166
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
5080
5167
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Value Definitions are searchable using attributes `title` and `ref_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
5081
5168
|
* @param {*} [options] Override http request option.
|
|
5082
5169
|
* @throws {RequiredError}
|
|
5083
5170
|
*/
|
|
5084
|
-
valueDefinitions: (securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
5171
|
+
valueDefinitions: (securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
5085
5172
|
};
|
|
5086
5173
|
/**
|
|
5087
5174
|
* ValueDefinitionsApi - functional programming interface
|
|
@@ -5095,12 +5182,13 @@ export declare const ValueDefinitionsApiFp: (configuration?: Configuration) => {
|
|
|
5095
5182
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
5096
5183
|
* @param {any} [limit] Number of items to return per page
|
|
5097
5184
|
* @param {any} [offset] Offset of first item of paginated response
|
|
5185
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
5098
5186
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
5099
5187
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Value Definitions are searchable using attributes `title` and `ref_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
5100
5188
|
* @param {*} [options] Override http request option.
|
|
5101
5189
|
* @throws {RequiredError}
|
|
5102
5190
|
*/
|
|
5103
|
-
valueDefinitions(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ValueDefinitions200Response>>;
|
|
5191
|
+
valueDefinitions(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ValueDefinitions200Response>>;
|
|
5104
5192
|
};
|
|
5105
5193
|
/**
|
|
5106
5194
|
* ValueDefinitionsApi - factory interface
|
|
@@ -5114,12 +5202,13 @@ export declare const ValueDefinitionsApiFactory: (configuration?: Configuration,
|
|
|
5114
5202
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
5115
5203
|
* @param {any} [limit] Number of items to return per page
|
|
5116
5204
|
* @param {any} [offset] Offset of first item of paginated response
|
|
5205
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
5117
5206
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
5118
5207
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Value Definitions are searchable using attributes `title` and `ref_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
5119
5208
|
* @param {*} [options] Override http request option.
|
|
5120
5209
|
* @throws {RequiredError}
|
|
5121
5210
|
*/
|
|
5122
|
-
valueDefinitions(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<ValueDefinitions200Response>;
|
|
5211
|
+
valueDefinitions(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: any): AxiosPromise<ValueDefinitions200Response>;
|
|
5123
5212
|
};
|
|
5124
5213
|
/**
|
|
5125
5214
|
* ValueDefinitionsApi - object-oriented interface
|
|
@@ -5135,11 +5224,12 @@ export declare class ValueDefinitionsApi extends BaseAPI {
|
|
|
5135
5224
|
* @param {any} [xRHIDENTITY] For internal use only
|
|
5136
5225
|
* @param {any} [limit] Number of items to return per page
|
|
5137
5226
|
* @param {any} [offset] Offset of first item of paginated response
|
|
5227
|
+
* @param {any} [idsOnly] Indicates whether to return only resource IDs.
|
|
5138
5228
|
* @param {any} [sortBy] Attribute and direction to sort the items by. Represented by an array of fields with an optional direction (`<key>:asc` or `<key>:desc`).<br><br>If no direction is selected, `<key>:asc` is used by default.
|
|
5139
5229
|
* @param {any} [filter] Query string to filter items by their attributes. Compliant with <a href=\"https://github.com/wvanbergen/scoped_search/wiki/Query-language\" target=\"_blank\" title=\"github.com/wvanbergen/scoped_search\">scoped_search query language</a>. However, only `=` or `!=` (resp. `<>`) operators are supported.<br><br>Value Definitions are searchable using attributes `title` and `ref_id`<br><br>(e.g.: `(field_1=something AND field_2!=\"something else\") OR field_3>40`)
|
|
5140
5230
|
* @param {*} [options] Override http request option.
|
|
5141
5231
|
* @throws {RequiredError}
|
|
5142
5232
|
* @memberof ValueDefinitionsApi
|
|
5143
5233
|
*/
|
|
5144
|
-
valueDefinitions(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ValueDefinitions200Response, any>>;
|
|
5234
|
+
valueDefinitions(securityGuideId: any, xRHIDENTITY?: any, limit?: any, offset?: any, idsOnly?: any, sortBy?: any, filter?: any, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ValueDefinitions200Response, any>>;
|
|
5145
5235
|
}
|