1. Packages
  2. Fortios
  3. API Docs
  4. system
  5. getFortimanager
Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse

fortios.system.getFortimanager

Explore with Pulumi AI

fortios logo
Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse

    Use this data source to get information on fortios system fortimanager

    Using getFortimanager

    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 getFortimanager(args: GetFortimanagerArgs, opts?: InvokeOptions): Promise<GetFortimanagerResult>
    function getFortimanagerOutput(args: GetFortimanagerOutputArgs, opts?: InvokeOptions): Output<GetFortimanagerResult>
    def get_fortimanager(vdomparam: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetFortimanagerResult
    def get_fortimanager_output(vdomparam: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetFortimanagerResult]
    func LookupFortimanager(ctx *Context, args *LookupFortimanagerArgs, opts ...InvokeOption) (*LookupFortimanagerResult, error)
    func LookupFortimanagerOutput(ctx *Context, args *LookupFortimanagerOutputArgs, opts ...InvokeOption) LookupFortimanagerResultOutput

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

    public static class GetFortimanager 
    {
        public static Task<GetFortimanagerResult> InvokeAsync(GetFortimanagerArgs args, InvokeOptions? opts = null)
        public static Output<GetFortimanagerResult> Invoke(GetFortimanagerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFortimanagerResult> getFortimanager(GetFortimanagerArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: fortios:system/getFortimanager:getFortimanager
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Vdomparam string
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    Vdomparam string
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    vdomparam String
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    vdomparam string
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    vdomparam str
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    vdomparam String
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.

    getFortimanager Result

    The following output properties are available:

    CentralManagement string
    Enable/disable FortiManager central management.
    CentralMgmtAutoBackup string
    Enable/disable central management auto backup.
    CentralMgmtScheduleConfigRestore string
    Enable/disable central management schedule config restore.
    CentralMgmtScheduleScriptRestore string
    Enable/disable central management schedule script restore.
    Id string
    The provider-assigned unique ID for this managed resource.
    Ip string
    IP address.
    Ipsec string
    Enable/disable FortiManager IPsec tunnel.
    Vdom string
    Virtual domain name.
    Vdomparam string
    CentralManagement string
    Enable/disable FortiManager central management.
    CentralMgmtAutoBackup string
    Enable/disable central management auto backup.
    CentralMgmtScheduleConfigRestore string
    Enable/disable central management schedule config restore.
    CentralMgmtScheduleScriptRestore string
    Enable/disable central management schedule script restore.
    Id string
    The provider-assigned unique ID for this managed resource.
    Ip string
    IP address.
    Ipsec string
    Enable/disable FortiManager IPsec tunnel.
    Vdom string
    Virtual domain name.
    Vdomparam string
    centralManagement String
    Enable/disable FortiManager central management.
    centralMgmtAutoBackup String
    Enable/disable central management auto backup.
    centralMgmtScheduleConfigRestore String
    Enable/disable central management schedule config restore.
    centralMgmtScheduleScriptRestore String
    Enable/disable central management schedule script restore.
    id String
    The provider-assigned unique ID for this managed resource.
    ip String
    IP address.
    ipsec String
    Enable/disable FortiManager IPsec tunnel.
    vdom String
    Virtual domain name.
    vdomparam String
    centralManagement string
    Enable/disable FortiManager central management.
    centralMgmtAutoBackup string
    Enable/disable central management auto backup.
    centralMgmtScheduleConfigRestore string
    Enable/disable central management schedule config restore.
    centralMgmtScheduleScriptRestore string
    Enable/disable central management schedule script restore.
    id string
    The provider-assigned unique ID for this managed resource.
    ip string
    IP address.
    ipsec string
    Enable/disable FortiManager IPsec tunnel.
    vdom string
    Virtual domain name.
    vdomparam string
    central_management str
    Enable/disable FortiManager central management.
    central_mgmt_auto_backup str
    Enable/disable central management auto backup.
    central_mgmt_schedule_config_restore str
    Enable/disable central management schedule config restore.
    central_mgmt_schedule_script_restore str
    Enable/disable central management schedule script restore.
    id str
    The provider-assigned unique ID for this managed resource.
    ip str
    IP address.
    ipsec str
    Enable/disable FortiManager IPsec tunnel.
    vdom str
    Virtual domain name.
    vdomparam str
    centralManagement String
    Enable/disable FortiManager central management.
    centralMgmtAutoBackup String
    Enable/disable central management auto backup.
    centralMgmtScheduleConfigRestore String
    Enable/disable central management schedule config restore.
    centralMgmtScheduleScriptRestore String
    Enable/disable central management schedule script restore.
    id String
    The provider-assigned unique ID for this managed resource.
    ip String
    IP address.
    ipsec String
    Enable/disable FortiManager IPsec tunnel.
    vdom String
    Virtual domain name.
    vdomparam String

    Package Details

    Repository
    fortios pulumiverse/pulumi-fortios
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the fortios Terraform Provider.
    fortios logo
    Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse