|
1672 | 1672 | }
|
1673 | 1673 | }
|
1674 | 1674 | },
|
| 1675 | + { |
| 1676 | + "name": "remove_cache", |
| 1677 | + "description": "Removes cached data related to the specified DataSource. Useful for clearing outdated or unnecessary cache.", |
| 1678 | + "requestType": "DataSourceRequest", |
| 1679 | + "requestLongType": "DataSourceRequest", |
| 1680 | + "requestFullType": "spaceone.api.cost_analysis.v1.DataSourceRequest", |
| 1681 | + "requestStreaming": false, |
| 1682 | + "responseType": "Empty", |
| 1683 | + "responseLongType": ".google.protobuf.Empty", |
| 1684 | + "responseFullType": "google.protobuf.Empty", |
| 1685 | + "responseStreaming": false, |
| 1686 | + "options": { |
| 1687 | + "google.api.http": { |
| 1688 | + "rules": [ |
| 1689 | + { |
| 1690 | + "method": "POST", |
| 1691 | + "pattern": "/cost-analysis/v1/data-source/remove-cache", |
| 1692 | + "body": "*" |
| 1693 | + } |
| 1694 | + ] |
| 1695 | + } |
| 1696 | + } |
| 1697 | + }, |
| 1698 | + { |
| 1699 | + "name": "preload_cache", |
| 1700 | + "description": "Preloads cache for the specified DataSource. Initiates pre-caching to improve data access performance.", |
| 1701 | + "requestType": "DataSourceRequest", |
| 1702 | + "requestLongType": "DataSourceRequest", |
| 1703 | + "requestFullType": "spaceone.api.cost_analysis.v1.DataSourceRequest", |
| 1704 | + "requestStreaming": false, |
| 1705 | + "responseType": "Empty", |
| 1706 | + "responseLongType": ".google.protobuf.Empty", |
| 1707 | + "responseFullType": "google.protobuf.Empty", |
| 1708 | + "responseStreaming": false, |
| 1709 | + "options": { |
| 1710 | + "google.api.http": { |
| 1711 | + "rules": [ |
| 1712 | + { |
| 1713 | + "method": "POST", |
| 1714 | + "pattern": "/cost-analysis/v1/data-source/preload-cache", |
| 1715 | + "body": "*" |
| 1716 | + } |
| 1717 | + ] |
| 1718 | + } |
| 1719 | + } |
| 1720 | + }, |
1675 | 1721 | {
|
1676 | 1722 | "name": "get",
|
1677 | 1723 | "description": "Gets a specific DataSource. Prints detailed information about the DataSource, including `name`, `plugin_info`, and `schedule`.",
|
|
0 commit comments