Skip to content

Commit d70293a

Browse files
committed
Update file(s) "dist/json/." from "cloudforet-io/api"
1 parent 53d6469 commit d70293a

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

dist/json/cloudforet/api/cost_analysis/v1/Data_source.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,6 +1672,52 @@
16721672
}
16731673
}
16741674
},
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+
},
16751721
{
16761722
"name": "get",
16771723
"description": "Gets a specific DataSource. Prints detailed information about the DataSource, including `name`, `plugin_info`, and `schedule`.",

0 commit comments

Comments
 (0)