scm_create_http_server_profile
Create HTTP server profiles in Palo Alto Networks Strata Cloud Manager to define web servers for security policy enforcement, including server addresses, protocols, and security settings.
Instructions
Create an HTTP server profile.
Args: name: Unique name for the profile. folder: Folder to create the profile in. server: List of server definitions. Each dict requires: name, address, protocol ('HTTP' or 'HTTPS'), port (default 443), and optionally http_method ('POST' or 'PUT'), tls_version, certificate_profile. description: Optional description. tag_registration: Enable tag registration via HTTP (default False). tsg_id: Optional TSG ID or named alias. Defaults to SCM_TSG_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| folder | Yes | ||
| server | Yes | ||
| description | No | ||
| tag_registration | No | ||
| tsg_id | No |