Skip to content

Commit 20f9eb2

Browse files
committed
Update file(s) "dist/json/." from "cloudforet-io/api"
1 parent 96bfdb4 commit 20f9eb2

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

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

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@
740740
"name": "CreateBudgetRequest",
741741
"longName": "CreateBudgetRequest",
742742
"fullName": "spaceone.api.cost_analysis.v1.CreateBudgetRequest",
743-
"description": "{\n \"name\": \"Cloudforet-Budget\",\n \"planned_limits\": [{\"date\": \"2025-01\", \"limit\": 1000.0},\n {\"date\": \"2025-02\", \"limit\": 1100.0},\n {\"date\": \"2025-03\", \"limit\": 1200.0},\n {\"date\": \"2025-04\", \"limit\": 1300.0},\n {\"date\": \"2025-05\", \"limit\": 1400.0},\n {\"date\": \"2025-06\", \"limit\": 1500.0},\n {\"date\": \"2025-07\", \"limit\": 1600.0},\n {\"date\": \"2025-08\", \"limit\": 1700.0},\n {\"date\": \"2025-09\", \"limit\": 1800.0},\n {\"date\": \"2025-10\", \"limit\": 1900.0},\n {\"date\": \"2025-11\", \"limit\": 2000.0},\n {\"date\": \"2025-12\", \"limit\": 2100.0}],\n \"time_unit\": \"MONTHLY\",\n \"start\": \"2022-01\",\n \"end\": \"2022-12\",\n \"notification\": {\n \"state\": \"ENABLED\",\n \"plans\": [\n {\n \"threshold\": 20.0,\n \"unit\": \"PERCENT\"\n }\n ],\n \"recipients\": {\n \"users\": [\"wonny@cloudforet.io\"]\n }\n },\n \"tags\": {},\n \"resource_group\" : \"PROJECT\",\n \"data_source_id\": \"ds-fcba92ca73b1\"\n \"workspace_id\": \"workspace-1234567890\",\n \"project_id\": \"project-1234567890\",\n \"service_account_id\": \"service-account-1234567890\"\n}",
743+
"description": "{\n \"name\": \"Cloudforet-Budget\",\n \"planned_limits\": [{\"date\": \"2025-01\", \"limit\": 1000.0},\n {\"date\": \"2025-02\", \"limit\": 1100.0},\n {\"date\": \"2025-03\", \"limit\": 1200.0},\n {\"date\": \"2025-04\", \"limit\": 1300.0},\n {\"date\": \"2025-05\", \"limit\": 1400.0},\n {\"date\": \"2025-06\", \"limit\": 1500.0},\n {\"date\": \"2025-07\", \"limit\": 1600.0},\n {\"date\": \"2025-08\", \"limit\": 1700.0},\n {\"date\": \"2025-09\", \"limit\": 1800.0},\n {\"date\": \"2025-10\", \"limit\": 1900.0},\n {\"date\": \"2025-11\", \"limit\": 2000.0},\n {\"date\": \"2025-12\", \"limit\": 2100.0}],\n \"time_unit\": \"MONTHLY\",\n \"start\": \"2024-01\",\n \"end\": \"2024-12\",\n \"notification\": {\n \"state\": \"ENABLED\",\n \"plans\": [\n {\n \"threshold\": 20.0,\n \"unit\": \"PERCENT\"\n }\n ],\n \"recipients\": {\n \"users\": [\"wonny@cloudforet.io\", \"octos@cloudforet.io\"]\n }\n },\n \"tags\": {},\n \"resource_group\" : \"PROJECT\",\n \"data_source_id\": \"ds-fcba92ca73b1\"\n \"workspace_id\": \"workspace-1234567890\",\n \"project_id\": \"project-1234567890\",\n \"service_account_id\": \"service-account-1234567890\",\n \"budget_manager_id\": \"wonny@cloudforet.io\"\n}",
744744
"hasExtensions": false,
745745
"hasFields": true,
746746
"hasOneofs": false,
@@ -913,6 +913,18 @@
913913
"isoneof": false,
914914
"oneofdecl": "",
915915
"defaultValue": ""
916+
},
917+
{
918+
"name": "budget_manager_id",
919+
"description": "+optional",
920+
"label": "",
921+
"type": "string",
922+
"longType": "string",
923+
"fullType": "string",
924+
"ismap": false,
925+
"isoneof": false,
926+
"oneofdecl": "",
927+
"defaultValue": ""
916928
}
917929
]
918930
},
@@ -992,7 +1004,7 @@
9921004
"name": "UpdateBudgetRequest",
9931005
"longName": "UpdateBudgetRequest",
9941006
"fullName": "spaceone.api.cost_analysis.v1.UpdateBudgetRequest",
995-
"description": "{\n \"budget_id\": \"budget-d51b6b6a9910\",\n \"name\": \"Cloudforet-Budget-test\", \"limit\": 15000.0,\n \"planned_limits\": [{\"date\": \"2022-01\", \"limit\": 500.0},\n {\"date\": \"2022-02\", \"limit\": 500.0},\n {\"date\": \"2022-03\", \"limit\": 500.0},\n {\"date\": \"2022-04\", \"limit\": 500.0},\n {\"date\": \"2022-05\", \"limit\": 500.0},\n {\"date\": \"2022-06\", \"limit\": 500.0},\n {\"date\": \"2022-07\", \"limit\": 500.0},\n {\"date\": \"2022-08\", \"limit\": 500.0},\n {\"date\": \"2022-09\", \"limit\": 500.0}],\n \"end\": \"2022-12\",\n \"tags\": {}\n}",
1007+
"description": "{\n \"budget_id\": \"budget-d51b6b6a9910\",\n \"budget_manager_id\": \"wonny@cloudforet.io\",\n \"name\": \"Cloudforet-Budget-test\", \"limit\": 15000.0,\n \"planned_limits\": [{\"date\": \"2022-01\", \"limit\": 500.0},\n {\"date\": \"2022-02\", \"limit\": 500.0},\n {\"date\": \"2022-03\", \"limit\": 500.0},\n {\"date\": \"2022-04\", \"limit\": 500.0},\n {\"date\": \"2022-05\", \"limit\": 500.0},\n {\"date\": \"2022-06\", \"limit\": 500.0},\n {\"date\": \"2022-07\", \"limit\": 500.0},\n {\"date\": \"2022-08\", \"limit\": 500.0},\n {\"date\": \"2022-09\", \"limit\": 500.0}],\n \"end\": \"2022-12\",\n \"tags\": {}\n}",
9961008
"hasExtensions": false,
9971009
"hasFields": true,
9981010
"hasOneofs": false,
@@ -1081,6 +1093,18 @@
10811093
"isoneof": false,
10821094
"oneofdecl": "",
10831095
"defaultValue": ""
1096+
},
1097+
{
1098+
"name": "budget_manager_id",
1099+
"description": "+optional",
1100+
"label": "",
1101+
"type": "string",
1102+
"longType": "string",
1103+
"fullType": "string",
1104+
"ismap": false,
1105+
"isoneof": false,
1106+
"oneofdecl": "",
1107+
"defaultValue": ""
10841108
}
10851109
]
10861110
}

0 commit comments

Comments
 (0)