Api
Data Machine REST API
Complete REST API reference for Data Machine. Overview Base URL: /wp-json/datamachine/v1/ Authentication: WordPress application password, WordPress admin cookie authentication, or...
Authentication
Data Machine REST API requests use normal WordPress REST authentication. Endpoint-specific callback routes add bearer or HMAC verification where a...
Agents
Implementation: inc/Abilities/AgentAbilities.php, inc/Abilities/AgentTokenAbilities.php, inc/Core/Auth/AgentAuthorize.php, inc/Core/Auth/AgentAuthCallback.php Overview Agent record and token management is exposed as REST-visible Data Machine abilities and executed...
Settings Abilities
Implementation: inc/Abilities/SettingsAbilities.php The datamachine/v1/settings REST routes were retired in #3456. Settings are read and updated through the REST-visible Data Machine...
Step Types Abilities
Implementation: inc/Abilities/StepTypeAbilities.php The datamachine/v1/step-types REST routes were retired in #3456. Step types are discovered through the REST-visible Data Machine abilities,...
Logs Abilities
Implementation: inc/Abilities/LogAbilities.php The datamachine/v1/logs REST routes were retired in #3456. Logs are read and cleared through the REST-visible Data Machine...
Pipelines Abilities
Implementation: inc/Abilities/Pipeline/ The datamachine/v1/pipelines REST routes were retired in #3456. Pipelines are managed through the REST-visible Data Machine abilities, executed...