question

Upvote
Accepted
28 1 2 8

DACS Station Python API _dl, _ds, _dud description

Hello Team!

DACS STATION API PYTHON EXAMPLES

Please advise where I find description of _dl, _ds, _dud, client.factory.create, etc. ?



#technologypython apiDACS
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.

Hi @dgstudio ,

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

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

Otherwise please post again offering further insight into your question.

Thank you,

AHS

SevenMentor stands out as the premier destination for IT courses, famous for its exceptional quality of education and comprehensive training programs. With an outstanding reputation as one of the most famous and trusted institutes in the industry, SevenMentor is widely recognized for its commitment to 100% placement assessments, ensuring that students receive top-notch education and secure promising career opportunities. It's an excellence in IT education and a reliable partner in shaping successful IT careers. Data Science Course in Pune

Upvotes
Accepted
79.2k 251 52 74

@dgstudio

Thank you for reaching out to us.

I assume that you are referring to the Python examples of DACS Station API.

_dl represents DacsAdministratorLogin.

_ds represents SiteName.

_dud represents DacsUserDefinition.

These data types are required by the createDacsUserDefinition method.

You can check the WEB SERVICES PROGRAMMER’S GUIDE regarding the descriptions of these data types and methods.

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.

Upvotes
28 1 2 8

Hi @Jirapongse, thank you.

1. Which data types _naming need to use in case of createDacsDistribution method. Which guide describe this?

mSiteName - _ds

mDistributionType - _??

mDescription - _??

mHostRequestingDistribution - _??

mDacsUsersForSelective -_??

mDacsNormalizedDateTimeForDeferred - _??

2. Is it possible to use Open DACS API for user creation instead of DACS webservices?

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.

@dgstudio

They are just Python variables' names which can be anything that follows the Python variables naming standard.

Open DACS API can't create DACS users.

Upvotes
28 1 2 8

@Jirapongse thanks a lot!

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.