VmGuestEnvironmentListRequestBody

This is a request body class for an operation.


Properties

credentials Required

The guest authentication data. See Credentials.


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"
	]
}
Parameter To

List Guest Environment

Feedback

Was this page helpful?