Forum Discussion

chiel_boogaard's avatar
3 years ago
Solved

Python SDK create service

Hi All,

I'm working on creation of multiple services but cannot the create service in the sdk, is that right? or am i looking in the wrong place?


Thanks in advance

 

 

  • Anonymous's avatar
    Anonymous
    3 years ago

    The SDK uses v2 of the API which doesn't have endpoints for managing services. So, not possible using the current version of the SDK, nor v2 of the API. You'd have to use the unsupported v3 API. If you stick with Python for that (I recommend), you'd have to roll your own requests.

3 Replies

  • Anonymous's avatar
    Anonymous

    The SDK uses v2 of the API which doesn't have endpoints for managing services. So, not possible using the current version of the SDK, nor v2 of the API. You'd have to use the unsupported v3 API. If you stick with Python for that (I recommend), you'd have to roll your own requests.

  • Anonymous's avatar
    Anonymous

    I imagine that a new version of the SDK would be released when v3 of the API is released/published/supported. I do not know when that will happen.