getEntityPath

On this page
Back to index

Summary

Retrieves entity path.
entityId
UUIDrequired
Entity ID.
entityType
Stringrequired
Entity type.

Usage

Perl

$cmdr->getEntityPath( "test-entityId", # entityId "test-entityType" # entityType );

ectool

ectool getEntityPath \ "test-entityId" `# entityId` \ "test-entityType" `# entityType`