Class ConnectionRESTServices
java.lang.Object
org.odpi.openmetadata.accessservices.datamanager.server.ConnectionRESTServices
ConnectionRESTServices is the server-side implementation of the Data Manager OMAS's
support for connections, connector types and endpoints. It matches the ConnectionManagerClient.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.odpi.openmetadata.commonservices.ffdc.rest.VoidResponseclearAssetConnection(String serverName, String userId, String assetGUID, String connectionGUID, org.odpi.openmetadata.accessservices.datamanager.rest.MetadataSourceRequestBody requestBody) Remove a relationship between an asset and its connection.org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponseclearConnectorType(String serverName, String userId, String connectionGUID, String connectorTypeGUID, org.odpi.openmetadata.accessservices.datamanager.rest.MetadataSourceRequestBody requestBody) Remove a relationship between a connection and a connector type.org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponseclearEmbeddedConnection(String serverName, String userId, String connectionGUID, String embeddedConnectionGUID, org.odpi.openmetadata.accessservices.datamanager.rest.MetadataSourceRequestBody requestBody) Remove a relationship between a virtual connection and an embedded connection.org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponseclearEndpoint(String serverName, String userId, String connectionGUID, String endpointGUID, org.odpi.openmetadata.accessservices.datamanager.rest.MetadataSourceRequestBody requestBody) Remove a relationship between a connection and an endpoint.org.odpi.openmetadata.commonservices.ffdc.rest.GUIDResponsecreateConnection(String serverName, String userId, org.odpi.openmetadata.accessservices.datamanager.rest.ConnectionRequestBody requestBody) Create a new metadata element to represent a connection.org.odpi.openmetadata.commonservices.ffdc.rest.GUIDResponsecreateConnectionFromTemplate(String serverName, String userId, String templateGUID, org.odpi.openmetadata.accessservices.datamanager.rest.TemplateRequestBody requestBody) Create a new metadata element to represent a connection using an existing metadata element as a template.org.odpi.openmetadata.commonservices.ffdc.rest.GUIDResponsecreateEndpoint(String serverName, String userId, org.odpi.openmetadata.accessservices.datamanager.rest.EndpointRequestBody requestBody) Create a new metadata element to represent a endpoint.org.odpi.openmetadata.commonservices.ffdc.rest.GUIDResponsecreateEndpointFromTemplate(String serverName, String userId, String networkAddress, String templateGUID, org.odpi.openmetadata.accessservices.datamanager.rest.TemplateRequestBody requestBody) Create a new metadata element to represent a endpoint using an existing metadata element as a template.org.odpi.openmetadata.accessservices.datamanager.rest.ConnectionsResponsefindConnections(String serverName, String userId, org.odpi.openmetadata.commonservices.ffdc.rest.SearchStringRequestBody requestBody, int startFrom, int pageSize) Retrieve the list of connection metadata elements that contain the search string.org.odpi.openmetadata.accessservices.datamanager.rest.ConnectorTypesResponsefindConnectorTypes(String serverName, String userId, org.odpi.openmetadata.commonservices.ffdc.rest.SearchStringRequestBody requestBody, int startFrom, int pageSize) Retrieve the list of connector type metadata elements that contain the search string.org.odpi.openmetadata.accessservices.datamanager.rest.EndpointsResponsefindEndpoints(String serverName, String userId, org.odpi.openmetadata.commonservices.ffdc.rest.SearchStringRequestBody requestBody, int startFrom, int pageSize) Retrieve the list of endpoint metadata elements that contain the search string.org.odpi.openmetadata.accessservices.datamanager.rest.ConnectionResponsegetConnectionByGUID(String serverName, String userId, String guid) Retrieve the connection metadata element with the supplied unique identifier.org.odpi.openmetadata.accessservices.datamanager.rest.ConnectionsResponsegetConnectionsByName(String serverName, String userId, org.odpi.openmetadata.commonservices.ffdc.rest.NameRequestBody requestBody, int startFrom, int pageSize) Retrieve the list of connection metadata elements with a matching qualified or display name.org.odpi.openmetadata.accessservices.datamanager.rest.ConnectorTypeResponsegetConnectorTypeByGUID(String serverName, String userId, String guid) Retrieve the connector type metadata element with the supplied unique identifier.org.odpi.openmetadata.accessservices.datamanager.rest.ConnectorTypesResponsegetConnectorTypesByName(String serverName, String userId, org.odpi.openmetadata.commonservices.ffdc.rest.NameRequestBody requestBody, int startFrom, int pageSize) Retrieve the list of connector type metadata elements with a matching qualified or display name.org.odpi.openmetadata.accessservices.datamanager.rest.EndpointResponsegetEndpointByGUID(String serverName, String userId, String guid) Retrieve the endpoint metadata element with the supplied unique identifier.org.odpi.openmetadata.accessservices.datamanager.rest.EndpointsResponsegetEndpointsByName(String serverName, String userId, org.odpi.openmetadata.commonservices.ffdc.rest.NameRequestBody requestBody, int startFrom, int pageSize) Retrieve the list of endpoint metadata elements with a matching qualified or display name.org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponseremoveConnection(String serverName, String userId, String connectionGUID, org.odpi.openmetadata.accessservices.datamanager.rest.MetadataSourceRequestBody requestBody) Remove the metadata element representing a connection.org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponseremoveEndpoint(String serverName, String userId, String endpointGUID, org.odpi.openmetadata.accessservices.datamanager.rest.MetadataSourceRequestBody requestBody) Remove the metadata element representing a endpoint.org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponsesetupAssetConnection(String serverName, String userId, String assetGUID, String connectionGUID, org.odpi.openmetadata.accessservices.datamanager.rest.AssetConnectionRequestBody requestBody) Create a relationship between an asset and its connection.org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponsesetupConnectorType(String serverName, String userId, String connectionGUID, String connectorTypeGUID, org.odpi.openmetadata.accessservices.datamanager.rest.MetadataSourceRequestBody requestBody) Create a relationship between a connection and a connector type.org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponsesetupEmbeddedConnection(String serverName, String userId, String connectionGUID, String embeddedConnectionGUID, org.odpi.openmetadata.accessservices.datamanager.rest.EmbeddedConnectionRequestBody requestBody) Create a relationship between a virtual connection and an embedded connection.org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponsesetupEndpoint(String serverName, String userId, String connectionGUID, String endpointGUID, org.odpi.openmetadata.accessservices.datamanager.rest.MetadataSourceRequestBody requestBody) Create a relationship between a connection and an endpoint.org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponseupdateConnection(String serverName, String userId, String connectionGUID, boolean isMergeUpdate, org.odpi.openmetadata.accessservices.datamanager.rest.ConnectionRequestBody requestBody) Update the metadata element representing a connection.org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponseupdateEndpoint(String serverName, String userId, String endpointGUID, boolean isMergeUpdate, org.odpi.openmetadata.accessservices.datamanager.rest.EndpointRequestBody requestBody) Update the metadata element representing a endpoint.
-
Constructor Details
-
ConnectionRESTServices
public ConnectionRESTServices()Default constructor
-
-
Method Details
-
createConnection
public org.odpi.openmetadata.commonservices.ffdc.rest.GUIDResponse createConnection(String serverName, String userId, org.odpi.openmetadata.accessservices.datamanager.rest.ConnectionRequestBody requestBody) Create a new metadata element to represent a connection.- Parameters:
serverName- name of the service to route the request to.userId- calling userrequestBody- properties to store- Returns:
- unique identifier of the new metadata element or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
createConnectionFromTemplate
public org.odpi.openmetadata.commonservices.ffdc.rest.GUIDResponse createConnectionFromTemplate(String serverName, String userId, String templateGUID, org.odpi.openmetadata.accessservices.datamanager.rest.TemplateRequestBody requestBody) Create a new metadata element to represent a connection using an existing metadata element as a template.- Parameters:
serverName- name of the service to route the request to.userId- calling usertemplateGUID- unique identifier of the metadata element to copyrequestBody- properties that override the template- Returns:
- unique identifier of the new metadata element or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
updateConnection
public org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse updateConnection(String serverName, String userId, String connectionGUID, boolean isMergeUpdate, org.odpi.openmetadata.accessservices.datamanager.rest.ConnectionRequestBody requestBody) Update the metadata element representing a connection.- Parameters:
serverName- name of the service to route the request to.userId- calling userconnectionGUID- unique identifier of the metadata element to updateisMergeUpdate- should the new properties be merged with the existing properties of overlay them?requestBody- new properties for this element- Returns:
- void or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
setupConnectorType
public org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse setupConnectorType(String serverName, String userId, String connectionGUID, String connectorTypeGUID, org.odpi.openmetadata.accessservices.datamanager.rest.MetadataSourceRequestBody requestBody) Create a relationship between a connection and a connector type.- Parameters:
serverName- name of the service to route the request to.userId- calling userconnectionGUID- unique identifier of the connection in the external data managerconnectorTypeGUID- unique identifier of the connector type in the external data managerrequestBody- data manager identifiers- Returns:
- void or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
clearConnectorType
public org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse clearConnectorType(String serverName, String userId, String connectionGUID, String connectorTypeGUID, org.odpi.openmetadata.accessservices.datamanager.rest.MetadataSourceRequestBody requestBody) Remove a relationship between a connection and a connector type.- Parameters:
serverName- name of the service to route the request to.userId- calling userconnectionGUID- unique identifier of the connection in the external data managerconnectorTypeGUID- unique identifier of the connector type in the external data managerrequestBody- data manager identifiers- Returns:
- void or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
setupEndpoint
public org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse setupEndpoint(String serverName, String userId, String connectionGUID, String endpointGUID, org.odpi.openmetadata.accessservices.datamanager.rest.MetadataSourceRequestBody requestBody) Create a relationship between a connection and an endpoint.- Parameters:
serverName- name of the service to route the request to.userId- calling userconnectionGUID- unique identifier of the connection in the external data managerendpointGUID- unique identifier of the endpoint in the external data managerrequestBody- data manager identifiers- Returns:
- void or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
clearEndpoint
public org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse clearEndpoint(String serverName, String userId, String connectionGUID, String endpointGUID, org.odpi.openmetadata.accessservices.datamanager.rest.MetadataSourceRequestBody requestBody) Remove a relationship between a connection and an endpoint.- Parameters:
serverName- name of the service to route the request to.userId- calling userconnectionGUID- unique identifier of the connection in the external data managerendpointGUID- unique identifier of the endpoint in the external data managerrequestBody- data manager identifiers- Returns:
- void or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
setupEmbeddedConnection
public org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse setupEmbeddedConnection(String serverName, String userId, String connectionGUID, String embeddedConnectionGUID, org.odpi.openmetadata.accessservices.datamanager.rest.EmbeddedConnectionRequestBody requestBody) Create a relationship between a virtual connection and an embedded connection.- Parameters:
serverName- name of the service to route the request to.userId- calling userconnectionGUID- unique identifier of the virtual connection in the external data managerembeddedConnectionGUID- unique identifier of the embedded connection in the external data managerrequestBody- data manager identifiers and properties for the embedded connection- Returns:
- void or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
clearEmbeddedConnection
public org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse clearEmbeddedConnection(String serverName, String userId, String connectionGUID, String embeddedConnectionGUID, org.odpi.openmetadata.accessservices.datamanager.rest.MetadataSourceRequestBody requestBody) Remove a relationship between a virtual connection and an embedded connection.- Parameters:
serverName- name of the service to route the request to.userId- calling userconnectionGUID- unique identifier of the virtual connection in the external data managerembeddedConnectionGUID- unique identifier of the embedded connection in the external data managerrequestBody- data manager identifiers- Returns:
- void or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
setupAssetConnection
public org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse setupAssetConnection(String serverName, String userId, String assetGUID, String connectionGUID, org.odpi.openmetadata.accessservices.datamanager.rest.AssetConnectionRequestBody requestBody) Create a relationship between an asset and its connection.- Parameters:
serverName- name of the service to route the request to.userId- calling userassetGUID- unique identifier of the assetconnectionGUID- unique identifier of the connectionrequestBody- data manager identifiers and asset summary- Returns:
- void or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
clearAssetConnection
public org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse clearAssetConnection(String serverName, String userId, String assetGUID, String connectionGUID, org.odpi.openmetadata.accessservices.datamanager.rest.MetadataSourceRequestBody requestBody) Remove a relationship between an asset and its connection.- Parameters:
serverName- name of the service to route the request to.userId- calling userassetGUID- unique identifier of the assetconnectionGUID- unique identifier of the connectionrequestBody- data manager identifiers- Returns:
- void or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
removeConnection
public org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse removeConnection(String serverName, String userId, String connectionGUID, org.odpi.openmetadata.accessservices.datamanager.rest.MetadataSourceRequestBody requestBody) Remove the metadata element representing a connection.- Parameters:
serverName- name of the service to route the request to.userId- calling userconnectionGUID- unique identifier of the metadata element to removerequestBody- external source identifiers- Returns:
- void or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
findConnections
public org.odpi.openmetadata.accessservices.datamanager.rest.ConnectionsResponse findConnections(String serverName, String userId, org.odpi.openmetadata.commonservices.ffdc.rest.SearchStringRequestBody requestBody, int startFrom, int pageSize) Retrieve the list of connection metadata elements that contain the search string. The search string is treated as a regular expression.- Parameters:
serverName- name of the service to route the request to.userId- calling userrequestBody- string to find in the propertiesstartFrom- paging start pointpageSize- maximum results that can be returned- Returns:
- list of matching metadata elements or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
getConnectionsByName
public org.odpi.openmetadata.accessservices.datamanager.rest.ConnectionsResponse getConnectionsByName(String serverName, String userId, org.odpi.openmetadata.commonservices.ffdc.rest.NameRequestBody requestBody, int startFrom, int pageSize) Retrieve the list of connection metadata elements with a matching qualified or display name. There are no wildcards supported on this request.- Parameters:
serverName- name of the service to route the request to.userId- calling userrequestBody- name to search forstartFrom- paging start pointpageSize- maximum results that can be returned- Returns:
- list of matching metadata elements or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
getConnectionByGUID
public org.odpi.openmetadata.accessservices.datamanager.rest.ConnectionResponse getConnectionByGUID(String serverName, String userId, String guid) Retrieve the connection metadata element with the supplied unique identifier.- Parameters:
serverName- name of the service to route the request to.userId- calling userguid- unique identifier of the requested metadata element- Returns:
- matching metadata element or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
createEndpoint
public org.odpi.openmetadata.commonservices.ffdc.rest.GUIDResponse createEndpoint(String serverName, String userId, org.odpi.openmetadata.accessservices.datamanager.rest.EndpointRequestBody requestBody) Create a new metadata element to represent a endpoint.- Parameters:
serverName- name of the service to route the request to.userId- calling userrequestBody- properties about the endpoint- Returns:
- unique identifier of the new endpoint or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
createEndpointFromTemplate
public org.odpi.openmetadata.commonservices.ffdc.rest.GUIDResponse createEndpointFromTemplate(String serverName, String userId, String networkAddress, String templateGUID, org.odpi.openmetadata.accessservices.datamanager.rest.TemplateRequestBody requestBody) Create a new metadata element to represent a endpoint using an existing metadata element as a template.- Parameters:
serverName- name of the service to route the request to.userId- calling usernetworkAddress- location of the endpointtemplateGUID- unique identifier of the metadata element to copyrequestBody- properties that override the template- Returns:
- unique identifier of the new endpoint or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
updateEndpoint
public org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse updateEndpoint(String serverName, String userId, String endpointGUID, boolean isMergeUpdate, org.odpi.openmetadata.accessservices.datamanager.rest.EndpointRequestBody requestBody) Update the metadata element representing a endpoint.- Parameters:
serverName- name of the service to route the request to.userId- calling userendpointGUID- unique identifier of the metadata element to updateisMergeUpdate- are unspecified properties unchanged (true) or removed?requestBody- new properties for the metadata element- Returns:
- void or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
removeEndpoint
public org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse removeEndpoint(String serverName, String userId, String endpointGUID, org.odpi.openmetadata.accessservices.datamanager.rest.MetadataSourceRequestBody requestBody) Remove the metadata element representing a endpoint.- Parameters:
serverName- name of the service to route the request to.userId- calling userendpointGUID- unique identifier of the metadata element to removerequestBody- external source identifiers- Returns:
- void or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
findEndpoints
public org.odpi.openmetadata.accessservices.datamanager.rest.EndpointsResponse findEndpoints(String serverName, String userId, org.odpi.openmetadata.commonservices.ffdc.rest.SearchStringRequestBody requestBody, int startFrom, int pageSize) Retrieve the list of endpoint metadata elements that contain the search string. The search string is treated as a regular expression.- Parameters:
serverName- name of the service to route the request to.userId- calling userrequestBody- string to find in the propertiesstartFrom- paging start pointpageSize- maximum results that can be returned- Returns:
- list of matching metadata elements or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
getEndpointsByName
public org.odpi.openmetadata.accessservices.datamanager.rest.EndpointsResponse getEndpointsByName(String serverName, String userId, org.odpi.openmetadata.commonservices.ffdc.rest.NameRequestBody requestBody, int startFrom, int pageSize) Retrieve the list of endpoint metadata elements with a matching qualified or display name. There are no wildcards supported on this request.- Parameters:
serverName- name of the service to route the request to.userId- calling userrequestBody- name to search forstartFrom- paging start pointpageSize- maximum results that can be returned- Returns:
- list of matching metadata elements or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
getEndpointByGUID
public org.odpi.openmetadata.accessservices.datamanager.rest.EndpointResponse getEndpointByGUID(String serverName, String userId, String guid) Retrieve the endpoint metadata element with the supplied unique identifier.- Parameters:
serverName- name of the service to route the request to.userId- calling userguid- unique identifier of the requested metadata element- Returns:
- requested metadata element or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
findConnectorTypes
public org.odpi.openmetadata.accessservices.datamanager.rest.ConnectorTypesResponse findConnectorTypes(String serverName, String userId, org.odpi.openmetadata.commonservices.ffdc.rest.SearchStringRequestBody requestBody, int startFrom, int pageSize) Retrieve the list of connector type metadata elements that contain the search string. The search string is treated as a regular expression.- Parameters:
serverName- name of the service to route the request to.userId- calling userrequestBody- string to find in the propertiesstartFrom- paging start pointpageSize- maximum results that can be returned- Returns:
- list of matching metadata elements or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
getConnectorTypesByName
public org.odpi.openmetadata.accessservices.datamanager.rest.ConnectorTypesResponse getConnectorTypesByName(String serverName, String userId, org.odpi.openmetadata.commonservices.ffdc.rest.NameRequestBody requestBody, int startFrom, int pageSize) Retrieve the list of connector type metadata elements with a matching qualified or display name. There are no wildcards supported on this request.- Parameters:
serverName- name of the service to route the request to.userId- calling userrequestBody- name to search forstartFrom- paging start pointpageSize- maximum results that can be returned- Returns:
- list of matching metadata elements or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
getConnectorTypeByGUID
public org.odpi.openmetadata.accessservices.datamanager.rest.ConnectorTypeResponse getConnectorTypeByGUID(String serverName, String userId, String guid) Retrieve the connector type metadata element with the supplied unique identifier.- Parameters:
serverName- name of the service to route the request to.userId- calling userguid- unique identifier of the requested metadata element- Returns:
- requested metadata element or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-