Entities in Cortex can be accessed by URLs with Entity Tags instead of Entity IDs. To link to an entity without using the ID, use the URL format below:
Service:
http://app.getcortexapp.com/admin/service?tag=<entity-tag>
or
http://app.getcortexapp.com/admin/index?tag=<entity-tag>Resource:
http://app.getcortexapp.com/admin/resources?tag=<entity-tag>Domain:
http://app.getcortexapp.com/admin/domains?tag=<entity-tag>Team:
http://app.getcortexapp.com/admin/teams?tag=<entity-tag>Note: Cortex is updating its entity ID structure to an 18-character alphanumeric format. The system is designed to be backwards compatible, so old URLs will automatically redirect to the updated Cortex ID URLs.
Entity Tag Tips: Entity tags must be unique across all entities in the system. If you need to create an entity with a name similar to an existing one, add a distinguishing suffix to the entity tag (e.g., 'cortex-1' or 'cortex-domain').