GetSpotMarketRequest

Provides a Packet spot_market_request datasource. The datasource will contain list of device IDs created by referenced Spot Market Request.

Using GetSpotMarketRequest

function getSpotMarketRequest(args: GetSpotMarketRequestArgs, opts?: InvokeOptions): Promise<GetSpotMarketRequestResult>
function  get_spot_market_request(request_id=None, opts=None)
func LookupSpotMarketRequest(ctx *Context, args *LookupSpotMarketRequestArgs, opts ...InvokeOption) (*LookupSpotMarketRequestResult, error)

Note: This function is named LookupSpotMarketRequest in the Go SDK.

public static class GetSpotMarketRequest {
    public static Task<GetSpotMarketRequestResult> InvokeAsync(GetSpotMarketRequestArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

RequestId string

The id of the Spot Market Request

RequestId string

The id of the Spot Market Request

requestId string

The id of the Spot Market Request

request_id str

The id of the Spot Market Request

GetSpotMarketRequest Result

The following output properties are available:

DeviceIds List<string>

List of IDs of devices spawned by the referenced Spot Market Request

Id string

The provider-assigned unique ID for this managed resource.

RequestId string
DeviceIds []string

List of IDs of devices spawned by the referenced Spot Market Request

Id string

The provider-assigned unique ID for this managed resource.

RequestId string
deviceIds string[]

List of IDs of devices spawned by the referenced Spot Market Request

id string

The provider-assigned unique ID for this managed resource.

requestId string
device_ids List[str]

List of IDs of devices spawned by the referenced Spot Market Request

id str

The provider-assigned unique ID for this managed resource.

request_id str

Package Details

Repository
https://github.com/pulumi/pulumi-packet
License
Apache-2.0
Notes
This Pulumi package is based on the packet Terraform Provider.