Quantcast
Channel: Support Portal
Viewing all articles
Browse latest Browse all 1872

REST API: Create user account under resource fails, but no error message

$
0
0
I am trying to add an additional account under an existing resource.  This is the JSON that is being POSTed to the PMP server:

  1. INPUT_DATA={
        "operation":  {
            "Details":  {
                "ACCOUNTLIST":  [
                    {
                        "ACCOUNTNAME":  "Account_Name1",
                        "PASSWORD":  "T5Y7f3@fdf^#",
                        "NOTES":  "Notes"
                    }
                ]
            }
        }
    }

This JSON works great when the resource is of type 'Windows', 'Linux', 'Oracle DB Server', or 'VMware ESXi'.  However, if the resource is of type 'MS SQL Server', then the POST to the PMP server returns nothing: no errors, no messages, no return codes, and the account is not created under the resource.

If I go into the GUI, find the resource, and change its resource type to something other than 'MS SQL Server', then this JSON works and the account is created.

Did I find a bug?  Or have I missed something?


Viewing all articles
Browse latest Browse all 1872

Trending Articles