VmGuestFilesystemFilesListRequestBody

This is a request body class for an operation.


Properties

credentials Required

The guest authentication data.


string
path Required

The complete path to the directory or file to query.


filter Optional

Specification to match files for which information should be returned. If unset, the behavior is the equivalent to a Files.FilterSpec with all fields unset which means all filenames match the filter.


iteration Optional

The specification of a page of results to be retrieved. If unset, the first page will be retrieved.

JSON Example

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

Feedback

Was this page helpful?