question

Upvotes
Accepted
1 1 2 8

Open DACS migrate to ODPS - multi-domain support

We are advising our developer to migrate their legacy Open DACS API to ODPS with multi-domain support since our ODPS REST API will require domain parameter to specify the DACS site.

Is there any developer guide providing how the domain parameter should be passed?

DACSopen-dacs
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
665 3 5 6

@Charles Hui
The relevant information is available on MyRefinitive within the ODPS V8.1.x Install and Developers Guide, the section that describes the userLogin command covers the domain argument and the domainsearch option.

The domainsearch option will perform an automatic search of each domain for the user supplied in the userLogin and allows you to omit the domain.

Example userLogin using the domainsearch option, given an ODPS server running on a host name "odpsdev" and listening on port number 8089 :

http://odpsdev:8089/command=userLogin&user=ted&position=1.1.1.1/net&application=256&closure=123&domainsearch=true

If you want to specify the domain, the domain names available on your ODPS can be discovered by using the domainList command which is also described in the same document and takes the form :

http://odpsdev:8089/command=domainList

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea