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
LookupSpotMarketRequestin the Go SDK.
public static class GetSpotMarketRequest {
public static Task<GetSpotMarketRequestResult> InvokeAsync(GetSpotMarketRequestArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
- request_
id str The id of the Spot Market Request
GetSpotMarketRequest Result
The following output properties are available:
- 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
packetTerraform Provider.