@@ -123,6 +123,7 @@ Class | Method | HTTP request | Description
123123* ApplicationResourcesApi* | [ ** get_capture_flows** ] ( docs/ApplicationResourcesApi.md#get_capture_flows ) | ** GET** /api/v2/resources/captures/{captureId}/flows |
124124* ApplicationResourcesApi* | [ ** get_flow_exchanges** ] ( docs/ApplicationResourcesApi.md#get_flow_exchanges ) | ** GET** /api/v2/resources/captures/{captureId}/flows/{flowId}/exchanges |
125125* ApplicationResourcesApi* | [ ** get_resources_app_by_id** ] ( docs/ApplicationResourcesApi.md#get_resources_app_by_id ) | ** GET** /api/v2/resources/apps/{appId} |
126+ * ApplicationResourcesApi* | [ ** get_resources_app_categories** ] ( docs/ApplicationResourcesApi.md#get_resources_app_categories ) | ** GET** /api/v2/resources/app-categories |
126127* ApplicationResourcesApi* | [ ** get_resources_application_type_by_id** ] ( docs/ApplicationResourcesApi.md#get_resources_application_type_by_id ) | ** GET** /api/v2/resources/application-types/{applicationTypeId} |
127128* ApplicationResourcesApi* | [ ** get_resources_application_types** ] ( docs/ApplicationResourcesApi.md#get_resources_application_types ) | ** GET** /api/v2/resources/application-types |
128129* ApplicationResourcesApi* | [ ** get_resources_apps** ] ( docs/ApplicationResourcesApi.md#get_resources_apps ) | ** GET** /api/v2/resources/apps |
@@ -218,6 +219,8 @@ Class | Method | HTTP request | Description
218219* ApplicationResourcesApi* | [ ** start_resources_edit_app** ] ( docs/ApplicationResourcesApi.md#start_resources_edit_app ) | ** POST** /api/v2/resources/operations/edit-app |
219220* ApplicationResourcesApi* | [ ** start_resources_find_param_matches** ] ( docs/ApplicationResourcesApi.md#start_resources_find_param_matches ) | ** POST** /api/v2/resources/operations/find-param-matches |
220221* ApplicationResourcesApi* | [ ** start_resources_flow_library_upload_file** ] ( docs/ApplicationResourcesApi.md#start_resources_flow_library_upload_file ) | ** POST** /api/v2/resources/flow-library/operations/uploadFile |
222+ * ApplicationResourcesApi* | [ ** start_resources_get_app_categories** ] ( docs/ApplicationResourcesApi.md#start_resources_get_app_categories ) | ** POST** /api/v2/resources/operations/get-app-categories |
223+ * ApplicationResourcesApi* | [ ** start_resources_get_apps** ] ( docs/ApplicationResourcesApi.md#start_resources_get_apps ) | ** POST** /api/v2/resources/operations/get-apps |
221224* ApplicationResourcesApi* | [ ** start_resources_get_attack_categories** ] ( docs/ApplicationResourcesApi.md#start_resources_get_attack_categories ) | ** POST** /api/v2/resources/operations/get-attack-categories |
222225* ApplicationResourcesApi* | [ ** start_resources_get_attacks** ] ( docs/ApplicationResourcesApi.md#start_resources_get_attacks ) | ** POST** /api/v2/resources/operations/get-attacks |
223226* ApplicationResourcesApi* | [ ** start_resources_get_strike_categories** ] ( docs/ApplicationResourcesApi.md#start_resources_get_strike_categories ) | ** POST** /api/v2/resources/operations/get-strike-categories |
@@ -246,6 +249,8 @@ Class | Method | HTTP request | Description
246249* ConfigurationsApi* | [ ** create_configs** ] ( docs/ConfigurationsApi.md#create_configs ) | ** POST** /api/v2/configs |
247250* ConfigurationsApi* | [ ** delete_config** ] ( docs/ConfigurationsApi.md#delete_config ) | ** DELETE** /api/v2/configs/{configId} |
248251* ConfigurationsApi* | [ ** get_config_by_id** ] ( docs/ConfigurationsApi.md#get_config_by_id ) | ** GET** /api/v2/configs/{configId} |
252+ * ConfigurationsApi* | [ ** get_config_categorie_by_id** ] ( docs/ConfigurationsApi.md#get_config_categorie_by_id ) | ** GET** /api/v2/config-categories/{configCategorieId} |
253+ * ConfigurationsApi* | [ ** get_config_categorie_subcategories** ] ( docs/ConfigurationsApi.md#get_config_categorie_subcategories ) | ** GET** /api/v2/config-categories/{configCategorieId}/subcategories |
249254* ConfigurationsApi* | [ ** get_config_categories** ] ( docs/ConfigurationsApi.md#get_config_categories ) | ** GET** /api/v2/config-categories |
250255* ConfigurationsApi* | [ ** get_configs** ] ( docs/ConfigurationsApi.md#get_configs ) | ** GET** /api/v2/configs |
251256* ConfigurationsApi* | [ ** get_resources_custom_import_operations** ] ( docs/ConfigurationsApi.md#get_resources_custom_import_operations ) | ** GET** /api/v2/resources/custom-import-operations |
@@ -414,6 +419,7 @@ Class | Method | HTTP request | Description
414419 - [ ApplicationType] ( docs/ApplicationType.md )
415420 - [ AppsecApp] ( docs/AppsecApp.md )
416421 - [ AppsecAppMetadata] ( docs/AppsecAppMetadata.md )
422+ - [ AppsecAppMetadataKeywordsInner] ( docs/AppsecAppMetadataKeywordsInner.md )
417423 - [ AppsecAttack] ( docs/AppsecAttack.md )
418424 - [ AppsecConfig] ( docs/AppsecConfig.md )
419425 - [ ArchiveInfo] ( docs/ArchiveInfo.md )
@@ -422,7 +428,6 @@ Class | Method | HTTP request | Description
422428 - [ Attack] ( docs/Attack.md )
423429 - [ AttackAction] ( docs/AttackAction.md )
424430 - [ AttackMetadata] ( docs/AttackMetadata.md )
425- - [ AttackMetadataKeywordsInner] ( docs/AttackMetadataKeywordsInner.md )
426431 - [ AttackObjectivesAndTimeline] ( docs/AttackObjectivesAndTimeline.md )
427432 - [ AttackProfile] ( docs/AttackProfile.md )
428433 - [ AttackTimelineSegment] ( docs/AttackTimelineSegment.md )
@@ -451,11 +456,13 @@ Class | Method | HTTP request | Description
451456 - [ CiscoEncapsulation] ( docs/CiscoEncapsulation.md )
452457 - [ ClearPortsOwnershipOperation] ( docs/ClearPortsOwnershipOperation.md )
453458 - [ Command] ( docs/Command.md )
459+ - [ CommandMetadata] ( docs/CommandMetadata.md )
454460 - [ ComputeNode] ( docs/ComputeNode.md )
455461 - [ Config] ( docs/Config.md )
456462 - [ ConfigCategory] ( docs/ConfigCategory.md )
457463 - [ ConfigId] ( docs/ConfigId.md )
458464 - [ ConfigMetadata] ( docs/ConfigMetadata.md )
465+ - [ ConfigSubCategory] ( docs/ConfigSubCategory.md )
459466 - [ ConfigValidation] ( docs/ConfigValidation.md )
460467 - [ Conflict] ( docs/Conflict.md )
461468 - [ Connection] ( docs/Connection.md )
@@ -535,11 +542,14 @@ Class | Method | HTTP request | Description
535542 - [ GetAgents200ResponseOneOf] ( docs/GetAgents200ResponseOneOf.md )
536543 - [ GetAgentsTags200Response] ( docs/GetAgentsTags200Response.md )
537544 - [ GetAgentsTags200ResponseOneOf] ( docs/GetAgentsTags200ResponseOneOf.md )
545+ - [ GetAppsOperation] ( docs/GetAppsOperation.md )
538546 - [ GetAsyncOperationResult200Response] ( docs/GetAsyncOperationResult200Response.md )
539547 - [ GetAttacksOperation] ( docs/GetAttacksOperation.md )
540548 - [ GetBrokers200Response] ( docs/GetBrokers200Response.md )
541549 - [ GetBrokers200ResponseOneOf] ( docs/GetBrokers200ResponseOneOf.md )
542550 - [ GetCategoriesOperation] ( docs/GetCategoriesOperation.md )
551+ - [ GetConfigCategorieSubcategories200Response] ( docs/GetConfigCategorieSubcategories200Response.md )
552+ - [ GetConfigCategorieSubcategories200ResponseOneOf] ( docs/GetConfigCategorieSubcategories200ResponseOneOf.md )
543553 - [ GetConfigCategories200Response] ( docs/GetConfigCategories200Response.md )
544554 - [ GetConfigCategories200ResponseOneOf] ( docs/GetConfigCategories200ResponseOneOf.md )
545555 - [ GetConfigs200Response] ( docs/GetConfigs200Response.md )
0 commit comments