Parameter | Description |
CENTRASITE-URL | (Optional). The URL of the CentraSite registry. For example, http://localhost:53307/CentraSite/CentraSite. |
USER-ID | The user ID of a registered CentraSite user who has the CentraSite Administrator role. For example, Administrator. |
PASSWORD | The password for the CentraSite user identified by the parameter USER-ID. |
ORGANIZATION | (Optional). The organization to which the newly imported OData service will belong. |
TYPE | The type of service you want to import. Possible values are: RAML, Swagger, and OData. Select OData. This reads the Service URL or the EDMX file and from it, creates an OData service with the corresponding metadata. |
SERVICE-URI | The location of an EDMX file that you want to use for importing the OData service in CentraSite. If the import file resides on a remote network, specify its URL. If the import file resides on your local system, specify the absolute or relative path to the file. If relative, the path should be relative to the location from where the command is executed. |
SERVICE-USER | (Optional). If you have specified a URL in the above parameter -serviceUri, and the import file you want to access through the URL requires user authentication, type a user ID that CentraSite is to use for authentication at the URL site. |
SERVICE-PASSWORD | (Optional). The password that CentraSite is to use for authentication at the URL site. |
ASSET-ID | (Optional). The ID of the OData service you want to update. You can specify the UDDI key of the service using an optional prefix uddi:. For example: uddi:207ff1cc-25c5-544c-415c-d98ea91060c |
IMPORTS-DESCRIPTOR | (Optional). The absolute or relative path to the imports descriptor file that contains all referenced objects to which the EDMX import file has an association. The imports descriptor file contains a map of key-value pairs and defines the referenced objects as <import-alias>=<import-uri>. |
BATCH-MODE | Note: CentraSite does not support this parameter for OData services. |