Skip to main content

Solved

6088 Topics
Creating Virtualization Client thru API

Getting 400 Bad Reques “Request body is empty or format is invalid”Its for the Virtualization client and I’m just trying to create a new client.  Should be pretty simple.POST {{ServerUrl}}/ClientThis is in the example call for POSTMAN and not working.  Anyone know what is wrong?{    "clientInfo": {        "clientType": 12,        "virtualServerClientProperties": {            "virtualServerInstanceInfo": {                "vsInstanceType": {{vsInstanceType}},                "associatedClients": {                    "memberServers": [                        {                            "client": {                                "clientName": "{{clientName}}"                            }                        }                    ]                },                "vmwareVendor": {                    "vcenterHostName": "{{vcenterHostName}}",                    "virtualCenter": {                        "password": "{{base64encodedPassword}}",                        "userName": "{{UserName}

Readiverse Academy Certifications Tier

description of image

Badge winners

  • First Post
    givvihas earned the badge First Post
  • First Best Answer
    Marcel_REhas earned the badge First Best Answer
  • First Post
    FTenoriohas earned the badge First Post
  • First Post
    danbjhas earned the badge First Post
  • Problem Solver
    Paul Ghas earned the badge Problem Solver
Show all badges