1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. getManagementDataCenterContent
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

checkpoint.getManagementDataCenterContent

Explore with Pulumi AI

checkpoint logo
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

    Use this data source to get information on an existing Check Point data center content.

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.checkpoint.CheckpointFunctions;
    import com.pulumi.checkpoint.inputs.GetManagementDataCenterContentArgs;
    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 test = CheckpointFunctions.getManagementDataCenterContent(GetManagementDataCenterContentArgs.builder()
                .filter(Map.ofEntries(
                    Map.entry("text", "TEXT_TO_FIND"),
                    Map.entry("uri", "DATA_CENTER_URI")
                ))
                .limit(100)
                .name("Network")
                .build());
    
        }
    }
    
    variables:
      test:
        fn::invoke:
          function: checkpoint:getManagementDataCenterContent
          arguments:
            filter:
              text: TEXT_TO_FIND
              uri: DATA_CENTER_URI
            limit: 100
            name: Network
    

    Using getManagementDataCenterContent

    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 getManagementDataCenterContent(args: GetManagementDataCenterContentArgs, opts?: InvokeOptions): Promise<GetManagementDataCenterContentResult>
    function getManagementDataCenterContentOutput(args: GetManagementDataCenterContentOutputArgs, opts?: InvokeOptions): Output<GetManagementDataCenterContentResult>
    def get_management_data_center_content(data_center_name: Optional[str] = None,
                                           data_center_uid: Optional[str] = None,
                                           filter: Optional[Mapping[str, str]] = None,
                                           id: Optional[str] = None,
                                           limit: Optional[float] = None,
                                           offset: Optional[float] = None,
                                           orders: Optional[Sequence[GetManagementDataCenterContentOrder]] = None,
                                           uid_in_data_center: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetManagementDataCenterContentResult
    def get_management_data_center_content_output(data_center_name: Optional[pulumi.Input[str]] = None,
                                           data_center_uid: Optional[pulumi.Input[str]] = None,
                                           filter: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                                           id: Optional[pulumi.Input[str]] = None,
                                           limit: Optional[pulumi.Input[float]] = None,
                                           offset: Optional[pulumi.Input[float]] = None,
                                           orders: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagementDataCenterContentOrderArgs]]]] = None,
                                           uid_in_data_center: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetManagementDataCenterContentResult]
    func GetManagementDataCenterContent(ctx *Context, args *GetManagementDataCenterContentArgs, opts ...InvokeOption) (*GetManagementDataCenterContentResult, error)
    func GetManagementDataCenterContentOutput(ctx *Context, args *GetManagementDataCenterContentOutputArgs, opts ...InvokeOption) GetManagementDataCenterContentResultOutput

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

    public static class GetManagementDataCenterContent 
    {
        public static Task<GetManagementDataCenterContentResult> InvokeAsync(GetManagementDataCenterContentArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementDataCenterContentResult> Invoke(GetManagementDataCenterContentInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementDataCenterContentResult> getManagementDataCenterContent(GetManagementDataCenterContentArgs args, InvokeOptions options)
    public static Output<GetManagementDataCenterContentResult> getManagementDataCenterContent(GetManagementDataCenterContentArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getManagementDataCenterContent:getManagementDataCenterContent
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DataCenterName string
    Name of the Data Center Server where to search for objects.
    DataCenterUid string
    Unique identifier of the Data Center Server where to search for objects.
    Filter Dictionary<string, string>
    Return results matching the specified filter.
    Id string
    Limit double
    The maximal number of returned results.
    Offset double
    Number of the results to initially skip.
    Orders List<GetManagementDataCenterContentOrder>
    Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. orders blocks are documented below.
    UidInDataCenter string
    Return result matching the unique identifier of the object on the Data Center Server.
    DataCenterName string
    Name of the Data Center Server where to search for objects.
    DataCenterUid string
    Unique identifier of the Data Center Server where to search for objects.
    Filter map[string]string
    Return results matching the specified filter.
    Id string
    Limit float64
    The maximal number of returned results.
    Offset float64
    Number of the results to initially skip.
    Orders []GetManagementDataCenterContentOrder
    Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. orders blocks are documented below.
    UidInDataCenter string
    Return result matching the unique identifier of the object on the Data Center Server.
    dataCenterName String
    Name of the Data Center Server where to search for objects.
    dataCenterUid String
    Unique identifier of the Data Center Server where to search for objects.
    filter Map<String,String>
    Return results matching the specified filter.
    id String
    limit Double
    The maximal number of returned results.
    offset Double
    Number of the results to initially skip.
    orders List<GetManagementDataCenterContentOrder>
    Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. orders blocks are documented below.
    uidInDataCenter String
    Return result matching the unique identifier of the object on the Data Center Server.
    dataCenterName string
    Name of the Data Center Server where to search for objects.
    dataCenterUid string
    Unique identifier of the Data Center Server where to search for objects.
    filter {[key: string]: string}
    Return results matching the specified filter.
    id string
    limit number
    The maximal number of returned results.
    offset number
    Number of the results to initially skip.
    orders GetManagementDataCenterContentOrder[]
    Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. orders blocks are documented below.
    uidInDataCenter string
    Return result matching the unique identifier of the object on the Data Center Server.
    data_center_name str
    Name of the Data Center Server where to search for objects.
    data_center_uid str
    Unique identifier of the Data Center Server where to search for objects.
    filter Mapping[str, str]
    Return results matching the specified filter.
    id str
    limit float
    The maximal number of returned results.
    offset float
    Number of the results to initially skip.
    orders Sequence[GetManagementDataCenterContentOrder]
    Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. orders blocks are documented below.
    uid_in_data_center str
    Return result matching the unique identifier of the object on the Data Center Server.
    dataCenterName String
    Name of the Data Center Server where to search for objects.
    dataCenterUid String
    Unique identifier of the Data Center Server where to search for objects.
    filter Map<String>
    Return results matching the specified filter.
    id String
    limit Number
    The maximal number of returned results.
    offset Number
    Number of the results to initially skip.
    orders List<Property Map>
    Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. orders blocks are documented below.
    uidInDataCenter String
    Return result matching the unique identifier of the object on the Data Center Server.

    getManagementDataCenterContent Result

    The following output properties are available:

    Supporting Types

    GetManagementDataCenterContentObject

    AdditionalProperties Dictionary<string, string>
    DataCenterObject Dictionary<string, string>
    Name string
    NameInDataCenter string
    TypeInDataCenter string
    UidInDataCenter string
    Return result matching the unique identifier of the object on the Data Center Server.
    AdditionalProperties map[string]string
    DataCenterObject map[string]string
    Name string
    NameInDataCenter string
    TypeInDataCenter string
    UidInDataCenter string
    Return result matching the unique identifier of the object on the Data Center Server.
    additionalProperties Map<String,String>
    dataCenterObject Map<String,String>
    name String
    nameInDataCenter String
    typeInDataCenter String
    uidInDataCenter String
    Return result matching the unique identifier of the object on the Data Center Server.
    additionalProperties {[key: string]: string}
    dataCenterObject {[key: string]: string}
    name string
    nameInDataCenter string
    typeInDataCenter string
    uidInDataCenter string
    Return result matching the unique identifier of the object on the Data Center Server.
    additional_properties Mapping[str, str]
    data_center_object Mapping[str, str]
    name str
    name_in_data_center str
    type_in_data_center str
    uid_in_data_center str
    Return result matching the unique identifier of the object on the Data Center Server.
    additionalProperties Map<String>
    dataCenterObject Map<String>
    name String
    nameInDataCenter String
    typeInDataCenter String
    uidInDataCenter String
    Return result matching the unique identifier of the object on the Data Center Server.

    GetManagementDataCenterContentOrder

    Asc string
    Sorts results by the given field in ascending order.
    Desc string
    Sorts results by the given field in descending order.
    Asc string
    Sorts results by the given field in ascending order.
    Desc string
    Sorts results by the given field in descending order.
    asc String
    Sorts results by the given field in ascending order.
    desc String
    Sorts results by the given field in descending order.
    asc string
    Sorts results by the given field in ascending order.
    desc string
    Sorts results by the given field in descending order.
    asc str
    Sorts results by the given field in ascending order.
    desc str
    Sorts results by the given field in descending order.
    asc String
    Sorts results by the given field in ascending order.
    desc String
    Sorts results by the given field in descending order.

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    checkpoint logo
    checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw