Back to index
Summary
Retrieves a hook associated in an entity.hookNameStringrequiredName for the hook; must be unique among all hooks. projectNameStringoptionalProjectName of the entity that owns the hook. resourceTemplateNameStringoptionalName of the resource template. |
Usage
Perl
$cmdr->getHook( "test-hookName" # hookName # optionals );
ectool
ectool getHook \ "test-hookName" `# hookName` \ # optionals