Query list Of sddc from org for A user

Query list Of sddc from org for A user

Query list of sddc from org for a user

Request
URI
GET
https://vmc.vmware.com/vmc/api/customer-support/inputs
COPY
Query Parameters
string
userId
Required

User ID requesting data

string
orgId
Required

Org Id of user requesting data


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns SddcInput of type(s) application/json
{
    "inputs": [
        {
            "label": "string",
            "required": false,
            "placeholder": "string",
            "name": "string",
            "choice": [
                {
                    "displayText": "string",
                    "value": "string"
                }
            ]
        }
    ]
}
array of SddcList
inputs
Required

inputs


400

Bad Request

Operation doesn't return any data structure

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure