I was Call getReverseDomainRecords of subnet but ruturn "Permission denied to getReverseDomainRecords. ", which permissions are need for this user for call api?
(com.softlayer.api.ApiException$Internal: Permission denied to getReverseDomainRecords.)
You need to add the following
permission
to the user"Manage DNS, Reverse DNS and WHOIS"
.From Portal, please go to:
Users> select the user>Portal Permissions> services
.To add permissions to a user via API, please review: Failed to add permission to a SoftLayer user ID
In our case the following request helps us to add
"Manage DNS, Reverse DNS and WHOIS"
permissionRegards.