McAfee (Trellix) Policy Configuration API

Manage proxy and policy settings

OpenAPI Specification

mcafee-policy-configuration-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: McAfee ePO Alarms Policy Configuration API
  description: McAfee ePolicy Orchestrator (ePO) REST API for centralized security management, including system management, policy assignment, task scheduling, query execution, and threat event retrieval across managed endpoints.
  version: '5.10'
  contact:
    name: McAfee Support
    url: https://www.mcafee.com/enterprise/en-us/support.html
  termsOfService: https://www.mcafee.com/enterprise/en-us/about/legal/terms-of-use.html
servers:
- url: https://{epo-server}:8443/remote
  description: McAfee ePO Server
  variables:
    epo-server:
      default: your-epo-server
      description: Hostname or IP of the ePO server
security:
- basicAuth: []
tags:
- name: Policy Configuration
  description: Manage proxy and policy settings
paths:
  /commit:
    post:
      operationId: commitChanges
      summary: McAfee Commit configuration changes
      description: Save and activate all pending configuration changes. Changes made through the API are not active until committed.
      tags:
      - Policy Configuration
      responses:
        '200':
          description: Changes committed and activated
        '401':
          description: Not authenticated
        '409':
          description: Commit conflict
components:
  securitySchemes:
    basicAuth:
      type: http
      scheme: basic
      description: HTTP Basic authentication using ePO administrator credentials. Credentials are transmitted as a Base64-encoded username:password pair.
externalDocs:
  description: McAfee ePO Web API Reference Guide
  url: https://docs.mcafee.com/bundle/epolicy-orchestrator-web-api-reference-guide