ibm 1.85.0 published on Sunday, Nov 9, 2025 by ibm-cloud
ibm 1.85.0 published on Sunday, Nov 9, 2025 by ibm-cloud
Retrieve an information of an IBM Cloud Internet Services page rules resource. For more information, about IBM Cloud Internet Services page rules, see using page rules.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const rules = ibm.getCisPageRules({
cisId: instance.id,
domainId: example.id,
});
import pulumi
import pulumi_ibm as ibm
rules = ibm.get_cis_page_rules(cis_id=instance["id"],
domain_id=example["id"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.GetCisPageRules(ctx, &ibm.GetCisPageRulesArgs{
CisId: instance.Id,
DomainId: example.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var rules = Ibm.GetCisPageRules.Invoke(new()
{
CisId = instance.Id,
DomainId = example.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetCisPageRulesArgs;
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 rules = IbmFunctions.getCisPageRules(GetCisPageRulesArgs.builder()
.cisId(instance.id())
.domainId(example.id())
.build());
}
}
variables:
rules:
fn::invoke:
function: ibm:getCisPageRules
arguments:
cisId: ${instance.id}
domainId: ${example.id}
Using getCisPageRules
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 getCisPageRules(args: GetCisPageRulesArgs, opts?: InvokeOptions): Promise<GetCisPageRulesResult>
function getCisPageRulesOutput(args: GetCisPageRulesOutputArgs, opts?: InvokeOptions): Output<GetCisPageRulesResult>def get_cis_page_rules(cis_id: Optional[str] = None,
domain_id: Optional[str] = None,
id: Optional[str] = None,
timeouts: Optional[GetCisPageRulesTimeouts] = None,
opts: Optional[InvokeOptions] = None) -> GetCisPageRulesResult
def get_cis_page_rules_output(cis_id: Optional[pulumi.Input[str]] = None,
domain_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
timeouts: Optional[pulumi.Input[GetCisPageRulesTimeoutsArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCisPageRulesResult]func GetCisPageRules(ctx *Context, args *GetCisPageRulesArgs, opts ...InvokeOption) (*GetCisPageRulesResult, error)
func GetCisPageRulesOutput(ctx *Context, args *GetCisPageRulesOutputArgs, opts ...InvokeOption) GetCisPageRulesResultOutput> Note: This function is named GetCisPageRules in the Go SDK.
public static class GetCisPageRules
{
public static Task<GetCisPageRulesResult> InvokeAsync(GetCisPageRulesArgs args, InvokeOptions? opts = null)
public static Output<GetCisPageRulesResult> Invoke(GetCisPageRulesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCisPageRulesResult> getCisPageRules(GetCisPageRulesArgs args, InvokeOptions options)
public static Output<GetCisPageRulesResult> getCisPageRules(GetCisPageRulesArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getCisPageRules:getCisPageRules
arguments:
# arguments dictionaryThe following arguments are supported:
- Cis
Id string - The ID of the IBM Cloud Internet Services instance .
- Domain
Id string - The ID of the domain.
- Id string
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - Timeouts
Get
Cis Page Rules Timeouts
- Cis
Id string - The ID of the IBM Cloud Internet Services instance .
- Domain
Id string - The ID of the domain.
- Id string
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - Timeouts
Get
Cis Page Rules Timeouts
- cis
Id String - The ID of the IBM Cloud Internet Services instance .
- domain
Id String - The ID of the domain.
- id String
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - timeouts
Get
Cis Page Rules Timeouts
- cis
Id string - The ID of the IBM Cloud Internet Services instance .
- domain
Id string - The ID of the domain.
- id string
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - timeouts
Get
Cis Page Rules Timeouts
- cis_
id str - The ID of the IBM Cloud Internet Services instance .
- domain_
id str - The ID of the domain.
- id str
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - timeouts
Get
Cis Page Rules Timeouts
- cis
Id String - The ID of the IBM Cloud Internet Services instance .
- domain
Id String - The ID of the domain.
- id String
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - timeouts Property Map
getCisPageRules Result
The following output properties are available:
- Cis
Id string - Cis
Page List<GetRules Cis Page Rules Cis Page Rule> - (String) The page rules detail.
- Domain
Id string - Id string
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - Timeouts
Get
Cis Page Rules Timeouts
- Cis
Id string - Cis
Page []GetRules Cis Page Rules Cis Page Rule - (String) The page rules detail.
- Domain
Id string - Id string
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - Timeouts
Get
Cis Page Rules Timeouts
- cis
Id String - cis
Page List<GetRules Cis Page Rules Cis Page Rule> - (String) The page rules detail.
- domain
Id String - id String
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - timeouts
Get
Cis Page Rules Timeouts
- cis
Id string - cis
Page GetRules Cis Page Rules Cis Page Rule[] - (String) The page rules detail.
- domain
Id string - id string
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - timeouts
Get
Cis Page Rules Timeouts
- cis_
id str - cis_
page_ Sequence[Getrules Cis Page Rules Cis Page Rule] - (String) The page rules detail.
- domain_
id str - id str
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - timeouts
Get
Cis Page Rules Timeouts
- cis
Id String - cis
Page List<Property Map>Rules - (String) The page rules detail.
- domain
Id String - id String
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - timeouts Property Map
Supporting Types
GetCisPageRulesCisPageRule
- Actions
List<Get
Cis Page Rules Cis Page Rule Action> - (String) The actions to be performed on the URL.
- Id string
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - Priority double
- (String) The priority of the page rule.
- Rule
Id string - (String) The page rule ID.
- Status string
- (String) The status of the page rule. Default value is
active. - Targets
List<Get
Cis Page Rules Cis Page Rule Target> - (String) The targets, of the added rule.
- Actions
[]Get
Cis Page Rules Cis Page Rule Action - (String) The actions to be performed on the URL.
- Id string
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - Priority float64
- (String) The priority of the page rule.
- Rule
Id string - (String) The page rule ID.
- Status string
- (String) The status of the page rule. Default value is
active. - Targets
[]Get
Cis Page Rules Cis Page Rule Target - (String) The targets, of the added rule.
- actions
List<Get
Cis Page Rules Cis Page Rule Action> - (String) The actions to be performed on the URL.
- id String
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - priority Double
- (String) The priority of the page rule.
- rule
Id String - (String) The page rule ID.
- status String
- (String) The status of the page rule. Default value is
active. - targets
List<Get
Cis Page Rules Cis Page Rule Target> - (String) The targets, of the added rule.
- actions
Get
Cis Page Rules Cis Page Rule Action[] - (String) The actions to be performed on the URL.
- id string
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - priority number
- (String) The priority of the page rule.
- rule
Id string - (String) The page rule ID.
- status string
- (String) The status of the page rule. Default value is
active. - targets
Get
Cis Page Rules Cis Page Rule Target[] - (String) The targets, of the added rule.
- actions
Sequence[Get
Cis Page Rules Cis Page Rule Action] - (String) The actions to be performed on the URL.
- id str
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - priority float
- (String) The priority of the page rule.
- rule_
id str - (String) The page rule ID.
- status str
- (String) The status of the page rule. Default value is
active. - targets
Sequence[Get
Cis Page Rules Cis Page Rule Target] - (String) The targets, of the added rule.
- actions List<Property Map>
- (String) The actions to be performed on the URL.
- id String
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - priority Number
- (String) The priority of the page rule.
- rule
Id String - (String) The page rule ID.
- status String
- (String) The status of the page rule. Default value is
active. - targets List<Property Map>
- (String) The targets, of the added rule.
GetCisPageRulesCisPageRuleAction
- Css string
- (String) The required attribute for
minifyaction. CSS supported values areonandoff. - Html string
- (String) The required attribute for
minifyaction. HTML supported values areonandoff. - Id string
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - Js string
- (String) The required attribute for
minifyaction. JS supported values areonandoff. - Status
Code double - (String) The status code to check for URL forwarding. The required attribute for
forwarding_urlaction. Valid values are301and302. It returns0for all other actions. - Url string
- (String) The forward rule URL, a required attribute for
forwarding_urlaction. - Value string
- (String) The values for corresponding actions.
Please refer table in
ibm.CisPageRuleresource document for corresponding valid values ofidandvalue.
- Css string
- (String) The required attribute for
minifyaction. CSS supported values areonandoff. - Html string
- (String) The required attribute for
minifyaction. HTML supported values areonandoff. - Id string
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - Js string
- (String) The required attribute for
minifyaction. JS supported values areonandoff. - Status
Code float64 - (String) The status code to check for URL forwarding. The required attribute for
forwarding_urlaction. Valid values are301and302. It returns0for all other actions. - Url string
- (String) The forward rule URL, a required attribute for
forwarding_urlaction. - Value string
- (String) The values for corresponding actions.
Please refer table in
ibm.CisPageRuleresource document for corresponding valid values ofidandvalue.
- css String
- (String) The required attribute for
minifyaction. CSS supported values areonandoff. - html String
- (String) The required attribute for
minifyaction. HTML supported values areonandoff. - id String
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - js String
- (String) The required attribute for
minifyaction. JS supported values areonandoff. - status
Code Double - (String) The status code to check for URL forwarding. The required attribute for
forwarding_urlaction. Valid values are301and302. It returns0for all other actions. - url String
- (String) The forward rule URL, a required attribute for
forwarding_urlaction. - value String
- (String) The values for corresponding actions.
Please refer table in
ibm.CisPageRuleresource document for corresponding valid values ofidandvalue.
- css string
- (String) The required attribute for
minifyaction. CSS supported values areonandoff. - html string
- (String) The required attribute for
minifyaction. HTML supported values areonandoff. - id string
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - js string
- (String) The required attribute for
minifyaction. JS supported values areonandoff. - status
Code number - (String) The status code to check for URL forwarding. The required attribute for
forwarding_urlaction. Valid values are301and302. It returns0for all other actions. - url string
- (String) The forward rule URL, a required attribute for
forwarding_urlaction. - value string
- (String) The values for corresponding actions.
Please refer table in
ibm.CisPageRuleresource document for corresponding valid values ofidandvalue.
- css str
- (String) The required attribute for
minifyaction. CSS supported values areonandoff. - html str
- (String) The required attribute for
minifyaction. HTML supported values areonandoff. - id str
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - js str
- (String) The required attribute for
minifyaction. JS supported values areonandoff. - status_
code float - (String) The status code to check for URL forwarding. The required attribute for
forwarding_urlaction. Valid values are301and302. It returns0for all other actions. - url str
- (String) The forward rule URL, a required attribute for
forwarding_urlaction. - value str
- (String) The values for corresponding actions.
Please refer table in
ibm.CisPageRuleresource document for corresponding valid values ofidandvalue.
- css String
- (String) The required attribute for
minifyaction. CSS supported values areonandoff. - html String
- (String) The required attribute for
minifyaction. HTML supported values areonandoff. - id String
- (String) The action ID. Valid values are
page rule action field map from consoletoAPI CF-UI map API. - js String
- (String) The required attribute for
minifyaction. JS supported values areonandoff. - status
Code Number - (String) The status code to check for URL forwarding. The required attribute for
forwarding_urlaction. Valid values are301and302. It returns0for all other actions. - url String
- (String) The forward rule URL, a required attribute for
forwarding_urlaction. - value String
- (String) The values for corresponding actions.
Please refer table in
ibm.CisPageRuleresource document for corresponding valid values ofidandvalue.
GetCisPageRulesCisPageRuleTarget
- Constraints
List<Get
Cis Page Rules Cis Page Rule Target Constraint> - (String) The constraint of the page rule.
- Target string
- (String) The target type. Valid value is
url.
- Constraints
[]Get
Cis Page Rules Cis Page Rule Target Constraint - (String) The constraint of the page rule.
- Target string
- (String) The target type. Valid value is
url.
- constraints
List<Get
Cis Page Rules Cis Page Rule Target Constraint> - (String) The constraint of the page rule.
- target String
- (String) The target type. Valid value is
url.
- constraints
Get
Cis Page Rules Cis Page Rule Target Constraint[] - (String) The constraint of the page rule.
- target string
- (String) The target type. Valid value is
url.
- constraints
Sequence[Get
Cis Page Rules Cis Page Rule Target Constraint] - (String) The constraint of the page rule.
- target str
- (String) The target type. Valid value is
url.
- constraints List<Property Map>
- (String) The constraint of the page rule.
- target String
- (String) The target type. Valid value is
url.
GetCisPageRulesCisPageRuleTargetConstraint
GetCisPageRulesTimeouts
- Read string
- Read string
- read String
- read string
- read str
- read String
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibmTerraform Provider.
ibm 1.85.0 published on Sunday, Nov 9, 2025 by ibm-cloud
