Hi Peter, Just to clarify - you unable to create tags as root admin and domain admins but not as user?
That seems expected and there are some open issues around that too - https://github.com/apache/cloudstack/issues/2823 May be someone else has more inputs on this so you can wait for their response. Thanks! Regards, Anurag On Fri, Apr 5, 2019 at 3:20 PM <[email protected]> wrote: > > Hi, Anurag, > > thank you for your quick response - as I've found out, I am actually NOT > able to create a tag. > > Error message: > "The user is not allowed to request the API command or the API command > does not exist" > > But, I tried it as a root user of an account - is tagging then allowed for > the global root admin only? > > Call: > result = self.cs.create_tags(resourceids=self.firewallruleid, > resourcetype='FirewallRule', tags = {'foo':'bar'}) > > kind regards > Peter > > ________________________________ > Von: Anurag Awasthi [[email protected]] > Gesendet: Freitag, 5. April 2019 07:04 > An: Muryshkin, Peter; [email protected] > Betreff: Re: Resource type for an ACL? (API) > > Hi Peter, > > Welcome to the community! > > I think you may be looking at "create tags resourcetype=networkacl .... " > call. > > Kind Regards, > Anurag > > [email protected] > www.shapeblue.com > @shapeblue > > > > > ________________________________ > From: [email protected] <[email protected]> > Sent: Thursday, April 4, 2019 8:31 PM > To: [email protected] > Subject: Resource type for an ACL? (API) > > Hi, all, > > while I can create a tag for a firewall rule, I can't find the resource > name for network ACL item. > > Is it anyhow possible to set a tag there? > > > P.S. This is my first time I post to this mailing list, so hello everybody > - Apache CloudStack is really great and from the first impression the > community seems to be very enjoyable! > > kind regards > Peter > > >
