C4AI Command
Last updated
Last updated
The Cloud4.ai system operates on a Commands framework, where each command specifies the behavior of the service in various scenarios. This approach offers a unified interface for all C4AI Services, ensuring alignment across multiple use cases. Every operation on a service is routed through a command, facilitating a comprehensive trace log of the operational process.
Not all commands are accessible via the API due to security and access control measures. The complete list of commands associated with services can be found below or within each respective Service Section.
The Command entity represents a simple object that answers the questions: who, when, and what was executed. Due to its simplicity, the lifecycle of the Command entity is straightforward and demonstrates successful or failed command execution.
The following structure represents the nested structure of the command.
❗️Note: The nested structure of the command can be provided using _binding property that is specific for the Execution Commands like C4AI_EES_Execute_Command. Find more: Request