Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse
fortios.system.getFortimanager
Explore with Pulumi AI
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:
- Central
Management string - Enable/disable FortiManager central management.
- Central
Mgmt stringAuto Backup - Enable/disable central management auto backup.
- Central
Mgmt stringSchedule Config Restore - Enable/disable central management schedule config restore.
- Central
Mgmt stringSchedule Script Restore - 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 string - Enable/disable FortiManager central management.
- Central
Mgmt stringAuto Backup - Enable/disable central management auto backup.
- Central
Mgmt stringSchedule Config Restore - Enable/disable central management schedule config restore.
- Central
Mgmt stringSchedule Script Restore - 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 String - Enable/disable FortiManager central management.
- central
Mgmt StringAuto Backup - Enable/disable central management auto backup.
- central
Mgmt StringSchedule Config Restore - Enable/disable central management schedule config restore.
- central
Mgmt StringSchedule Script Restore - 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 string - Enable/disable FortiManager central management.
- central
Mgmt stringAuto Backup - Enable/disable central management auto backup.
- central
Mgmt stringSchedule Config Restore - Enable/disable central management schedule config restore.
- central
Mgmt stringSchedule Script Restore - 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_ strauto_ backup - Enable/disable central management auto backup.
- central_
mgmt_ strschedule_ config_ restore - Enable/disable central management schedule config restore.
- central_
mgmt_ strschedule_ script_ restore - 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
- central
Management String - Enable/disable FortiManager central management.
- central
Mgmt StringAuto Backup - Enable/disable central management auto backup.
- central
Mgmt StringSchedule Config Restore - Enable/disable central management schedule config restore.
- central
Mgmt StringSchedule Script Restore - 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.