|
|
| |
OpenXPKI::Service::Default::CommandApi2(3) |
User Contributed Perl Documentation |
OpenXPKI::Service::Default::CommandApi2(3) |
OpenXPKI::Service::Default::CommandApi2 - Execute commands via new API
Default service command class to execute commands via the new API (API2).
Stores command and parameters for later execution via API.
Parameters
- "command" Str - API command
name
- "params" HashRef - command
parameters
Executes the command via API.
Returns a data structure that can be serialized and directly
returned to the client:
{
SERVICE_MSG => 'COMMAND',
COMMAND => $command,
PARAMS => $api_call_result,
}
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |