question

Upvotes
Accepted
1 4 5 11

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 512.0 KiB each and 1.0 MiB total.

Hello @Charles Hui

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks,

AHS

@Charles Hui, please be informed that a reply has been verified as correct in answering the question, and has been marked as such. Thanks, AHS

1 Answer

· Write an 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 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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