1. Packages
  2. Cloudflare Provider
  3. API Docs
  4. getCloudforceOneRequestPriority
Cloudflare v6.0.1 published on Wednesday, Apr 16, 2025 by Pulumi

cloudflare.getCloudforceOneRequestPriority

Explore with Pulumi AI

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";

const exampleCloudforceOneRequestPriority = cloudflare.getCloudforceOneRequestPriority({
    accountIdentifier: "023e105f4ecef8ad9ca31a8372d0c353",
    priorityIdentifer: "f174e90a-fafe-4643-bbbc-4a0ed4fc8415",
});
Copy
import pulumi
import pulumi_cloudflare as cloudflare

example_cloudforce_one_request_priority = cloudflare.get_cloudforce_one_request_priority(account_identifier="023e105f4ecef8ad9ca31a8372d0c353",
    priority_identifer="f174e90a-fafe-4643-bbbc-4a0ed4fc8415")
Copy
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.LookupCloudforceOneRequestPriority(ctx, &cloudflare.LookupCloudforceOneRequestPriorityArgs{
			AccountIdentifier: "023e105f4ecef8ad9ca31a8372d0c353",
			PriorityIdentifer: "f174e90a-fafe-4643-bbbc-4a0ed4fc8415",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Cloudflare = Pulumi.Cloudflare;

return await Deployment.RunAsync(() => 
{
    var exampleCloudforceOneRequestPriority = Cloudflare.GetCloudforceOneRequestPriority.Invoke(new()
    {
        AccountIdentifier = "023e105f4ecef8ad9ca31a8372d0c353",
        PriorityIdentifer = "f174e90a-fafe-4643-bbbc-4a0ed4fc8415",
    });

});
Copy
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.GetCloudforceOneRequestPriorityArgs;
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 exampleCloudforceOneRequestPriority = CloudflareFunctions.getCloudforceOneRequestPriority(GetCloudforceOneRequestPriorityArgs.builder()
            .accountIdentifier("023e105f4ecef8ad9ca31a8372d0c353")
            .priorityIdentifer("f174e90a-fafe-4643-bbbc-4a0ed4fc8415")
            .build());

    }
}
Copy
variables:
  exampleCloudforceOneRequestPriority:
    fn::invoke:
      function: cloudflare:getCloudforceOneRequestPriority
      arguments:
        accountIdentifier: 023e105f4ecef8ad9ca31a8372d0c353
        priorityIdentifer: f174e90a-fafe-4643-bbbc-4a0ed4fc8415
Copy

Using getCloudforceOneRequestPriority

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 getCloudforceOneRequestPriority(args: GetCloudforceOneRequestPriorityArgs, opts?: InvokeOptions): Promise<GetCloudforceOneRequestPriorityResult>
function getCloudforceOneRequestPriorityOutput(args: GetCloudforceOneRequestPriorityOutputArgs, opts?: InvokeOptions): Output<GetCloudforceOneRequestPriorityResult>
Copy
def get_cloudforce_one_request_priority(account_identifier: Optional[str] = None,
                                        priority_identifer: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetCloudforceOneRequestPriorityResult
def get_cloudforce_one_request_priority_output(account_identifier: Optional[pulumi.Input[str]] = None,
                                        priority_identifer: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetCloudforceOneRequestPriorityResult]
Copy
func LookupCloudforceOneRequestPriority(ctx *Context, args *LookupCloudforceOneRequestPriorityArgs, opts ...InvokeOption) (*LookupCloudforceOneRequestPriorityResult, error)
func LookupCloudforceOneRequestPriorityOutput(ctx *Context, args *LookupCloudforceOneRequestPriorityOutputArgs, opts ...InvokeOption) LookupCloudforceOneRequestPriorityResultOutput
Copy

> Note: This function is named LookupCloudforceOneRequestPriority in the Go SDK.

public static class GetCloudforceOneRequestPriority 
{
    public static Task<GetCloudforceOneRequestPriorityResult> InvokeAsync(GetCloudforceOneRequestPriorityArgs args, InvokeOptions? opts = null)
    public static Output<GetCloudforceOneRequestPriorityResult> Invoke(GetCloudforceOneRequestPriorityInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetCloudforceOneRequestPriorityResult> getCloudforceOneRequestPriority(GetCloudforceOneRequestPriorityArgs args, InvokeOptions options)
public static Output<GetCloudforceOneRequestPriorityResult> getCloudforceOneRequestPriority(GetCloudforceOneRequestPriorityArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: cloudflare:index/getCloudforceOneRequestPriority:getCloudforceOneRequestPriority
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountIdentifier This property is required. string
Identifier
PriorityIdentifer This property is required. string
UUID
AccountIdentifier This property is required. string
Identifier
PriorityIdentifer This property is required. string
UUID
accountIdentifier This property is required. String
Identifier
priorityIdentifer This property is required. String
UUID
accountIdentifier This property is required. string
Identifier
priorityIdentifer This property is required. string
UUID
account_identifier This property is required. str
Identifier
priority_identifer This property is required. str
UUID
accountIdentifier This property is required. String
Identifier
priorityIdentifer This property is required. String
UUID

getCloudforceOneRequestPriority Result

The following output properties are available:

AccountIdentifier string
Identifier
Completed string
Content string
Request content
Created string
Id string
UUID
MessageTokens int
Tokens for the request messages
Priority string
PriorityIdentifer string
UUID
ReadableId 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
AccountIdentifier string
Identifier
Completed string
Content string
Request content
Created string
Id string
UUID
MessageTokens int
Tokens for the request messages
Priority string
PriorityIdentifer string
UUID
ReadableId 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
accountIdentifier String
Identifier
completed String
content String
Request content
created String
id String
UUID
messageTokens Integer
Tokens for the request messages
priority String
priorityIdentifer String
UUID
readableId 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
accountIdentifier string
Identifier
completed string
content string
Request content
created string
id string
UUID
messageTokens number
Tokens for the request messages
priority string
priorityIdentifer string
UUID
readableId 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
account_identifier str
Identifier
completed str
content str
Request content
created str
id str
UUID
message_tokens int
Tokens for the request messages
priority str
priority_identifer str
UUID
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
accountIdentifier String
Identifier
completed String
content String
Request content
created String
id String
UUID
messageTokens Number
Tokens for the request messages
priority String
priorityIdentifer String
UUID
readableId 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

Package Details

Repository
Cloudflare pulumi/pulumi-cloudflare
License
Apache-2.0
Notes
This Pulumi package is based on the cloudflare Terraform Provider.