Cloudflare v6.1.2 published on Monday, Apr 28, 2025 by Pulumi
cloudflare.getCloudforceOneRequests
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";
const exampleCloudforceOneRequests = cloudflare.getCloudforceOneRequests({
accountIdentifier: "023e105f4ecef8ad9ca31a8372d0c353",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_cloudforce_one_requests = cloudflare.get_cloudforce_one_requests(account_identifier="023e105f4ecef8ad9ca31a8372d0c353")
package main
import (
"github.com/pulumi/pulumi-cloudflare/sdk/v6/go/cloudflare"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := cloudflare.LookupCloudforceOneRequests(ctx, &cloudflare.LookupCloudforceOneRequestsArgs{
AccountIdentifier: "023e105f4ecef8ad9ca31a8372d0c353",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Cloudflare = Pulumi.Cloudflare;
return await Deployment.RunAsync(() =>
{
var exampleCloudforceOneRequests = Cloudflare.GetCloudforceOneRequests.Invoke(new()
{
AccountIdentifier = "023e105f4ecef8ad9ca31a8372d0c353",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.cloudflare.CloudflareFunctions;
import com.pulumi.cloudflare.inputs.GetCloudforceOneRequestsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var exampleCloudforceOneRequests = CloudflareFunctions.getCloudforceOneRequests(GetCloudforceOneRequestsArgs.builder()
.accountIdentifier("023e105f4ecef8ad9ca31a8372d0c353")
.build());
}
}
variables:
exampleCloudforceOneRequests:
fn::invoke:
function: cloudflare:getCloudforceOneRequests
arguments:
accountIdentifier: 023e105f4ecef8ad9ca31a8372d0c353
Using getCloudforceOneRequests
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCloudforceOneRequests(args: GetCloudforceOneRequestsArgs, opts?: InvokeOptions): Promise<GetCloudforceOneRequestsResult>
function getCloudforceOneRequestsOutput(args: GetCloudforceOneRequestsOutputArgs, opts?: InvokeOptions): Output<GetCloudforceOneRequestsResult>
def get_cloudforce_one_requests(account_identifier: Optional[str] = None,
max_items: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetCloudforceOneRequestsResult
def get_cloudforce_one_requests_output(account_identifier: Optional[pulumi.Input[str]] = None,
max_items: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCloudforceOneRequestsResult]
func LookupCloudforceOneRequests(ctx *Context, args *LookupCloudforceOneRequestsArgs, opts ...InvokeOption) (*LookupCloudforceOneRequestsResult, error)
func LookupCloudforceOneRequestsOutput(ctx *Context, args *LookupCloudforceOneRequestsOutputArgs, opts ...InvokeOption) LookupCloudforceOneRequestsResultOutput
> Note: This function is named LookupCloudforceOneRequests
in the Go SDK.
public static class GetCloudforceOneRequests
{
public static Task<GetCloudforceOneRequestsResult> InvokeAsync(GetCloudforceOneRequestsArgs args, InvokeOptions? opts = null)
public static Output<GetCloudforceOneRequestsResult> Invoke(GetCloudforceOneRequestsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCloudforceOneRequestsResult> getCloudforceOneRequests(GetCloudforceOneRequestsArgs args, InvokeOptions options)
public static Output<GetCloudforceOneRequestsResult> getCloudforceOneRequests(GetCloudforceOneRequestsArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getCloudforceOneRequests:getCloudforceOneRequests
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Identifier string - Identifier
- Max
Items int - Max items to fetch, default: 1000
- Account
Identifier string - Identifier
- Max
Items int - Max items to fetch, default: 1000
- account
Identifier String - Identifier
- max
Items Integer - Max items to fetch, default: 1000
- account
Identifier string - Identifier
- max
Items number - Max items to fetch, default: 1000
- account_
identifier str - Identifier
- max_
items int - Max items to fetch, default: 1000
- account
Identifier String - Identifier
- max
Items Number - Max items to fetch, default: 1000
getCloudforceOneRequests Result
The following output properties are available:
- Account
Identifier string - Identifier
- Id string
- The provider-assigned unique ID for this managed resource.
- Results
List<Get
Cloudforce One Requests Result> - The items returned by the data source
- Max
Items int - Max items to fetch, default: 1000
- Account
Identifier string - Identifier
- Id string
- The provider-assigned unique ID for this managed resource.
- Results
[]Get
Cloudforce One Requests Result - The items returned by the data source
- Max
Items int - Max items to fetch, default: 1000
- account
Identifier String - Identifier
- id String
- The provider-assigned unique ID for this managed resource.
- results
List<Get
Cloudforce One Requests Result> - The items returned by the data source
- max
Items Integer - Max items to fetch, default: 1000
- account
Identifier string - Identifier
- id string
- The provider-assigned unique ID for this managed resource.
- results
Get
Cloudforce One Requests Result[] - The items returned by the data source
- max
Items number - Max items to fetch, default: 1000
- account_
identifier str - Identifier
- id str
- The provider-assigned unique ID for this managed resource.
- results
Sequence[Get
Cloudforce One Requests Result] - The items returned by the data source
- max_
items int - Max items to fetch, default: 1000
- account
Identifier String - Identifier
- id String
- The provider-assigned unique ID for this managed resource.
- results List<Property Map>
- The items returned by the data source
- max
Items Number - Max items to fetch, default: 1000
Supporting Types
GetCloudforceOneRequestsResult
- Completed string
- Request completion time
- Created string
- Request creation time
- Id string
- UUID
- Message
Tokens int - Tokens for the request messages
- Priority string
- Available values: "routine", "high", "urgent".
- Readable
Id string - Readable Request ID
- Request string
- Requested information from request
- Status string
- Request Status Available values: "open", "accepted", "reported", "approved", "completed", "declined".
- Summary string
- Brief description of the request
- Tlp string
- The CISA defined Traffic Light Protocol (TLP) Available values: "clear", "amber", "amber-strict", "green", "red".
- Tokens int
- Tokens for the request
- Updated string
- Request last updated time
- Completed string
- Request completion time
- Created string
- Request creation time
- Id string
- UUID
- Message
Tokens int - Tokens for the request messages
- Priority string
- Available values: "routine", "high", "urgent".
- Readable
Id string - Readable Request ID
- Request string
- Requested information from request
- Status string
- Request Status Available values: "open", "accepted", "reported", "approved", "completed", "declined".
- Summary string
- Brief description of the request
- Tlp string
- The CISA defined Traffic Light Protocol (TLP) Available values: "clear", "amber", "amber-strict", "green", "red".
- Tokens int
- Tokens for the request
- Updated string
- Request last updated time
- completed String
- Request completion time
- created String
- Request creation time
- id String
- UUID
- message
Tokens Integer - Tokens for the request messages
- priority String
- Available values: "routine", "high", "urgent".
- readable
Id String - Readable Request ID
- request String
- Requested information from request
- status String
- Request Status Available values: "open", "accepted", "reported", "approved", "completed", "declined".
- summary String
- Brief description of the request
- tlp String
- The CISA defined Traffic Light Protocol (TLP) Available values: "clear", "amber", "amber-strict", "green", "red".
- tokens Integer
- Tokens for the request
- updated String
- Request last updated time
- completed string
- Request completion time
- created string
- Request creation time
- id string
- UUID
- message
Tokens number - Tokens for the request messages
- priority string
- Available values: "routine", "high", "urgent".
- readable
Id string - Readable Request ID
- request string
- Requested information from request
- status string
- Request Status Available values: "open", "accepted", "reported", "approved", "completed", "declined".
- summary string
- Brief description of the request
- tlp string
- The CISA defined Traffic Light Protocol (TLP) Available values: "clear", "amber", "amber-strict", "green", "red".
- tokens number
- Tokens for the request
- updated string
- Request last updated time
- completed str
- Request completion time
- created str
- Request creation time
- id str
- UUID
- message_
tokens int - Tokens for the request messages
- priority str
- Available values: "routine", "high", "urgent".
- readable_
id str - Readable Request ID
- request str
- Requested information from request
- status str
- Request Status Available values: "open", "accepted", "reported", "approved", "completed", "declined".
- summary str
- Brief description of the request
- tlp str
- The CISA defined Traffic Light Protocol (TLP) Available values: "clear", "amber", "amber-strict", "green", "red".
- tokens int
- Tokens for the request
- updated str
- Request last updated time
- completed String
- Request completion time
- created String
- Request creation time
- id String
- UUID
- message
Tokens Number - Tokens for the request messages
- priority String
- Available values: "routine", "high", "urgent".
- readable
Id String - Readable Request ID
- request String
- Requested information from request
- status String
- Request Status Available values: "open", "accepted", "reported", "approved", "completed", "declined".
- summary String
- Brief description of the request
- tlp String
- The CISA defined Traffic Light Protocol (TLP) Available values: "clear", "amber", "amber-strict", "green", "red".
- tokens Number
- Tokens for the request
- updated String
- Request last updated time
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflare
Terraform Provider.