Skip to content

Create Image Builder Streaming Url

appstream_create_image_builder_streaming_url R Documentation

Creates a URL to start an image builder streaming session

Description

Creates a URL to start an image builder streaming session.

Usage

appstream_create_image_builder_streaming_url(Name, Validity)

Arguments

Name

[required] The name of the image builder.

Validity

The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.

Value

A list with the following syntax:

list(
  StreamingURL = "string",
  Expires = as.POSIXct(
    "2015-01-01"
  )
)

Request syntax

svc$create_image_builder_streaming_url(
  Name = "string",
  Validity = 123
)