update_address
Update an existing address object in FortiManager ADOM by specifying the current name and optional new name, subnet, FQDN, or comment.
Instructions
Update an existing address object.
Only specified fields will be updated.
Args: adom: ADOM name name: Current address name new_name: New name (optional) subnet: New subnet for ipmask type (optional) fqdn: New FQDN for fqdn type (optional) comment: New comment (optional)
Returns: dict: Update result with keys: - status: "success" or "error" - message: Status or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adom | Yes | ||
| name | Yes | ||
| new_name | No | ||
| subnet | No | ||
| fqdn | No | ||
| comment | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||