> For the complete documentation index, see [llms.txt](https://docs.infraon.io/infraon-infinity-api-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infraon.io/infraon-infinity-api-guide/modules/cmdb.md).

# Cmdb

## Gets a list of cmdb ci

> This endpoint is used to fetch all the cmdb ci in the current organization

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/":{"get":{"operationId":"ux_common_cmdb_profile_retrieve","description":"This endpoint is used to fetch all the cmdb ci in the current organization","summary":"Gets a list of cmdb ci","parameters":[{"in":"query","name":"items_per_page","schema":{"type":"integer"},"description":"Items Per Page","required":true},{"in":"query","name":"page","schema":{"type":"integer"},"description":"Page Number","required":true},{"in":"query","name":"reverse","schema":{"type":"boolean"},"description":"Sorting Order"},{"in":"query","name":"sort","schema":{"type":"string"},"description":"Sorting Key"}],"tags":["Cmdb"],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{}}}},"description":""}}}}}}
```

## POST /ux/common/cmdb/profile/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/":{"post":{"operationId":"ux_common_cmdb_profile_create","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"201":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/{id}/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/{id}/":{"get":{"operationId":"ux_common_cmdb_profile_retrieve_2","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true}],"tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## PUT /ux/common/cmdb/profile/{id}/

> This endpoint is used to update a asset for the current organization

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/{id}/":{"put":{"operationId":"ux_common_cmdb_profile_update","description":"This endpoint is used to update a asset for the current organization","parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true}],"tags":["Cmdb"],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{}}}}},"responses":{"201":{"description":"No response body"}}}}}}
```

## DELETE /ux/common/cmdb/profile/{id}/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/{id}/":{"delete":{"operationId":"ux_common_cmdb_profile_destroy","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true}],"tags":["Cmdb"],"responses":{"204":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/access-points/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/access-points/":{"get":{"operationId":"ux_common_cmdb_profile_access_points_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/activity\_log\_options/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/activity_log_options/":{"get":{"operationId":"ux_common_cmdb_profile_activity_log_options_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/adapter-list/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/adapter-list/":{"get":{"operationId":"ux_common_cmdb_profile_adapter_list_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## Add attachments for the selected asset.

> This endpoint is used to add new attachments.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/add-attachment/":{"post":{"operationId":"ux_common_cmdb_profile_add_attachment_create","description":"This endpoint is used to add new attachments.","summary":"Add attachments for the selected asset.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## PUT /ux/common/cmdb/profile/add-remove-log/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/add-remove-log/":{"put":{"operationId":"ux_common_cmdb_profile_add_remove_log_update","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## PUT /ux/common/cmdb/profile/add-remove-netflow/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/add-remove-netflow/":{"put":{"operationId":"ux_common_cmdb_profile_add_remove_netflow_update","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/aiops-test-options/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/aiops-test-options/":{"get":{"operationId":"ux_common_cmdb_profile_aiops_test_options_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## &#x20;

> This endpoint is used to get assets allocated for user

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/allocated-assets/":{"get":{"operationId":"ux_common_cmdb_profile_allocated_assets_retrieve","description":"This endpoint is used to get assets allocated for user","summary":" ","parameters":[{"in":"query","name":"email","schema":{"type":"string"},"description":"Requester Email","required":true}],"tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## POST /ux/common/cmdb/profile/asset-audit-record/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/asset-audit-record/":{"post":{"operationId":"ux_common_cmdb_profile_asset_audit_record_create","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## POST /ux/common/cmdb/profile/asset-audit-template/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/asset-audit-template/":{"post":{"operationId":"ux_common_cmdb_profile_asset_audit_template_create","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/asset-count/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/asset-count/":{"get":{"operationId":"ux_common_cmdb_profile_asset_count_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/asset-life-cycle/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/asset-life-cycle/":{"get":{"operationId":"ux_common_cmdb_profile_asset_life_cycle_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/asset-summary/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/asset-summary/":{"get":{"operationId":"ux_common_cmdb_profile_asset_summary_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/assetList/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/assetList/":{"get":{"operationId":"ux_common_cmdb_profile_assetList_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## Gets attachments for the selected asset.

> This endpoint is used to fetch the attachments.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/attachment/":{"get":{"operationId":"ux_common_cmdb_profile_attachment_retrieve","description":"This endpoint is used to fetch the attachments.","summary":"Gets attachments for the selected asset.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/audit-template-details/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/audit-template-details/":{"get":{"operationId":"ux_common_cmdb_profile_audit_template_details_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/audit\_record\_item/{id}/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/audit_record_item/{id}/":{"get":{"operationId":"ux_common_cmdb_profile_audit_record_item_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","parameters":[{"in":"path","name":"id","schema":{"type":"string","pattern":"[^/]+"},"required":true}],"tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/audit\_record\_list/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/audit_record_list/":{"get":{"operationId":"ux_common_cmdb_profile_audit_record_list_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/audit\_status\_count/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/audit_status_count/":{"get":{"operationId":"ux_common_cmdb_profile_audit_status_count_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/audit\_status\_count\_filter/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/audit_status_count_filter/":{"get":{"operationId":"ux_common_cmdb_profile_audit_status_count_filter_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/audit\_template\_details/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/audit_template_details/":{"get":{"operationId":"ux_common_cmdb_profile_audit_template_details_retrieve_2","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/available\_stats/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/available_stats/":{"get":{"operationId":"ux_common_cmdb_profile_available_stats_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/basicview/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/basicview/":{"get":{"operationId":"ux_common_cmdb_profile_basicview_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/bmc\_vm\_relation/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/bmc_vm_relation/":{"get":{"operationId":"ux_common_cmdb_profile_bmc_vm_relation_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/child-cis/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/child-cis/":{"get":{"operationId":"ux_common_cmdb_profile_child_cis_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/cmdb-exists/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/cmdb-exists/":{"get":{"operationId":"ux_common_cmdb_profile_cmdb_exists_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/component-inventory/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/component-inventory/":{"get":{"operationId":"ux_common_cmdb_profile_component_inventory_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/configuration-card-details/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/configuration-card-details/":{"get":{"operationId":"ux_common_cmdb_profile_configuration_card_details_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## POST /ux/common/cmdb/profile/congiguration-details/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/congiguration-details/":{"post":{"operationId":"ux_common_cmdb_profile_congiguration_details_create","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/congiguration-inventory-details/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/congiguration-inventory-details/":{"get":{"operationId":"ux_common_cmdb_profile_congiguration_inventory_details_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/controller-clients/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/controller-clients/":{"get":{"operationId":"ux_common_cmdb_profile_controller_clients_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/controller-stats/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/controller-stats/":{"get":{"operationId":"ux_common_cmdb_profile_controller_stats_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## POST /ux/common/cmdb/profile/create-csv/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/create-csv/":{"post":{"operationId":"ux_common_cmdb_profile_create_csv_create","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## POST /ux/common/cmdb/profile/discovery-url/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/discovery-url/":{"post":{"operationId":"ux_common_cmdb_profile_discovery_url_create","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/download-config-diff/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/download-config-diff/":{"get":{"operationId":"ux_common_cmdb_profile_download_config_diff_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/driver-list/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/driver-list/":{"get":{"operationId":"ux_common_cmdb_profile_driver_list_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/export-backup-data/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/export-backup-data/":{"get":{"operationId":"ux_common_cmdb_profile_export_backup_data_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/get-tags/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/get-tags/":{"get":{"operationId":"ux_common_cmdb_profile_get_tags_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/getAssetAuditTempateData/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/getAssetAuditTempateData/":{"get":{"operationId":"ux_common_cmdb_profile_getAssetAuditTempateData_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## POST /ux/common/cmdb/profile/getResDetails/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/getResDetails/":{"post":{"operationId":"ux_common_cmdb_profile_getResDetails_create","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/getResDropdownList/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/getResDropdownList/":{"get":{"operationId":"ux_common_cmdb_profile_getResDropdownList_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/hardware/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/hardware/":{"get":{"operationId":"ux_common_cmdb_profile_hardware_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/hardware-inv/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/hardware-inv/":{"get":{"operationId":"ux_common_cmdb_profile_hardware_inv_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/history/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/history/":{"get":{"operationId":"ux_common_cmdb_profile_history_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## Gets history for the selected asset.

> This endpoint is used to fetch the history.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/history_data_export/":{"get":{"operationId":"ux_common_cmdb_profile_history_data_export_retrieve","description":"This endpoint is used to fetch the history.","summary":"Gets history for the selected asset.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/inventory-tree/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/inventory-tree/":{"get":{"operationId":"ux_common_cmdb_profile_inventory_tree_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/inventory-tree-data/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/inventory-tree-data/":{"get":{"operationId":"ux_common_cmdb_profile_inventory_tree_data_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## PUT /ux/common/cmdb/profile/ipam\_asset\_update/{id}/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/ipam_asset_update/{id}/":{"put":{"operationId":"ux_common_cmdb_profile_ipam_asset_update_update","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true}],"tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## POST /ux/common/cmdb/profile/list/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/list/":{"post":{"operationId":"ux_common_cmdb_profile_list_create","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/log\_url/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/log_url/":{"get":{"operationId":"ux_common_cmdb_profile_log_url_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/netflow\_url/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/netflow_url/":{"get":{"operationId":"ux_common_cmdb_profile_netflow_url_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/options/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/options/":{"get":{"operationId":"ux_common_cmdb_profile_options_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/os-data/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/os-data/":{"get":{"operationId":"ux_common_cmdb_profile_os_data_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## POST /ux/common/cmdb/profile/perform\_bulk\_edit\_resource/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/perform_bulk_edit_resource/":{"post":{"operationId":"ux_common_cmdb_profile_perform_bulk_edit_resource_create","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/physical\_summary/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/physical_summary/":{"get":{"operationId":"ux_common_cmdb_profile_physical_summary_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## POST /ux/common/cmdb/profile/poll-status/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/poll-status/":{"post":{"operationId":"ux_common_cmdb_profile_poll_status_create","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/port-inventory/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/port-inventory/":{"get":{"operationId":"ux_common_cmdb_profile_port_inventory_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/resource-data/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/resource-data/":{"get":{"operationId":"ux_common_cmdb_profile_resource_data_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/resource-stat-data/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/resource-stat-data/":{"get":{"operationId":"ux_common_cmdb_profile_resource_stat_data_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/resources/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/resources/":{"get":{"operationId":"ux_common_cmdb_profile_resources_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## POST /ux/common/cmdb/profile/resources/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/resources/":{"post":{"operationId":"ux_common_cmdb_profile_resources_create","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/resources-list-options/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/resources-list-options/":{"get":{"operationId":"ux_common_cmdb_profile_resources_list_options_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## POST /ux/common/cmdb/profile/resync-poll-jobs/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/resync-poll-jobs/":{"post":{"operationId":"ux_common_cmdb_profile_resync_poll_jobs_create","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## POST /ux/common/cmdb/profile/saveAssetAudit/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/saveAssetAudit/":{"post":{"operationId":"ux_common_cmdb_profile_saveAssetAudit_create","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## POST /ux/common/cmdb/profile/saveResource/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/saveResource/":{"post":{"operationId":"ux_common_cmdb_profile_saveResource_create","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/slottooltip/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/slottooltip/":{"get":{"operationId":"ux_common_cmdb_profile_slottooltip_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/software-app-list/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/software-app-list/":{"get":{"operationId":"ux_common_cmdb_profile_software_app_list_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/software-env-list/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/software-env-list/":{"get":{"operationId":"ux_common_cmdb_profile_software_env_list_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/software-inv-list/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/software-inv-list/":{"get":{"operationId":"ux_common_cmdb_profile_software_inv_list_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/software-service-list/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/software-service-list/":{"get":{"operationId":"ux_common_cmdb_profile_software_service_list_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## GET /ux/common/cmdb/profile/stack-list/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/stack-list/":{"get":{"operationId":"ux_common_cmdb_profile_stack_list_retrieve","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## POST /ux/common/cmdb/profile/update\_tenable\_sync\_status/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/update_tenable_sync_status/":{"post":{"operationId":"ux_common_cmdb_profile_update_tenable_sync_status_create","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## POST /ux/common/cmdb/profile/upload-csv/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/upload-csv/":{"post":{"operationId":"ux_common_cmdb_profile_upload_csv_create","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```

## POST /ux/common/cmdb/profile/validate\_resource\_csv/

> API endpoint that allows bot cmdb configurations to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/common/cmdb/profile/validate_resource_csv/":{"post":{"operationId":"ux_common_cmdb_profile_validate_resource_csv_create","description":"API endpoint that allows bot cmdb configurations to be viewed or edited.","tags":["Cmdb"],"responses":{"200":{"description":"No response body"}}}}}}
```
