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
Responses
200
OK
Returns SddcInput of type(s) application/json
{
"inputs": [
{
"label": "string",
"required": false,
"placeholder": "string",
"name": "string",
"choice": [
{
"displayText": "string",
"value": "string"
}
]
}
]
}
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
Customer Support Operations
GET
Query list Of sddc from org for A user