Host Object
Location in GUI:
Objects
» Object Management
» Network
Diagram
Classes
objects (fmc.domains)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
hosts | List | [hosts] | No |
hosts (fmc.domains.objects)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.+-]{1,64}$ | Yes | |
ip | IP | Yes | ||
description | String | max: 255 | No |
Examples
fmc:
domains:
- name: Global
objects:
hosts:
- name: MyHostName1
ip: 10.10.10.10
- name: MyHostName2
ip: 20.20.20.20