scm_update_service
Modify service object attributes like name, description, or tags in Palo Alto Networks Strata Cloud Manager firewall configurations.
Instructions
Update a service object's name, description, or tags.
To change the protocol or port, delete and recreate the service.
Args: service_id: UUID of the service object to update. name: New name (optional). description: New description (optional). tag: New tag list (optional). tsg_id: Optional TSG ID or named alias. Defaults to SCM_TSG_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_id | Yes | ||
| name | No | ||
| description | No | ||
| tag | No | ||
| tsg_id | No |