Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
published on Monday, Mar 30, 2026 by checkpointsw
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
published on Monday, Mar 30, 2026 by checkpointsw
Use this data source to get information on an existing Check Point data center content.
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,
filters: Optional[Sequence[GetManagementDataCenterContentFilter]] = 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,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagementDataCenterContentFilterArgs]]]] = 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 dictionaryThe following arguments are supported:
- Data
Center stringName - Name of the Data Center Server where to search for objects.
- Data
Center stringUid - Unique identifier of the Data Center Server where to search for objects.
- Filters
List<Get
Management Data Center Content Filter> - 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<Get
Management Data Center Content Order> - Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. orders blocks are documented below.
- Uid
In stringData Center - Return result matching the unique identifier of the object on the Data Center Server.
- Data
Center stringName - Name of the Data Center Server where to search for objects.
- Data
Center stringUid - Unique identifier of the Data Center Server where to search for objects.
- Filters
[]Get
Management Data Center Content Filter - 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
[]Get
Management Data Center Content Order - Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. orders blocks are documented below.
- Uid
In stringData Center - Return result matching the unique identifier of the object on the Data Center Server.
- data
Center StringName - Name of the Data Center Server where to search for objects.
- data
Center StringUid - Unique identifier of the Data Center Server where to search for objects.
- filters
List<Get
Management Data Center Content Filter> - 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<Get
Management Data Center Content Order> - Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. orders blocks are documented below.
- uid
In StringData Center - Return result matching the unique identifier of the object on the Data Center Server.
- data
Center stringName - Name of the Data Center Server where to search for objects.
- data
Center stringUid - Unique identifier of the Data Center Server where to search for objects.
- filters
Get
Management Data Center Content Filter[] - 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
Get
Management Data Center Content Order[] - Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. orders blocks are documented below.
- uid
In stringData Center - Return result matching the unique identifier of the object on the Data Center Server.
- data_
center_ strname - Name of the Data Center Server where to search for objects.
- data_
center_ struid - Unique identifier of the Data Center Server where to search for objects.
- filters
Sequence[Get
Management Data Center Content Filter] - 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[Get
Management Data Center Content Order] - Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. orders blocks are documented below.
- uid_
in_ strdata_ center - Return result matching the unique identifier of the object on the Data Center Server.
- data
Center StringName - Name of the Data Center Server where to search for objects.
- data
Center StringUid - Unique identifier of the Data Center Server where to search for objects.
- filters List<Property Map>
- 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.
- uid
In StringData Center - Return result matching the unique identifier of the object on the Data Center Server.
getManagementDataCenterContent Result
The following output properties are available:
- From double
- Id string
- Objects
List<Get
Management Data Center Content Object> - To double
- Total double
- Data
Center stringName - Data
Center stringUid - Filters
List<Get
Management Data Center Content Filter> - Limit double
- Offset double
- Orders
List<Get
Management Data Center Content Order> - Uid
In stringData Center
- From float64
- Id string
- Objects
[]Get
Management Data Center Content Object - To float64
- Total float64
- Data
Center stringName - Data
Center stringUid - Filters
[]Get
Management Data Center Content Filter - Limit float64
- Offset float64
- Orders
[]Get
Management Data Center Content Order - Uid
In stringData Center
- from Double
- id String
- objects
List<Get
Management Data Center Content Object> - to Double
- total Double
- data
Center StringName - data
Center StringUid - filters
List<Get
Management Data Center Content Filter> - limit Double
- offset Double
- orders
List<Get
Management Data Center Content Order> - uid
In StringData Center
- from number
- id string
- objects
Get
Management Data Center Content Object[] - to number
- total number
- data
Center stringName - data
Center stringUid - filters
Get
Management Data Center Content Filter[] - limit number
- offset number
- orders
Get
Management Data Center Content Order[] - uid
In stringData Center
- from Number
- id String
- objects List<Property Map>
- to Number
- total Number
- data
Center StringName - data
Center StringUid - filters List<Property Map>
- limit Number
- offset Number
- orders List<Property Map>
- uid
In StringData Center
Supporting Types
GetManagementDataCenterContentFilter
- Parent
Uid stringIn Data Center - Return results under the specified Data Center Object (identified by UID).
- Text string
- Return results containing the specified text value.
- Uri string
- Return results under the specified Data Center Object (identified by URI).
- Parent
Uid stringIn Data Center - Return results under the specified Data Center Object (identified by UID).
- Text string
- Return results containing the specified text value.
- Uri string
- Return results under the specified Data Center Object (identified by URI).
- parent
Uid StringIn Data Center - Return results under the specified Data Center Object (identified by UID).
- text String
- Return results containing the specified text value.
- uri String
- Return results under the specified Data Center Object (identified by URI).
- parent
Uid stringIn Data Center - Return results under the specified Data Center Object (identified by UID).
- text string
- Return results containing the specified text value.
- uri string
- Return results under the specified Data Center Object (identified by URI).
- parent_
uid_ strin_ data_ center - Return results under the specified Data Center Object (identified by UID).
- text str
- Return results containing the specified text value.
- uri str
- Return results under the specified Data Center Object (identified by URI).
- parent
Uid StringIn Data Center - Return results under the specified Data Center Object (identified by UID).
- text String
- Return results containing the specified text value.
- uri String
- Return results under the specified Data Center Object (identified by URI).
GetManagementDataCenterContentObject
- Additional
Properties List<GetManagement Data Center Content Object Additional Property> - Data
Center List<GetObjects Management Data Center Content Object Data Center Object> - Name string
- Name
In stringData Center - Type
In stringData Center - Uid
In stringData Center - Return result matching the unique identifier of the object on the Data Center Server.
- Additional
Properties []GetManagement Data Center Content Object Additional Property - Data
Center []GetObjects Management Data Center Content Object Data Center Object - Name string
- Name
In stringData Center - Type
In stringData Center - Uid
In stringData Center - Return result matching the unique identifier of the object on the Data Center Server.
- additional
Properties List<GetManagement Data Center Content Object Additional Property> - data
Center List<GetObjects Management Data Center Content Object Data Center Object> - name String
- name
In StringData Center - type
In StringData Center - uid
In StringData Center - Return result matching the unique identifier of the object on the Data Center Server.
- additional
Properties GetManagement Data Center Content Object Additional Property[] - data
Center GetObjects Management Data Center Content Object Data Center Object[] - name string
- name
In stringData Center - type
In stringData Center - uid
In stringData Center - Return result matching the unique identifier of the object on the Data Center Server.
- additional_
properties Sequence[GetManagement Data Center Content Object Additional Property] - data_
center_ Sequence[Getobjects Management Data Center Content Object Data Center Object] - name str
- name_
in_ strdata_ center - type_
in_ strdata_ center - uid_
in_ strdata_ center - Return result matching the unique identifier of the object on the Data Center Server.
- additional
Properties List<Property Map> - data
Center List<Property Map>Objects - name String
- name
In StringData Center - type
In StringData Center - uid
In StringData Center - Return result matching the unique identifier of the object on the Data Center Server.
GetManagementDataCenterContentObjectAdditionalProperty
GetManagementDataCenterContentObjectDataCenterObject
GetManagementDataCenterContentOrder
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
Viewing docs for checkpoint 3.0.0
published on Monday, Mar 30, 2026 by checkpointsw
published on Monday, Mar 30, 2026 by checkpointsw
