paws.compute (version 0.1.0)

lightsail_get_blueprints: Returns the list of available instance images, or blueprints

Description

Returns the list of available instance images, or blueprints. You can use a blueprint to create a new virtual private server already running a specific operating system, as well as a preinstalled app or development stack. The software each instance is running depends on the blueprint image you choose.

Usage

lightsail_get_blueprints(includeInactive, pageToken)

Arguments

includeInactive

A Boolean value indicating whether to include inactive results in your request.

pageToken

A token used for advancing to the next page of results from your get blueprints request.

Request syntax

svc$get_blueprints(
  includeInactive = TRUE|FALSE,
  pageToken = "string"
)