VmGuestEnvironmentListRequestBody
This is a request body class for an operation.
Properties
array of
string
names
Required
The names of the variables to be read. If the set is empty, then all the environment variables are returned.
JSON Example
{
"credentials": {
"interactive_session": false,
"type": "USERNAME_PASSWORD"
},
"names": [
"string"
]
}