Skip to content

Commit

Permalink
Update file(s) "dist/json/." from "cloudforet-io/api"
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMin5 committed Jun 30, 2023
1 parent a4828b5 commit 679eaa7
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 7 deletions.
56 changes: 52 additions & 4 deletions dist/json/cloudforet/api/cost_analysis/v1/Data_source.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
"fields": [
{
"name": "data_source_id",
"description": "is_required: true",
"description": "",
"label": "",
"type": "string",
"longType": "string",
Expand Down Expand Up @@ -522,6 +522,54 @@
}
]
},
{
"name": "DeregisterDataSourceRequest",
"longName": "DeregisterDataSourceRequest",
"fullName": "spaceone.api.cost_analysis.v1.DeregisterDataSourceRequest",
"description": "{\n \"data_source_id\": \"ds-085d1e872789\",\n \"cascade_delete_cost\": true,\n \"domain_id\": \"domain-085d1e872789\"\n}",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
"extensions": [],
"fields": [
{
"name": "data_source_id",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "cascade_delete_cost",
"description": "Default value is true. If true delete all cost data related to data_source_id\n+optional",
"label": "",
"type": "bool",
"longType": "bool",
"fullType": "bool",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "domain_id",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
{
"name": "GetDataSourceRequest",
"longName": "GetDataSourceRequest",
Expand Down Expand Up @@ -1127,9 +1175,9 @@
{
"name": "deregister",
"description": "Deregisters and deletes a specific DataSource. You must specify the `data_source_id` of the DataSource to deregister.",
"requestType": "DataSourceRequest",
"requestLongType": "DataSourceRequest",
"requestFullType": "spaceone.api.cost_analysis.v1.DataSourceRequest",
"requestType": "DeregisterDataSourceRequest",
"requestLongType": "DeregisterDataSourceRequest",
"requestFullType": "spaceone.api.cost_analysis.v1.DeregisterDataSourceRequest",
"requestStreaming": false,
"responseType": "Empty",
"responseLongType": ".google.protobuf.Empty",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@
"rules": [
{
"method": "POST",
"pattern": "/inventory/v1/cloud-service-query-set/delete",
"pattern": "/inventory/v1/cloud-service-query-set/run",
"body": "*"
}
]
Expand All @@ -856,7 +856,7 @@
"rules": [
{
"method": "POST",
"pattern": "/inventory/v1/cloud-service-query-set/get",
"pattern": "/inventory/v1/cloud-service-query-set/enable",
"body": "*"
}
]
Expand All @@ -879,7 +879,7 @@
"rules": [
{
"method": "POST",
"pattern": "/inventory/v1/cloud-service-query-set/get",
"pattern": "/inventory/v1/cloud-service-query-set/disable",
"body": "*"
}
]
Expand Down

0 comments on commit 679eaa7

Please sign in to comment.