Tracing REST calls¶
It is possible to turn on fine-grained tracing of REST calls for each of the REST services through the application.properties file. This is read at start-up.
To find out the logging level for the service you are interested in, first set the RESTCallLogger's log level to DEBUG. This will log all REST calls and responses for the service. You can then look for the service's RESTCallLogger in the logs to see the details of the calls.
For example, to trace the calls for the Asset Consumer REST services, you would set the following property in application.properties:
logging.level.org.odpi.openmetadata.commonservices.ffdc.RESTCallLogger=DEBUG
Then restart the server and look for the RESTCallLogger in the logs to see the details of the calls.
11:57:16.971 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Server Operations, use logging.level.org.odpi.openmetadata.serveroperations.server.OMAGServerOperationalServices=DEBUG
11:57:16.975 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Administration Services, use logging.level.org.odpi.openmetadata.adminservices.server.OMAGServerAdminStoreServices=DEBUG
11:57:17.149 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Platform Operational Services, use logging.level.org.odpi.openmetadata.platformservices.server.OMAGServerPlatformSecurityServices=DEBUG
11:57:17.152 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Platform Operational Services, use logging.level.org.odpi.openmetadata.platformservices.server.OMAGServerPlatformActiveServices=DEBUG
11:57:17.157 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Platform Operational Services, use logging.level.org.odpi.openmetadata.platformservices.server.OMAGServerPlatformOperationalServices=DEBUG
11:57:17.159 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Administration Services, use logging.level.org.odpi.openmetadata.adminservices.server.OMAGServerAdminForIntegrationDaemonServices=DEBUG
11:57:17.165 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Administration Services, use logging.level.org.odpi.openmetadata.adminservices.server.OMAGServerAdminServices=DEBUG
11:57:17.167 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Administration Services, use logging.level.org.odpi.openmetadata.adminservices.server.OMAGServerAdminForAccessServices=DEBUG
11:57:17.168 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Administration Services, use logging.level.org.odpi.openmetadata.adminservices.server.OMAGServerAdminForEngineHostServices=DEBUG
11:57:17.170 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Administration Services, use logging.level.org.odpi.openmetadata.adminservices.server.OMAGServerAdminForViewServices=DEBUG
11:57:17.175 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Administration Services, use logging.level.org.odpi.openmetadata.adminservices.server.OMAGServerAdminSecurityServices=DEBUG
11:57:17.177 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Administration Services, use logging.level.org.odpi.openmetadata.adminservices.server.OMAGConformanceSuiteConfigServices=DEBUG
11:57:17.180 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Open Metadata Repository Services (OMRS), use logging.level.org.odpi.openmetadata.repositoryservices.rest.server.OMRSMetadataHighwayRESTServices=DEBUG
11:57:17.181 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Open Metadata Repository Services (OMRS), use logging.level.org.odpi.openmetadata.repositoryservices.rest.server.OMRSAuditLogRESTServices=DEBUG
11:57:17.200 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Open Metadata Repository Services (OMRS), use logging.level.org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices=DEBUG
11:57:17.219 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Integration Daemon Services, use logging.level.org.odpi.openmetadata.governanceservers.integrationdaemonservices.server.IntegrationDaemonRESTServices=DEBUG
11:57:17.221 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Engine Host Services, use logging.level.org.odpi.openmetadata.governanceservers.enginehostservices.server.EngineHostRESTServices=DEBUG
11:57:17.244 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Open Metadata Store Services, use logging.level.org.odpi.openmetadata.frameworkservices.omf.server.OpenMetadataStoreRESTServices=DEBUG
11:57:17.423 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Open Governance Framework Services, use logging.level.org.odpi.openmetadata.frameworkservices.gaf.server.GovernanceConfigRESTServices=DEBUG
11:57:17.429 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Open Governance Framework Services, use logging.level.org.odpi.openmetadata.frameworkservices.gaf.server.OpenGovernanceRESTServices=DEBUG
11:57:17.439 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Actor Manager OMVS, use logging.level.org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices=DEBUG
11:57:17.443 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Asset Maker OMVS, use logging.level.org.odpi.openmetadata.viewservices.assetmaker.server.AssetMakerRESTServices=DEBUG
11:57:17.446 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Automated Curation OMVS, use logging.level.org.odpi.openmetadata.viewservices.automatedcuration.server.AutomatedCurationRESTServices=DEBUG
11:57:17.455 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Classification Explorer OMVS, use logging.level.org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices=DEBUG
11:57:17.461 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Collection Manager OMVS, use logging.level.org.odpi.openmetadata.viewservices.collectionmanager.server.CollectionManagerRESTServices=DEBUG
11:57:17.463 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Connection Maker OMVS, use logging.level.org.odpi.openmetadata.viewservices.connectionmaker.server.ConnectionMakerRESTServices=DEBUG
11:57:17.465 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: External Links OMVS, use logging.level.org.odpi.openmetadata.viewservices.externallinks.server.ExternalLinksRESTServices=DEBUG
11:57:17.467 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Feedback Manager OMVS, use logging.level.org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices=DEBUG
11:57:17.469 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Governance Officer OMVS, use logging.level.org.odpi.openmetadata.viewservices.governanceofficer.server.GovernanceOfficerRESTServices=DEBUG
11:57:17.470 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Lineage Linker OMVS, use logging.level.org.odpi.openmetadata.viewservices.lineagelinker.server.LineageLinkerRESTServices=DEBUG
11:57:17.473 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Metadata Expert OMVS, use logging.level.org.odpi.openmetadata.viewservices.metadataexpert.server.MetadataExpertRESTServices=DEBUG
11:57:17.474 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Multi Language OMVS, use logging.level.org.odpi.openmetadata.viewservices.multilanguage.server.MultiLanguageRESTServices=DEBUG
11:57:17.475 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Schema Maker OMVS, use logging.level.org.odpi.openmetadata.viewservices.schemamaker.server.SchemaMakerRESTServices=DEBUG
11:57:17.477 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Time Keeper OMVS, use logging.level.org.odpi.openmetadata.viewservices.timekeeper.server.TimeKeeperRESTServices=DEBUG
11:57:17.481 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Valid Metadata OMVS, use logging.level.org.odpi.openmetadata.viewservices.validmetadata.server.ValidMetadataRESTServices=DEBUG
11:57:17.482 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Action Author OMVS, use logging.level.org.odpi.openmetadata.viewservices.actionauthor.server.ActionAuthorRESTServices=DEBUG
11:57:17.486 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Asset Catalog OMVS, use logging.level.org.odpi.openmetadata.viewservices.assetcatalog.server.AssetCatalogRESTServices=DEBUG
11:57:17.487 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Community Matters OMVS, use logging.level.org.odpi.openmetadata.viewservices.communitymatters.server.CommunityMattersRESTServices=DEBUG
11:57:17.489 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Data Designer OMVS, use logging.level.org.odpi.openmetadata.viewservices.datadesigner.server.DataDesignerRESTServices=DEBUG
11:57:17.492 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Data Discovery OMVS, use logging.level.org.odpi.openmetadata.viewservices.datadiscovery.server.DataDiscoveryRESTServices=DEBUG
11:57:17.493 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Data Engineer OMVS, use logging.level.org.odpi.openmetadata.viewservices.dataengineer.server.DataEngineerRESTServices=DEBUG
11:57:17.494 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Data Officer OMVS, use logging.level.org.odpi.openmetadata.viewservices.dataofficer.server.DataOfficerRESTServices=DEBUG
11:57:17.495 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: DevOps Pipeline OMVS, use logging.level.org.odpi.openmetadata.viewservices.devopspipeline.server.DevopsPipelineRESTServices=DEBUG
11:57:17.500 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Digital Business OMVS, use logging.level.org.odpi.openmetadata.viewservices.digitalbusiness.server.DigitalBusinessRESTServices=DEBUG
11:57:17.503 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Glossary Manager OMVS, use logging.level.org.odpi.openmetadata.viewservices.glossarymanager.server.GlossaryManagerRESTServices=DEBUG
11:57:17.505 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Location Arena OMVS, use logging.level.org.odpi.openmetadata.viewservices.locationarena.server.LocationArenaRESTServices=DEBUG
11:57:17.507 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: My Profile OMVS, use logging.level.org.odpi.openmetadata.viewservices.myprofile.server.MyProfileRESTServices=DEBUG
11:57:17.508 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Notification Manager OMVS, use logging.level.org.odpi.openmetadata.viewservices.notificationmanager.server.NotificationManagerRESTServices=DEBUG
11:57:17.511 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: People Organizer OMVS, use logging.level.org.odpi.openmetadata.viewservices.peopleorganizer.server.PeopleOrganizerRESTServices=DEBUG
11:57:17.512 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Privacy Officer OMVS, use logging.level.org.odpi.openmetadata.viewservices.privacyofficer.server.PrivacyOfficerRESTServices=DEBUG
11:57:17.513 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Product Catalog OMVS, use logging.level.org.odpi.openmetadata.viewservices.productcatalog.server.ProductCatalogRESTServices=DEBUG
11:57:17.514 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Product Manager OMVS, use logging.level.org.odpi.openmetadata.viewservices.productmanager.server.ProductManagerRESTServices=DEBUG
11:57:17.516 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Project Manager OMVS, use logging.level.org.odpi.openmetadata.viewservices.projectmanager.server.ProjectManagerRESTServices=DEBUG
11:57:17.518 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Reference Data OMVS, use logging.level.org.odpi.openmetadata.viewservices.referencedata.server.ReferenceDataRESTServices=DEBUG
11:57:17.521 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Runtime Manager OMVS, use logging.level.org.odpi.openmetadata.viewservices.runtimemanager.server.RuntimeManagerRESTServices=DEBUG
11:57:17.523 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Security Officer OMVS, use logging.level.org.odpi.openmetadata.viewservices.securityofficer.server.SecurityOfficerRESTServices=DEBUG
11:57:17.525 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Solution Architect OMVS, use logging.level.org.odpi.openmetadata.viewservices.solutionarchitect.server.SolutionArchitectRESTServices=DEBUG
11:57:17.527 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Subject Area OMVS, use logging.level.org.odpi.openmetadata.viewservices.subjectarea.server.SubjectAreaRESTServices=DEBUG
11:57:17.528 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Template Manager OMVS, use logging.level.org.odpi.openmetadata.viewservices.templatemanager.server.TemplateManagerRESTServices=DEBUG
11:57:17.546 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Survey Action, use logging.level.org.odpi.openmetadata.engineservices.surveyaction.server.SurveyActionRESTServices=DEBUG
11:57:17.548 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Repository Governance, use logging.level.org.odpi.openmetadata.engineservices.repositorygovernance.server.RepositoryGovernanceRESTServices=DEBUG
11:57:17.550 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Governance Action, use logging.level.org.odpi.openmetadata.engineservices.governanceaction.server.GovernanceActionRESTServices=DEBUG
11:57:17.552 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Watchdog Action, use logging.level.org.odpi.openmetadata.engineservices.watchdogaction.server.WatchdogActionRESTServices=DEBUG
11:57:17.554 [main] DEBUG o.o.o.c.ffdc.RESTCallLogger - New RESTCallLogger registered for service: Connected Asset Services, use logging.level.org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.server.OCFRESTServices=DEBUG
If you want to trace calls for a specific REST service, you can set the log level for that service's RESTCallLogger. For example, to trace calls for the My Profile REST services, you would set the following property in application.properties:
logging level org.odpi.openmetadata.viewservices.myprofile.server.MyProfileRESTServices=DEBUG
Then restart the server and look for the RESTCallLogger in the logs to see the details of the calls. Here is an example of the getMyProfile call.
12:02:10.991 [https-jsse-nio-9443-exec-1] DEBUG o.o.o.v.m.s.MyProfileRESTServices - 0::My Profile OMVS::view-server::getMyProfile call invoked by null
12:02:11.211 [https-jsse-nio-9443-exec-1] DEBUG o.o.o.v.m.s.MyProfileRESTServices - 0::My Profile OMVS::view-server::getMyProfile call invoked by peterprofile returned with response OpenMetadataRootElementResponse{element=OpenMetadataRootElement{properties=PersonProperties{title='Mr', initials='P', givenNames='Peter', surname='Profile', fullName='Mr Peter Profile', pronouns='He/him/his', jobTitle='Information Analyst', employeeNumber='986419', employeeType='FTP', preferredLanguage='null', residentCountry='null', timeZone='null'} ActorProfileProperties{} ActorProperties{} ReferenceableProperties{qualifiedName='Person::UK::986419', identifier='null', displayName='Peter Profile', description='null', versionIdentifier='null', category='null', url='null', additionalProperties={workLocation=2, countryCode=UK, organization=Coco Pharmaceuticals Ltd, jobLevel=3}} OpenMetadataRootProperties{typeName='Person', extendedProperties={}} RelationshipProperties{effectiveFrom=null, effectiveTo=null}, specification=null, mermaidGraph='---
title: Person - Peter Profile [b3c74cca-6cae-41b5-bedc-f8c2ce047ddd]
---
flowchart TD
%%{init: {"flowchart": {"htmlLabels": false}} }%%
1@{ shape: rounded, label: "*Person*
**Peter Profile**"}
2@{ shape: bow-rect, label: "*User Identity*
**peterprofile**"}
1==>|"Profile Identity"|2
3@{ shape: rounded, label: "*Contact Details*
**Work Email Address**"}
1==>|"Contact Through"|3
4@{ shape: trap-t, label: "*Solution Owner*
**Sustainability Technology Lead**"}
4==>|"Person Role Appointment"|1
5@{ shape: trap-t, label: "*Community*
**Sustainability Community**"}
4==>|"Contributor [Assignment Scope]"|5
6@{ shape: trap-t, label: "*Team Member*
**TeamMembers::Department::7432**"}
6==>|"Person Role Appointment"|1
7@{ shape: trap-b, label: "*Team*
**Chief Data Office**"}
6==>|"Contributor [Assignment Scope]"|7
style 1 color:#000000, fill:#e0ab18, stroke:#004563
style 2 color:#000000, fill:#FF8C00, stroke:#000000
style 3 color:#000000, fill:#39add1, stroke:#004563
style 4 color:#000000, fill:#FFE599, stroke:#000000
style 5 color:#000000, fill:#FFE599, stroke:#000000
style 6 color:#000000, fill:#FFE599, stroke:#000000
style 7 color:#000000, fill:#FFE599, stroke:#000000
', rootHierarchyMermaidGraph='null', specificationMermaidGraph='null', solutionBlueprintMermaidGraph='null', solutionSubcomponentMermaidGraph='null', organizationTreeMermaidGraph='null'} AttributedMetadataElement{elementHeader=ElementHeader{guid='b3c74cca-6cae-41b5-bedc-f8c2ce047ddd', anchor=ElementClassification{classificationName='Anchors', classificationProperties=AnchorsProperties{anchorGUID='null', anchorTypeName='Person', anchorDomainName='Actor', anchorScopeGUID='null'} ClassificationBeanProperties{typeName='Anchors', extendedProperties={}} ClassificationBeanProperties{effectiveFrom=null, effectiveTo=null}} ElementClassificationHeader{classificationOrigin=ClassificationOrigin{ordinal=0, name='Assigned', description='The classification is explicitly assigned to the entity'}, classificationOriginGUID='null', status=InstanceStatus{ordinal=15, name='Active', description='The instance is approved and in use.'}, type=ElementType{elementTypeId='aa44f302-2e43-4669-a1e7-edaae414fc6e', elementTypeName='Anchors', elementSuperTypeNames=null, elementTypeVersion=1, elementTypeDescription='Identifies the anchor entity for an element that is part of a large composite object such as an asset., elementTypeCategory='OpenMetadataTypeDefCategory{ordinal=5, name='OpenMetadataClassificationDef', description='A description of a specific characteristic or grouping for entities.'}}, origin=ElementOrigin{sourceServer='active-metadata-store', originCategory=ElementOriginCategory{ordinal=3, name='Content Pack', description='The element comes from an open metadata content pack. The metadata collection id of the elements is set to the GUID of the pack.'}, homeMetadataCollectionId='655b1965-4c29-4a0e-8a5d-3f55a37b3799', homeMetadataCollectionName='Coco Pharmaceuticals Combination', license='null'}, versions=ElementVersions{createdBy='Egeria Project', updatedBy='Egeria Project', maintainedBy=[Egeria Project], createTime=Mon Dec 20 07:20:40 GMT 2021, updateTime=Mon Dec 20 07:20:40 GMT 2021, version=1773412357371, lastRequestId='null'}, headerVersion=0}, zoneMembership=null, impact=null, criticality=null, confidentiality=null, confidence=null, retention=null, governanceExpectations=null, governanceMeasurements=null, executionPoints=null, duplicateClassifications=null, digitalResourceOrigin=null, ownership=null, memento=null, template=null, templateSubstitute=null, schemaType=null, dataScope=null, dataAssetEncoding=null, calculatedValue=null, primaryKey=null, knownDuplicate=null, consolidateDuplicate=null, projectClassification=null, collectionRoles=null, locationRoles=null, projectRoles=null, otherClassifications=null} ElementControlHeader{status=InstanceStatus{ordinal=15, name='Active', description='The instance is approved and in use.'}, type=ElementType{elementTypeId='ac406bf8-e53e-49f1-9088-2af28bbbd285', elementTypeName='Person', elementSuperTypeNames=[ActorProfile, Actor, Referenceable, OpenMetadataRoot], elementTypeVersion=1, elementTypeDescription='An individual., elementTypeCategory='OpenMetadataTypeDefCategory{ordinal=6, name='OpenMetadataEntityDef', description='An object or concept of interest.'}}, origin=ElementOrigin{sourceServer='active-metadata-store', originCategory=ElementOriginCategory{ordinal=3, name='Content Pack', description='The element comes from an open metadata content pack. The metadata collection id of the elements is set to the GUID of the pack.'}, homeMetadataCollectionId='655b1965-4c29-4a0e-8a5d-3f55a37b3799', homeMetadataCollectionName='Coco Pharmaceuticals Combination', license='Apache 2.0'}, versions=ElementVersions{createdBy='Egeria Project', updatedBy='Egeria Project', maintainedBy=[Egeria Project], createTime=Mon Dec 20 07:20:40 GMT 2021, updateTime=Mon Dec 20 07:20:40 GMT 2021, version=1773412357371, lastRequestId='null'}, headerVersion=0}, sampleData=null, sourcesOfSampleData=null, templateCreatedElements=null, sourcedFromTemplate=null, templatesForCataloguing=null, templateUses=null, actionSource=null, requestedActions=null, actionCause=null, relatedActions=null, actionTargets=null, actionsForTarget=null, searchKeywords=null, keywordElements=null, externalReferences=null, referencingElements=null, alsoKnownAs=null, equivalentElements=null, resourceList=null, resourceListUsers=null, providesMoreInformation=null, describes=null, propertyFacets=null, facetedElements=null, memberOfCollections=null, collectionMembers=null, knownLocations=null, localResources=null, peerLocations=null, groupingLocations=null, nestedLocations=null, serverEndpoints=null, serverForEndpoint=null, hostedITAssets=null, deployedTo=null, storageVolumes=null, hostsUsingStorageVolume=null, consumedByCapabilities=null, capabilityConsumedAssets=null, capabilities=null, hostedByDeployedITInfrastructure=null, cohortMembership=null, registeredWithCohorts=null, visibleEndpoints=null, visibleInNetworks=null, userProfile=null, userIdentities=[RelatedMetadataElementSummary{relationshipHeader=ElementHeader{guid='e5e36f27-c4a7-46ac-8fd9-7eac0b5835a9', anchor=null, zoneMembership=null, impact=null, criticality=null, confidentiality=null, confidence=null, retention=null, governanceExpectations=null, governanceMeasurements=null, executionPoints=null, duplicateClassifications=null, digitalResourceOrigin=null, ownership=null, memento=null, template=null, templateSubstitute=null, schemaType=null, dataScope=null, dataAssetEncoding=null, calculatedValue=null, primaryKey=null, knownDuplicate=null, consolidateDuplicate=null, projectClassification=null, collectionRoles=null, locationRoles=null, projectRoles=null, otherClassifications=null} ElementControlHeader{status=InstanceStatus{ordinal=15, name='Active', description='The instance is approved and in use.'}, type=ElementType{elementTypeId='01664609-e777-4079-b543-6baffe910ff1', elementTypeName='ProfileIdentity', elementSuperTypeNames=null, elementTypeVersion=1, elementTypeDescription='Correlates a user identity with an actor profile., elementTypeCategory='OpenMetadataTypeDefCategory{ordinal=8, name='OpenMetadataRelationshipDef', description='A link between two entities.'}}, origin=ElementOrigin{sourceServer='active-metadata-store', originCategory=ElementOriginCategory{ordinal=3, name='Content Pack', description='The element comes from an open metadata content pack. The metadata collection id of the elements is set to the GUID of the pack.'}, homeMetadataCollectionId='655b1965-4c29-4a0e-8a5d-3f55a37b3799', homeMetadataCollectionName='Coco Pharmaceuticals Combination', license='Apache 2.0'}, versions=ElementVersions{createdBy='Egeria Project', updatedBy='Egeria Project', maintainedBy=[Egeria Project], createTime=Mon Dec 20 07:20:40 GMT 2021, updateTime=Mon Dec 20 07:20:40 GMT 2021, version=1773412357371, lastRequestId='null'}, headerVersion=0}, relationshipProperties=null, effectiveFromTime=null, effectiveToTime=null, relatedElement=MetadataElementSummary{elementHeader=ElementHeader{guid='1fbf57da-886a-49c0-b3a5-f55344126e81', anchor=ElementClassification{classificationName='Anchors', classificationProperties=AnchorsProperties{anchorGUID='1fbf57da-886a-49c0-b3a5-f55344126e81', anchorTypeName='UserIdentity', anchorDomainName='Actor', anchorScopeGUID='null'} ClassificationBeanProperties{typeName='Anchors', extendedProperties={}} ClassificationBeanProperties{effectiveFrom=null, effectiveTo=null}} ElementClassificationHeader{classificationOrigin=ClassificationOrigin{ordinal=0, name='Assigned', description='The classification is explicitly assigned to the entity'}, classificationOriginGUID='null', status=InstanceStatus{ordinal=15, name='Active', description='The instance is approved and in use.'}, type=ElementType{elementTypeId='aa44f302-2e43-4669-a1e7-edaae414fc6e', elementTypeName='Anchors', elementSuperTypeNames=null, elementTypeVersion=1, elementTypeDescription='Identifies the anchor entity for an element that is part of a large composite object such as an asset., elementTypeCategory='OpenMetadataTypeDefCategory{ordinal=5, name='OpenMetadataClassificationDef', description='A description of a specific characteristic or grouping for entities.'}}, origin=ElementOrigin{sourceServer='active-metadata-store', originCategory=ElementOriginCategory{ordinal=1, name='Local to cohort', description='The element is being maintained within one of the local cohort members. The metadata collection id is for one of the repositories in the cohort. This metadata collection id identifies the home repository for this element. '}, homeMetadataCollectionId='3dc0b136-811a-4e70-a0f1-690902954c92', homeMetadataCollectionName='active-metadata-store', license='null'}, versions=ElementVersions{createdBy='activenpa', updatedBy='activenpa', maintainedBy=[activenpa], createTime=Thu Mar 19 12:01:56 GMT 2026, updateTime=Thu Mar 19 12:01:56 GMT 2026, version=1, lastRequestId='1494af75-af0d-46b4-ba87-1f19bf08c4a8'}, headerVersion=0}, zoneMembership=null, impact=null, criticality=null, confidentiality=null, confidence=null, retention=null, governanceExpectations=null, governanceMeasurements=null, executionPoints=null, duplicateClassifications=null, digitalResourceOrigin=null, ownership=null, memento=null, template=null, templateSubstitute=null, schemaType=null, dataScope=null, dataAssetEncoding=null, calculatedValue=null, primaryKey=null, knownDuplicate=null, consolidateDuplicate=null, projectClassification=null, collectionRoles=null, locationRoles=null, projectRoles=null, otherClassifications=null} ElementControlHeader{status=InstanceStatus{ordinal=15, name='Active', description='The instance is approved and in use.'}, type=ElementType{elementTypeId='fbe95779-1f3c-4ac6-aa9d-24963ff16282', elementTypeName='UserIdentity', elementSuperTypeNames=[Actor, Referenceable, OpenMetadataRoot], elementTypeVersion=1, elementTypeDescription='Name of the security account for a person or automated process., elementTypeCategory='OpenMetadataTypeDefCategory{ordinal=6, name='OpenMetadataEntityDef', description='An object or concept of interest.'}}, origin=ElementOrigin{sourceServer='active-metadata-store', originCategory=ElementOriginCategory{ordinal=3, name='Content Pack', description='The element comes from an open metadata content pack. The metadata collection id of the elements is set to the GUID of the pack.'}, homeMetadataCollectionId='655b1965-4c29-4a0e-8a5d-3f55a37b3799', homeMetadataCollectionName='Coco Pharmaceuticals Combination', license='Apache 2.0'}, versions=ElementVersions{createdBy='Egeria Project', updatedBy='Egeria Project', maintainedBy=[Egeria Project], createTime=Mon Dec 20 07:20:40 GMT 2021, updateTime=Mon Dec 20 07:20:40 GMT 2021, version=1773412357371, lastRequestId='null'}, headerVersion=0}, properties=UserIdentityProperties{userId='peterprofile', distinguishedName='cn=peterprofile,ou=people,ou=users,o=cocoPharma'} ActorProperties{} ReferenceableProperties{qualifiedName='UserIdentity:cn=peterprofile,ou=people,ou=users,o=cocoPharma', identifier='null', displayName='null', description='null', versionIdentifier='null', category='null', url='null', additionalProperties=null} OpenMetadataRootProperties{typeName='UserIdentity', extendedProperties={}} RelationshipProperties{effectiveFrom=null, effectiveTo=null}}, relatedElementAtEnd1=false}], contactDetails=[RelatedMetadataElementSummary{relationshipHeader=ElementHeader{guid='e8b33f4e-1905-41ee-af6d-3ba89b3a2b4c', anchor=null, zoneMembership=null, impact=null, criticality=null, confidentiality=null, confidence=null, retention=null, governanceExpectations=null, governanceMeasurements=null, executionPoints=null, duplicateClassifications=null, digitalResourceOrigin=null, ownership=null, memento=null, template=null, templateSubstitute=null, schemaType=null, dataScope=null, dataAssetEncoding=null, calculatedValue=null, primaryKey=null, knownDuplicate=null, consolidateDuplicate=null, projectClassification=null, collectionRoles=null, locationRoles=null, projectRoles=null, otherClassifications=null} ElementControlHeader{status=InstanceStatus{ordinal=15, name='Active', description='The instance is approved and in use.'}, type=ElementType{elementTypeId='6cb9af43-184e-4dfa-854a-1572bcf0fe75', elementTypeName='ContactThrough', elementSuperTypeNames=null, elementTypeVersion=1, elementTypeDescription='he contact details associated with an actor profile., elementTypeCategory='OpenMetadataTypeDefCategory{ordinal=8, name='OpenMetadataRelationshipDef', description='A link between two entities.'}}, origin=ElementOrigin{sourceServer='active-metadata-store', originCategory=ElementOriginCategory{ordinal=3, name='Content Pack', description='The element comes from an open metadata content pack. The metadata collection id of the elements is set to the GUID of the pack.'}, homeMetadataCollectionId='655b1965-4c29-4a0e-8a5d-3f55a37b3799', homeMetadataCollectionName='Coco Pharmaceuticals Combination', license='Apache 2.0'}, versions=ElementVersions{createdBy='Egeria Project', updatedBy='Egeria Project', maintainedBy=[Egeria Project], createTime=Mon Dec 20 07:20:40 GMT 2021, updateTime=Mon Dec 20 07:20:40 GMT 2021, version=1773412357371, lastRequestId='null'}, headerVersion=0}, relationshipProperties=null, effectiveFromTime=null, effectiveToTime=null, relatedElement=MetadataElementSummary{elementHeader=ElementHeader{guid='18073932-817d-4717-8c79-f28f7764ea99', anchor=ElementClassification{classificationName='Anchors', classificationProperties=AnchorsProperties{anchorGUID='b3c74cca-6cae-41b5-bedc-f8c2ce047ddd', anchorTypeName='Person', anchorDomainName='Actor', anchorScopeGUID='null'} ClassificationBeanProperties{typeName='Anchors', extendedProperties={}} ClassificationBeanProperties{effectiveFrom=null, effectiveTo=null}} ElementClassificationHeader{classificationOrigin=ClassificationOrigin{ordinal=0, name='Assigned', description='The classification is explicitly assigned to the entity'}, classificationOriginGUID='null', status=InstanceStatus{ordinal=15, name='Active', description='The instance is approved and in use.'}, type=ElementType{elementTypeId='aa44f302-2e43-4669-a1e7-edaae414fc6e', elementTypeName='Anchors', elementSuperTypeNames=null, elementTypeVersion=1, elementTypeDescription='Identifies the anchor entity for an element that is part of a large composite object such as an asset., elementTypeCategory='OpenMetadataTypeDefCategory{ordinal=5, name='OpenMetadataClassificationDef', description='A description of a specific characteristic or grouping for entities.'}}, origin=ElementOrigin{sourceServer='active-metadata-store', originCategory=ElementOriginCategory{ordinal=3, name='Content Pack', description='The element comes from an open metadata content pack. The metadata collection id of the elements is set to the GUID of the pack.'}, homeMetadataCollectionId='655b1965-4c29-4a0e-8a5d-3f55a37b3799', homeMetadataCollectionName='Coco Pharmaceuticals Combination', license='null'}, versions=ElementVersions{createdBy='Egeria Project', updatedBy='Egeria Project', maintainedBy=[Egeria Project], createTime=Mon Dec 20 07:20:40 GMT 2021, updateTime=Mon Dec 20 07:20:40 GMT 2021, version=1773412357371, lastRequestId='null'}, headerVersion=0}, zoneMembership=null, impact=null, criticality=null, confidentiality=null, confidence=null, retention=null, governanceExpectations=null, governanceMeasurements=null, executionPoints=null, duplicateClassifications=null, digitalResourceOrigin=null, ownership=null, memento=null, template=null, templateSubstitute=null, schemaType=null, dataScope=null, dataAssetEncoding=null, calculatedValue=null, primaryKey=null, knownDuplicate=null, consolidateDuplicate=null, projectClassification=null, collectionRoles=null, locationRoles=null, projectRoles=null, otherClassifications=null} ElementControlHeader{status=InstanceStatus{ordinal=15, name='Active', description='The instance is approved and in use.'}, type=ElementType{elementTypeId='79296df8-645a-4ef7-a011-912d1cdcf75a', elementTypeName='ContactDetails', elementSuperTypeNames=[Referenceable, OpenMetadataRoot], elementTypeVersion=1, elementTypeDescription='Information on how to send a message to an individual or automated process., elementTypeCategory='OpenMetadataTypeDefCategory{ordinal=6, name='OpenMetadataEntityDef', description='An object or concept of interest.'}}, origin=ElementOrigin{sourceServer='active-metadata-store', originCategory=ElementOriginCategory{ordinal=3, name='Content Pack', description='The element comes from an open metadata content pack. The metadata collection id of the elements is set to the GUID of the pack.'}, homeMetadataCollectionId='655b1965-4c29-4a0e-8a5d-3f55a37b3799', homeMetadataCollectionName='Coco Pharmaceuticals Combination', license='Apache 2.0'}, versions=ElementVersions{createdBy='Egeria Project', updatedBy='Egeria Project', maintainedBy=[Egeria Project], createTime=Mon Dec 20 07:20:40 GMT 2021, updateTime=Mon Dec 20 07:20:40 GMT 2021, version=1773412357371, lastRequestId='null'}, headerVersion=0}, properties=ContactDetailsProperties{contactType='Work Email', contactMethodType=ContactMethodType{ordinal=0, name='Email', description='Send email.', descriptionGUID='9ae0f271-e59b-4212-a123-0cb2e431a4f5', isDefault='false'}, contactMethodService='Email address assigned by Coco Pharmaceuticals.', contactMethodValue='PeterProfile@Coco-Pharmaceuticals.org'} ReferenceableProperties{qualifiedName='null', identifier='null', displayName='Work Email Address', description='null', versionIdentifier='null', category='null', url='null', additionalProperties=null} OpenMetadataRootProperties{typeName='ContactDetails', extendedProperties={}} RelationshipProperties{effectiveFrom=null, effectiveTo=null}}, relatedElementAtEnd1=false}], contacts=null, peerPersons=null, superTeam=null, subTeams=null, profilesForAsset=null, assetsUsingProfile=null, performsRoles=[RelatedMetadataHierarchySummary{nestedElements=[RelatedMetadataElementSummary{relationshipHeader=ElementHeader{guid='ba9f069b-aca9-4ba5-910f-8cd4ee5b77eb', anchor=null, zoneMembership=null, impact=null, criticality=null, confidentiality=null, confidence=null, retention=null, governanceExpectations=null, governanceMeasurements=null, executionPoints=null, duplicateClassifications=null, digitalResourceOrigin=null, ownership=null, memento=null, template=null, templateSubstitute=null, schemaType=null, dataScope=null, dataAssetEncoding=null, calculatedValue=null, primaryKey=null, knownDuplicate=null, consolidateDuplicate=null, projectClassification=null, collectionRoles=null, locationRoles=null, projectRoles=null, otherClassifications=null} ElementControlHeader{status=InstanceStatus{ordinal=15, name='Active', description='The instance is approved and in use.'}, type=ElementType{elementTypeId='e3fdafe3-692a-46c6-a595-c538cc189dd9', elementTypeName='AssignmentScope', elementSuperTypeNames=null, elementTypeVersion=1, elementTypeDescription='Links a profile, role or project to the elements that they are responsible for managing., elementTypeCategory='OpenMetadataTypeDefCategory{ordinal=8, name='OpenMetadataRelationshipDef', description='A link between two entities.'}}, origin=ElementOrigin{sourceServer='active-metadata-store', originCategory=ElementOriginCategory{ordinal=3, name='Content Pack', description='The element comes from an open metadata content pack. The metadata collection id of the elements is set to the GUID of the pack.'}, homeMetadataCollectionId='655b1965-4c29-4a0e-8a5d-3f55a37b3799', homeMetadataCollectionName='Coco Pharmaceuticals Combination', license='Apache 2.0'}, versions=ElementVersions{createdBy='Egeria Project', updatedBy='Egeria Project', maintainedBy=[Egeria Project], createTime=Mon Dec 20 07:20:40 GMT 2021, updateTime=Mon Dec 20 07:20:40 GMT 2021, version=1773412357371, lastRequestId='null'}, headerVersion=0}, relationshipProperties=AssignmentScopeProperties{assignmentType='Contributor', description='null'} RelationshipBeanProperties{typeName='AssignmentScope', extendedProperties={}} RelationshipProperties{effectiveFrom=null, effectiveTo=null}, effectiveFromTime=null, effectiveToTime=null, relatedElement=MetadataElementSummary{elementHeader=ElementHeader{guid='d47af3f3-97c1-4f1f-82ae-ddddf1b1c4d8', anchor=null, zoneMembership=null, impact=null, criticality=null, confidentiality=null, confidence=null, retention=null, governanceExpectations=null, governanceMeasurements=null, executionPoints=null, duplicateClassifications=null, digitalResourceOrigin=null, ownership=null, memento=null, template=null, templateSubstitute=null, schemaType=null, dataScope=null, dataAssetEncoding=null, calculatedValue=null, primaryKey=null, knownDuplicate=null, consolidateDuplicate=null, projectClassification=null, collectionRoles=null, locationRoles=null, projectRoles=null, otherClassifications=null} ElementControlHeader{status=InstanceStatus{ordinal=15, name='Active', description='The instance is approved and in use.'}, type=ElementType{elementTypeId='fbd42379-f6c3-4f08-b6f7-378565cda993', elementTypeName='Community', elementSuperTypeNames=[Referenceable, OpenMetadataRoot], elementTypeVersion=1, elementTypeDescription='A group of people with a common interest or skill., elementTypeCategory='OpenMetadataTypeDefCategory{ordinal=6, name='OpenMetadataEntityDef', description='An object or concept of interest.'}}, origin=ElementOrigin{sourceServer='active-metadata-store', originCategory=ElementOriginCategory{ordinal=3, name='Content Pack', description='The element comes from an open metadata content pack. The metadata collection id of the elements is set to the GUID of the pack.'}, homeMetadataCollectionId='655b1965-4c29-4a0e-8a5d-3f55a37b3799', homeMetadataCollectionName='Coco Pharmaceuticals Combination', license='Apache 2.0'}, versions=ElementVersions{createdBy='Egeria Project', updatedBy='Egeria Project', maintainedBy=[Egeria Project], createTime=Mon Dec 20 07:20:40 GMT 2021, updateTime=Mon Dec 20 07:20:40 GMT 2021, version=1773412357371, lastRequestId='null'}, headerVersion=0}, properties=CommunityProperties{mission='To provide a mechanism for communication and coordination of work across Coco Pharmaceuticals that supports this governance domain.'} ReferenceableProperties{qualifiedName='Community::Egeria:ValidMetadataValue::domainIdentifier-(9)', identifier='null', displayName='Sustainability Community', description='Community supporting Sustainability that is lead by the governance domain leader and includes all the people supporting the domain.', versionIdentifier='null', category='null', url='null', additionalProperties=null} OpenMetadataRootProperties{typeName='Community', extendedProperties={}} RelationshipProperties{effectiveFrom=null, effectiveTo=null}}, relatedElementAtEnd1=false}], sideLinks=null} RelatedMetadataElementSummary{relationshipHeader=ElementHeader{guid='51801791-7273-46f1-9bf2-1a88617c0ad8', anchor=null, zoneMembership=null, impact=null, criticality=null, confidentiality=null, confidence=null, retention=null, governanceExpectations=null, governanceMeasurements=null, executionPoints=null, duplicateClassifications=null, digitalResourceOrigin=null, ownership=null, memento=null, template=null, templateSubstitute=null, schemaType=null, dataScope=null, dataAssetEncoding=null, calculatedValue=null, primaryKey=null, knownDuplicate=null, consolidateDuplicate=null, projectClassification=null, collectionRoles=null, locationRoles=null, projectRoles=null, otherClassifications=null} ElementControlHeader{status=InstanceStatus{ordinal=15, name='Active', description='The instance is approved and in use.'}, type=ElementType{elementTypeId='4a316abe-bcce-4d11-ad5a-4bfb4079b80b', elementTypeName='PersonRoleAppointment', elementSuperTypeNames=null, elementTypeVersion=1, elementTypeDescription='Relationship identifying a person's roles., elementTypeCategory='OpenMetadataTypeDefCategory{ordinal=8, name='OpenMetadataRelationshipDef', description='A link between two entities.'}}, origin=ElementOrigin{sourceServer='active-metadata-store', originCategory=ElementOriginCategory{ordinal=3, name='Content Pack', description='The element comes from an open metadata content pack. The metadata collection id of the elements is set to the GUID of the pack.'}, homeMetadataCollectionId='655b1965-4c29-4a0e-8a5d-3f55a37b3799', homeMetadataCollectionName='Coco Pharmaceuticals Combination', license='Apache 2.0'}, versions=ElementVersions{createdBy='Egeria Project', updatedBy='Egeria Project', maintainedBy=[Egeria Project], createTime=Mon Dec 20 07:20:40 GMT 2021, updateTime=Mon Dec 20 07:20:40 GMT 2021, version=1773412357371, lastRequestId='null'}, headerVersion=0}, relationshipProperties=null, effectiveFromTime=null, effectiveToTime=null, relatedElement=MetadataElementSummary{elementHeader=ElementHeader{guid='f85fffb3-3fda-4778-96ef-bf278c9c059c', anchor=ElementClassification{classificationName='Anchors', classificationProperties=AnchorsProperties{anchorGUID='f85fffb3-3fda-4778-96ef-bf278c9c059c', anchorTypeName='SolutionOwner', anchorDomainName='Actor', anchorScopeGUID='null'} ClassificationBeanProperties{typeName='Anchors', extendedProperties={}} ClassificationBeanProperties{effectiveFrom=null, effectiveTo=null}} ElementClassificationHeader{classificationOrigin=ClassificationOrigin{ordinal=0, name='Assigned', description='The classification is explicitly assigned to the entity'}, classificationOriginGUID='null', status=InstanceStatus{ordinal=15, name='Active', description='The instance is approved and in use.'}, type=ElementType{elementTypeId='aa44f302-2e43-4669-a1e7-edaae414fc6e', elementTypeName='Anchors', elementSuperTypeNames=null, elementTypeVersion=1, elementTypeDescription='Identifies the anchor entity for an element that is part of a large composite object such as an asset., elementTypeCategory='OpenMetadataTypeDefCategory{ordinal=5, name='OpenMetadataClassificationDef', description='A description of a specific characteristic or grouping for entities.'}}, origin=ElementOrigin{sourceServer='active-metadata-store', originCategory=ElementOriginCategory{ordinal=1, name='Local to cohort', description='The element is being maintained within one of the local cohort members. The metadata collection id is for one of the repositories in the cohort. This metadata collection id identifies the home repository for this element. '}, homeMetadataCollectionId='3dc0b136-811a-4e70-a0f1-690902954c92', homeMetadataCollectionName='active-metadata-store', license='null'}, versions=ElementVersions{createdBy='activenpa', updatedBy='activenpa', maintainedBy=[activenpa], createTime=Thu Mar 19 12:01:56 GMT 2026, updateTime=Thu Mar 19 12:01:56 GMT 2026, version=1, lastRequestId='1494af75-af0d-46b4-ba87-1f19bf08c4a8'}, headerVersion=0}, zoneMembership=null, impact=null, criticality=null, confidentiality=null, confidence=null, retention=null, governanceExpectations=null, governanceMeasurements=null, executionPoints=null, duplicateClassifications=null, digitalResourceOrigin=null, ownership=null, memento=null, template=null, templateSubstitute=null, schemaType=null, dataScope=null, dataAssetEncoding=null, calculatedValue=null, primaryKey=null, knownDuplicate=null, consolidateDuplicate=null, projectClassification=null, collectionRoles=null, locationRoles=null, projectRoles=null, otherClassifications=null} ElementControlHeader{status=InstanceStatus{ordinal=15, name='Active', description='The instance is approved and in use.'}, type=ElementType{elementTypeId='e44d5019-37e5-4965-8b89-2bef412833bf', elementTypeName='SolutionOwner', elementSuperTypeNames=[GovernanceRole, PersonRole, ActorRole, Actor, Referenceable, OpenMetadataRoot], elementTypeVersion=1, elementTypeDescription='A role defining a responsibility for an IT solution., elementTypeCategory='OpenMetadataTypeDefCategory{ordinal=6, name='OpenMetadataEntityDef', description='An object or concept of interest.'}}, origin=ElementOrigin{sourceServer='active-metadata-store', originCategory=ElementOriginCategory{ordinal=3, name='Content Pack', description='The element comes from an open metadata content pack. The metadata collection id of the elements is set to the GUID of the pack.'}, homeMetadataCollectionId='655b1965-4c29-4a0e-8a5d-3f55a37b3799', homeMetadataCollectionName='Coco Pharmaceuticals Combination', license='Apache 2.0'}, versions=ElementVersions{createdBy='Egeria Project', updatedBy='Egeria Project', maintainedBy=[Egeria Project], createTime=Mon Dec 20 07:20:40 GMT 2021, updateTime=Mon Dec 20 07:20:40 GMT 2021, version=1773412357371, lastRequestId='null'}, headerVersion=0}, properties=SolutionOwnerProperties{} GovernanceRoleProperties{domainIdentifier=9} PersonRoleProperties{headCountLimitSet=false, headCount=0} ActorRoleProperties{scope='null'} ActorProperties{} ReferenceableProperties{qualifiedName='SolutionOwner::SUSTAINABILITY-TECH-LEAD', identifier='SUSTAINABILITY-TECH-LEAD', displayName='Sustainability Technology Lead', description='Builds and maintains the information supply chain for sustainability reporting.', versionIdentifier='null', category='null', url='null', additionalProperties=null} OpenMetadataRootProperties{typeName='SolutionOwner', extendedProperties={}} RelationshipProperties{effectiveFrom=null, effectiveTo=null}}, relatedElementAtEnd1=true}, RelatedMetadataHierarchySummary{nestedElements=[RelatedMetadataElementSummary{relationshipHeader=ElementHeader{guid='323c66d6-bace-4aaa-881f-6808853dacb6', anchor=null, zoneMembership=null, impact=null, criticality=null, confidentiality=null, confidence=null, retention=null, governanceExpectations=null, governanceMeasurements=null, executionPoints=null, duplicateClassifications=null, digitalResourceOrigin=null, ownership=null, memento=null, template=null, templateSubstitute=null, schemaType=null, dataScope=null, dataAssetEncoding=null, calculatedValue=null, primaryKey=null, knownDuplicate=null, consolidateDuplicate=null, projectClassification=null, collectionRoles=null, locationRoles=null, projectRoles=null, otherClassifications=null} ElementControlHeader{status=InstanceStatus{ordinal=15, name='Active', description='The instance is approved and in use.'}, type=ElementType{elementTypeId='e3fdafe3-692a-46c6-a595-c538cc189dd9', elementTypeName='AssignmentScope', elementSuperTypeNames=null, elementTypeVersion=1, elementTypeDescription='Links a profile, role or project to the elements that they are responsible for managing., elementTypeCategory='OpenMetadataTypeDefCategory{ordinal=8, name='OpenMetadataRelationshipDef', description='A link between two entities.'}}, origin=ElementOrigin{sourceServer='active-metadata-store', originCategory=ElementOriginCategory{ordinal=3, name='Content Pack', description='The element comes from an open metadata content pack. The metadata collection id of the elements is set to the GUID of the pack.'}, homeMetadataCollectionId='655b1965-4c29-4a0e-8a5d-3f55a37b3799', homeMetadataCollectionName='Coco Pharmaceuticals Combination', license='Apache 2.0'}, versions=ElementVersions{createdBy='Egeria Project', updatedBy='Egeria Project', maintainedBy=[Egeria Project], createTime=Mon Dec 20 07:20:40 GMT 2021, updateTime=Mon Dec 20 07:20:40 GMT 2021, version=1773412357371, lastRequestId='null'}, headerVersion=0}, relationshipProperties=AssignmentScopeProperties{assignmentType='Contributor', description='null'} RelationshipBeanProperties{typeName='AssignmentScope', extendedProperties={}} RelationshipProperties{effectiveFrom=null, effectiveTo=null}, effectiveFromTime=null, effectiveToTime=null, relatedElement=MetadataElementSummary{elementHeader=ElementHeader{guid='57a61806-6668-4ecf-94a4-07e7fc77ed58', anchor=ElementClassification{classificationName='Anchors', classificationProperties=AnchorsProperties{anchorGUID='null', anchorTypeName='Team', anchorDomainName='Actor', anchorScopeGUID='null'} ClassificationBeanProperties{typeName='Anchors', extendedProperties={}} ClassificationBeanProperties{effectiveFrom=null, effectiveTo=null}} ElementClassificationHeader{classificationOrigin=ClassificationOrigin{ordinal=0, name='Assigned', description='The classification is explicitly assigned to the entity'}, classificationOriginGUID='null', status=InstanceStatus{ordinal=15, name='Active', description='The instance is approved and in use.'}, type=ElementType{elementTypeId='aa44f302-2e43-4669-a1e7-edaae414fc6e', elementTypeName='Anchors', elementSuperTypeNames=null, elementTypeVersion=1, elementTypeDescription='Identifies the anchor entity for an element that is part of a large composite object such as an asset., elementTypeCategory='OpenMetadataTypeDefCategory{ordinal=5, name='OpenMetadataClassificationDef', description='A description of a specific characteristic or grouping for entities.'}}, origin=ElementOrigin{sourceServer='active-metadata-store', originCategory=ElementOriginCategory{ordinal=3, name='Content Pack', description='The element comes from an open metadata content pack. The metadata collection id of the elements is set to the GUID of the pack.'}, homeMetadataCollectionId='655b1965-4c29-4a0e-8a5d-3f55a37b3799', homeMetadataCollectionName='Coco Pharmaceuticals Combination', license='null'}, versions=ElementVersions{createdBy='Egeria Project', updatedBy='Egeria Project', maintainedBy=[Egeria Project], createTime=Mon Dec 20 07:20:40 GMT 2021, updateTime=Mon Dec 20 07:20:40 GMT 2021, version=1773412357371, lastRequestId='null'}, headerVersion=0}, zoneMembership=null, impact=null, criticality=null, confidentiality=null, confidence=null, retention=null, governanceExpectations=null, governanceMeasurements=null, executionPoints=null, duplicateClassifications=null, digitalResourceOrigin=null, ownership=null, memento=null, template=null, templateSubstitute=null, schemaType=null, dataScope=null, dataAssetEncoding=null, calculatedValue=null, primaryKey=null, knownDuplicate=null, consolidateDuplicate=null, projectClassification=null, collectionRoles=null, locationRoles=null, projectRoles=null, otherClassifications=null} ElementControlHeader{status=InstanceStatus{ordinal=15, name='Active', description='The instance is approved and in use.'}, type=ElementType{elementTypeId='36db26d5-aba2-439b-bc15-d62d373c5db6', elementTypeName='Team', elementSuperTypeNames=[ActorProfile, Actor, Referenceable, OpenMetadataRoot], elementTypeVersion=1, elementTypeDescription='Group of people working together., elementTypeCategory='OpenMetadataTypeDefCategory{ordinal=6, name='OpenMetadataEntityDef', description='An object or concept of interest.'}}, origin=ElementOrigin{sourceServer='active-metadata-store', originCategory=ElementOriginCategory{ordinal=3, name='Content Pack', description='The element comes from an open metadata content pack. The metadata collection id of the elements is set to the GUID of the pack.'}, homeMetadataCollectionId='655b1965-4c29-4a0e-8a5d-3f55a37b3799', homeMetadataCollectionName='Coco Pharmaceuticals Combination', license='Apache 2.0'}, versions=ElementVersions{createdBy='Egeria Project', updatedBy='Egeria Project', maintainedBy=[Egeria Project], createTime=Mon Dec 20 07:20:40 GMT 2021, updateTime=Mon Dec 20 07:20:40 GMT 2021, version=1773412357371, lastRequestId='null'}, headerVersion=0}, properties=TeamProperties{teamType='Dept', knownName='Chief Data Office', description='Team focusing on data value, use and governance within Coco Pharmaceuticals.', qualifiedName='Department::7432', additionalProperties=null, effectiveFrom=null, effectiveTo=null, typeName='Team', extendedProperties={}}}, relatedElementAtEnd1=false}], sideLinks=null} RelatedMetadataElementSummary{relationshipHeader=ElementHeader{guid='1b4314dd-48f6-4834-bdfb-841d569ab9f4', anchor=null, zoneMembership=null, impact=null, criticality=null, confidentiality=null, confidence=null, retention=null, governanceExpectations=null, governanceMeasurements=null, executionPoints=null, duplicateClassifications=null, digitalResourceOrigin=null, ownership=null, memento=null, template=null, templateSubstitute=null, schemaType=null, dataScope=null, dataAssetEncoding=null, calculatedValue=null, primaryKey=null, knownDuplicate=null, consolidateDuplicate=null, projectClassification=null, collectionRoles=null, locationRoles=null, projectRoles=null, otherClassifications=null} ElementControlHeader{status=InstanceStatus{ordinal=15, name='Active', description='The instance is approved and in use.'}, type=ElementType{elementTypeId='4a316abe-bcce-4d11-ad5a-4bfb4079b80b', elementTypeName='PersonRoleAppointment', elementSuperTypeNames=null, elementTypeVersion=1, elementTypeDescription='Relationship identifying a person's roles., elementTypeCategory='OpenMetadataTypeDefCategory{ordinal=8, name='OpenMetadataRelationshipDef', description='A link between two entities.'}}, origin=ElementOrigin{sourceServer='active-metadata-store', originCategory=ElementOriginCategory{ordinal=3, name='Content Pack', description='The element comes from an open metadata content pack. The metadata collection id of the elements is set to the GUID of the pack.'}, homeMetadataCollectionId='655b1965-4c29-4a0e-8a5d-3f55a37b3799', homeMetadataCollectionName='Coco Pharmaceuticals Combination', license='Apache 2.0'}, versions=ElementVersions{createdBy='Egeria Project', updatedBy='Egeria Project', maintainedBy=[Egeria Project], createTime=Mon Dec 20 07:20:40 GMT 2021, updateTime=Mon Dec 20 07:20:40 GMT 2021, version=1773412357371, lastRequestId='null'}, headerVersion=0}, relationshipProperties=null, effectiveFromTime=null, effectiveToTime=null, relatedElement=MetadataElementSummary{elementHeader=ElementHeader{guid='558e65c5-12ae-416c-b0c0-cfd840ab032e', anchor=ElementClassification{classificationName='Anchors', classificationProperties=AnchorsProperties{anchorGUID='null', anchorTypeName='TeamMember', anchorDomainName='Actor', anchorScopeGUID='null'} ClassificationBeanProperties{typeName='Anchors', extendedProperties={}} ClassificationBeanProperties{effectiveFrom=null, effectiveTo=null}} ElementClassificationHeader{classificationOrigin=ClassificationOrigin{ordinal=0, name='Assigned', description='The classification is explicitly assigned to the entity'}, classificationOriginGUID='null', status=InstanceStatus{ordinal=15, name='Active', description='The instance is approved and in use.'}, type=ElementType{elementTypeId='aa44f302-2e43-4669-a1e7-edaae414fc6e', elementTypeName='Anchors', elementSuperTypeNames=null, elementTypeVersion=1, elementTypeDescription='Identifies the anchor entity for an element that is part of a large composite object such as an asset., elementTypeCategory='OpenMetadataTypeDefCategory{ordinal=5, name='OpenMetadataClassificationDef', description='A description of a specific characteristic or grouping for entities.'}}, origin=ElementOrigin{sourceServer='active-metadata-store', originCategory=ElementOriginCategory{ordinal=3, name='Content Pack', description='The element comes from an open metadata content pack. The metadata collection id of the elements is set to the GUID of the pack.'}, homeMetadataCollectionId='655b1965-4c29-4a0e-8a5d-3f55a37b3799', homeMetadataCollectionName='Coco Pharmaceuticals Combination', license='null'}, versions=ElementVersions{createdBy='Egeria Project', updatedBy='Egeria Project', maintainedBy=[Egeria Project], createTime=Mon Dec 20 07:20:40 GMT 2021, updateTime=Mon Dec 20 07:20:40 GMT 2021, version=1773412357371, lastRequestId='null'}, headerVersion=0}, zoneMembership=null, impact=null, criticality=null, confidentiality=null, confidence=null, retention=null, governanceExpectations=null, governanceMeasurements=null, executionPoints=null, duplicateClassifications=null, digitalResourceOrigin=null, ownership=null, memento=null, template=null, templateSubstitute=null, schemaType=null, dataScope=null, dataAssetEncoding=null, calculatedValue=null, primaryKey=null, knownDuplicate=null, consolidateDuplicate=null, projectClassification=null, collectionRoles=null, locationRoles=null, projectRoles=null, otherClassifications=null} ElementControlHeader{status=InstanceStatus{ordinal=15, name='Active', description='The instance is approved and in use.'}, type=ElementType{elementTypeId='46db26d5-abb2-538b-bc15-d62d373c5db6', elementTypeName='TeamMember', elementSuperTypeNames=[PersonRole, ActorRole, Actor, Referenceable, OpenMetadataRoot], elementTypeVersion=1, elementTypeDescription='Person assigned to a team., elementTypeCategory='OpenMetadataTypeDefCategory{ordinal=6, name='OpenMetadataEntityDef', description='An object or concept of interest.'}}, origin=ElementOrigin{sourceServer='active-metadata-store', originCategory=ElementOriginCategory{ordinal=3, name='Content Pack', description='The element comes from an open metadata content pack. The metadata collection id of the elements is set to the GUID of the pack.'}, homeMetadataCollectionId='655b1965-4c29-4a0e-8a5d-3f55a37b3799', homeMetadataCollectionName='Coco Pharmaceuticals Combination', license='Apache 2.0'}, versions=ElementVersions{createdBy='Egeria Project', updatedBy='Egeria Project', maintainedBy=[Egeria Project], createTime=Mon Dec 20 07:20:40 GMT 2021, updateTime=Mon Dec 20 07:20:40 GMT 2021, version=1773412357371, lastRequestId='null'}, headerVersion=0}, properties=TeamMemberProperties{} PersonRoleProperties{headCountLimitSet=false, headCount=0} ActorRoleProperties{scope='null'} ActorProperties{} ReferenceableProperties{qualifiedName='TeamMembers::Department::7432', identifier='TeamMembers::Department::7432', displayName='null', description='null', versionIdentifier='null', category='null', url='null', additionalProperties=null} OpenMetadataRootProperties{typeName='TeamMember', extendedProperties={}} RelationshipProperties{effectiveFrom=null, effectiveTo=null}}, relatedElementAtEnd1=true}], rolePerformers=null, relevantToScopes=null, scopedElements=null, assignmentScope=null, assignedActors=null, contributionRecord=null, contributorProfile=null, dependentProjects=null, dependsOnProjects=null, managingProjects=null, managedProjects=null, likes=null, likedElement=null, informalTags=null, taggedElements=null, reviews=null, reviewedElement=null, comments=null, commentedOnElement=null, answeredQuestions=null, acceptedAnswers=null, crowdSourcingContributors=null, crowdSourcedContributions=null, noteLogSubjects=null, noteLogs=null, presentInNoteLogs=null, noteLogEntries=null, connections=null, connectorType=null, endpoint=null, connectedAssets=null, embeddedConnections=null, parentConnections=null, supportedDataSets=null, dataSetContent=null, apiEndpoints=null, supportedAPIs=null, parentProcesses=null, childProcesses=null, ports=null, portOwningProcesses=null, portDelegatingFrom=null, portDelegatingTo=null, homeFolder=null, nestedFiles=null, linkedFiles=null, linkedFolders=null, parentFolder=null, nestedFolders=null, linkedMediaFiles=null, associatedLogs=null, associatedLogSubjects=null, archiveContents=null, packagedInArchiveFiles=null, reportOriginator=null, generatedReports=null, reportSubjects=null, reports=null, priorReports=null, followOnReports=null, relatedTerms=null, usedInContexts=null, contextRelevantTerms=null, meaningForDataElements=null, meanings=null, semanticDefinitions=null, semanticallyAssociatedDefinitions=null, supplementaryProperties=null, supplementsElement=null, governedBy=null, governedElements=null, peerGovernanceDefinitions=null, supportedGovernanceDefinitions=null, supportingGovernanceDefinitions=null, usedInAccessControls=null, associatedSecurityGroups=null, inheritsFromZone=null, controlsZones=null, broaderSubjectArea=null, nestedSubjectAreas=null, metrics=null, measurements=null, monitoredThrough=null, monitoredResources=null, interestingNotificationTypes=null, subscribers=null, calledFromGovernanceEngines=null, supportedGovernanceServices=null, associatedGovernanceActions=null, predefinedTargetForAction=null, triggeredFrom=null, firstStep=null, dependedOnProcessSteps=null, followOnProcessSteps=null, supportsGovernanceActions=null, governanceActionExecutor=null, includedInIntegrationGroups=null, supportedIntegrationConnectors=null, refreshedByConnectors=null, catalogTargets=null, peerDuplicateOrigin=null, peerDuplicatePartner=null, consolidatedDuplicateOrigin=null, consolidatedDuplicateResult=null, impactedResources=null, incidentReports=null, licenses=null, licensedElements=null, certifications=null, certifiedElements=null, schemaType=null, describesStructure=null, parentSchemaElements=null, schemaOptions=null, schemaAttributes=null, externalSchemaType=null, mapFromElement=null, mapToElement=null, queries=null, linkedToPrimaryKey=null, foreignKeys=null, vertices=null, edges=null, describedByDataValueSpecifications=null, dataValueSpecifications=null, assignedToDataValueSpecifications=null, assignedDataValueSpecifications=null, superDataValueSpecification=null, subDataValueSpecifications=null, madeOfDataClasses=null, partOfDataClasses=null, validValues=null, validValueConsumers=null, referenceValues=null, assignedItems=null, matchingValues=null, consistentValues=null, associatedValues=null, validValueMembers=null, memberOfValidValueSets=null, validValueImplementations=null, canonicalValidValues=null, specificationProperties=null, specificationPropertyUsers=null, dataStructureDefinition=null, usedInCertifications=null, dataDescription=null, describesDataFor=null, containsDataFields=null, partOfDataStructures=null, parentDataFields=null, nestedDataFields=null, linkedToDataFields=null, linkedFromDataFields=null, derivedFromDataStructure=null, equivalentSchemaType=null, derivedFromDataField=null, equivalentSchemaAttribute=null, fromSurveyReport=null, reportedAnnotations=null, previousAnnotations=null, annotationExtensions=null, annotationSubjects=null, associatedAnnotations=null, annotationMatches=null, matchedByAnnotations=null, resourceProfileAnnotations=null, resourceProfileData=null, identifiedByRequestForActions=null, requestForActionTargets=null, usedByDigitalProducts=null, usesDigitalProducts=null, agreementItems=null, agreementContents=null, agreementActors=null, involvedInAgreements=null, contracts=null, agreementsForContract=null, digitalSubscribers=null, digitalSubscriptions=null, consumingBusinessCapabilities=null, usesDigitalServices=null, supportsBusinessCapabilities=null, dependsOnBusinessCapabilities=null, supplyFrom=null, supplyTo=null, usedInSolutionComponents=null, nestedSolutionComponents=null, interactingWithActors=null, interactingWithSolutionComponents=null, solutionComponent=null, solutionPorts=null, wiredTo=null, alignsToPort=null, delegationPorts=null, derivedFrom=null, implementedBy=null, usedInImplementationOf=null, implementationResources=null, describesDesignOf=null, solutionDesigns=null, lineageLinkage=null, otherRelatedElements=null, relatedBy=null}} FFDCResponseBase{requestId='null', relatedHTTPCode=200, exceptionClassName='null', exceptionSubclassName='null', exceptionCausedBy='null', actionDescription='null', exceptionErrorMessage='null', exceptionErrorMessageId='null', exceptionErrorMessageParameters=null, exceptionSystemAction='null', exceptionUserAction='null', exceptionProperties=null}; Duration: 0seconds
Notice that the output is very verbose so you may wish to redirect the output to a file. It also may contain sensitive information, so do not use this on production systems.
Raise an issue or comment below