VmGuestProcessesCreateRequestBody

This is a request body class for an operation.


Properties

credentials Required

The guest authentication data. See Credentials. The program will be run as the user associated with this data.


spec Required

The arguments describing the program to be started.

JSON Example

{
	"credentials": {
		"interactive_session": false,
		"type": "USERNAME_PASSWORD"
	},
	"spec": {
		"path": "string"
	}
}
Parameter To

Create Guest Processes

Feedback

Was this page helpful?