現状は,apiref.jsonに以下の記載がありかつ、 { "option": "--tags", "help": "Map of tags (key/value pairs)", "required": "true" }, option: "--tags[0].key"がないためcreateTagsを実行すると以下のエラーが出る。 --- usage: cloudstack-api createTags [-h] --resourceids RESOURCEIDS --resourcetype RESOURCETYPE --tags TAGS [--customer CUSTOMER] [-t [TABLE]] [-x [XML]] [-c [CSV]] [--noheaders] cloudstack-api createTags: error: argument --tags is required ---
現状は,apiref.jsonに以下の記載がありかつ、
{
"option": "--tags",
"help": "Map of tags (key/value pairs)",
"required": "true"
},
option: "--tags[0].key"がないためcreateTagsを実行すると以下のエラーが出る。
usage: cloudstack-api createTags [-h] --resourceids RESOURCEIDS --resourcetype
RESOURCETYPE --tags TAGS
[--customer CUSTOMER] [-t [TABLE]] [-x [XML]]
[-c [CSV]] [--noheaders]
cloudstack-api createTags: error: argument --tags is required