Adds one or more tags to a specified IAM Role in the caller's namespace or x-emc-namespace header if provided.
RoleName | Simple name identifying the role. |
Tags | A list of tags that you want to attach to the role. |
This call has no restrictions.
No Request Payload
No Response Body
POST https://192.168.0.0:4443/iam?Tags.member.1.Key=Department&Tags.member.1.Value=Finance&Tags.member.2.Key=Location&Tags.member.2.Value=USA&RoleName=FinanceRole&Action=TagRole Accept: application/xml X-SDS-AUTH-TOKEN: <AUTH_TOKEN> x-emc-namespace: <namespace>
HTTP/1.1 200 OK <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <TagRoleResponse> <ResponseMetadata> <RequestId>0af9f5b8:17178fe9282:dbe1:83</RequestId> </ResponseMetadata> </TagRoleResponse>