You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
Next »
The following sections explain how to search an locate an asset in WSO2 G-Reg Publisher.
Navigating to G-Reg Publisher
You can navigate to the G-Reg Publisher web user interface to discover and manage various asset types as described below.
URL format | http://<G-REG_HOST>:<G-REG_HTTP_PORT>/publisher
https://<G-REG_HOST>:<G-REG_HTTPS_PORT>/publisher |
---|
Description | By default, <G-REG_HOST> is localhost. However, if you are using a public IP, specify the respective IP address or domain. By default, <G-REG_HTTPS_PORT> is set to 9443, and <G-REG_HTTP_PORT> is set to 9763. However, if the you apply a port offset incremented by n, you need to increment the default port value by n. |
---|
Example | http://localhost:9763/publisher https://localhost:9443/publisher |
---|
Logging in to G-Reg Publisher
Follow the instructions below to log in to WSO2 G-Reg Publisher.
- Navigate to the G-Reg Store. For instructions, see Navigating to G-Reg Publisher.
Enter your username and password in the next screen as shown below.
- Click Sign In. The home page will appear as shown below.
Logging out of G-Reg Publisher
Follow the instructions below to log out of WSO2 G-Reg Publisher.
- Navigate to the menu with your username. For example, if your username is admin, click on admin.
- Click Sign out.
Searching for an asset
Once you access the G-Reg Publisher, you can search for assets using the provided search field as shown below.
Using keywords to search
WSO2 G-Reg Publisher supports the following advanced search operators, for you to use as keywords or symbols, to find what you are looking for quickly and accurately in the search operation. You can view a summary of these by clicking the info icon next to the search filed as shown below.
Operator | Description | Example |
---|
name:
| Specifies the asset name. You view assets that contain the word you enter in its name, which you define when creating the asset. | |
mediaType:
| Specifies the asset type (mime type). The search keywords for o ut of the box media types are: wsdl, wadl, policy, xsd, restservice, soap-service, etc. You view assets which contain the word you enter in its media type (e.g. application/wsdl+xml , application/vnd.wso2-soap-service+xml ). For information on finding the media-type or artifact-type of an asset, see Governance Artifacts Configuration Model Elements. | -
mediaType: wsdl -
mediaType: soap-service
|
version:
| Specify the asset version. You view assets of which the version equals to what you enter. To search by this, you need to create of the selected asset. For information on creating new versions of an asset, see Adding a New Version of an Asset. | version: 1.0.0 |
tags:
| Specifies tags attached to the asset. You view assets which are tagged with the word you enter. To search by this, you need to create tags for the selected asset. For information on creating tags for an asset, see Viewing, Adding and Deleting Tags in Publisher. | -
tags: mac -
tags: new-Engineering
|
content:
| Searches for assets with content as preferred. You view assets which contain the word you enter in its content. Other than that, you can search sentences by passing the value within quotes. | |
lcName:
| Specifies the asset's lifecycle name. You view assets of which the lifecycle name equals to what you enter. For information on the life cycle of an asset, see Managing Life Cycles of Assets. | lcName: ServiceLifeCycle |
lcState:
| Specifies the asset's lifecycle state. You view assets of which the lifecycle state equals to what you enter. For information on the life cycle of an asset, see Managing Life Cycles of Assets . | lcState: Development |
associationType:
| Searches for assets which are associated with the given type. To search by this, you need to create associations for the selected asset. For information on creating associations for an asset, see Adding Associations for an Asset. | -
associationType: depends -
associationType: security
|
author:
| Specifies the author of the asset. You view assets which are created or deployed by the given author. | author: admin |
updater:
| Specifies the last updater of the asset. You view assets which are last updated by the given author. | updater: admin |
category:
| Searches for assets that belong to the given category. To search by this, you need to create categories for the selected asset. For information on creating categories for an asset, see Adding Categories for an Asset. | category: Engineeringcategory: Marketing
|
<RXT_TABLE_NAME>_<RXT_FIELD_NAME> :<RXT_FIELD_VALUE> | Searches for assets by the given RXT field value. You view assets which have the value as specified of the given RXT field name. For information on table and field names of a Configurable Governance Artifact (RXT) file, see Governance Artifacts Configuration Model Elements. | |
[space] - in between the search operators
| Searches assets by two or more fields. You view assets that match all the given search operators.
| name: cxf version: 2.0.0 |
OR - in between the search operators | Searches assets by two or more fields. You view assets that match both the given search operators. | name: cxf OR version: 2.0.0
|
complex search queries | Searches assets based on the fields and values given in the complex search query. | name:( cxf AND BuyMore) lcState:( Development OR Testing) |
Using the Advanced Search
If you know one or more attributes of an asset, you can click on the following Advanced Search button, to perform an advanced search:
Enter value(s) for the given attributes of the asset that you want to search as shown below.
For an example, you can search for version 1.0.0 of the BuyMoreBillCalculateRESTAPI asset (i.e. deployed when you execute the Quick Start Guide sample), by typing the following text in the provided search field as shown below:
name:BuyMoreBillCalculateRESTAPI version:1.0.0
You view the version 1.0.0 of the BuyMoreBillCalculateRESTAPI asset as shown below.