GetDesignHistoryCommand Class
Command that retrieves design history entries from the loaded job based on specified filter parameters.
Supports filtering by date, user, machine, category, task and description. Filters can be combined with logical AND or OR.
Supported filters:
- fromDate (string): UTC date/time in format 'yyyy-MM-ddTHH:mm:ss' to filter logs after or on this date.
- toDate (string): UTC date/time in format 'yyyy-MM-ddTHH:mm:ss' to filter logs before or on this date.
- userName (string): Exact or wildcard match (e.g., '*admin') for user name.
- machineName (string): Exact or wildcard match for machine name.
- category (string): Must be a valid enum name from TaskCategory (e.g., 'MachineExport').
- task (string): Exact or wildcard match for task name.
- description (string): Exact or wildcard match for log description.
- andFilters (bool): If true, combine filters with AND; if false, with OR. Default: true.
Namespace: PCBI_AI_Agent.MCP.ImplementationsAssembly: PCBI_AI_Agent (in PCBI_AI_Agent.dll) Version: 17.0.0.0 (17.0.0.0)
public class GetDesignHistoryCommand : IMCPTool
Public Class GetDesignHistoryCommand
Implements IMCPTool
public ref class GetDesignHistoryCommand : IMCPTool
type GetDesignHistoryCommand =
class
interface IMCPTool
end
- Inheritance
- Object GetDesignHistoryCommand
- Implements
- IMCPTool