Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Jobs – how to create Jobs via HTTP Request (using postman)

351 views18th February 2025API jobs SRM
1
Yohan Silva [DevOps Advocate]166 17th February 2025 2 Comments

Hello guys,

I am trying to create jobs through API calls using Postman. I found this question (link) with some guidelines, but I couldn’t find where to check the expected body for this specific call.

Could you help me with that?

Thank you in advance!

Flavio Meneses [SLC] [DevOps Enabler] Answered question 18th February 2025
Miguel Obregon [SLC] [DevOps Catalyst] commented 17th February 2025

Hi Yohan,
The Job Manager is being retired (see DataMiner Docs):
https://docs.dataminer.services/user-guide/Advanced_Modules/Job_Manager/Job_Manager.html
Could you let elaborate about your use case so we can suggest another option?

Yohan Silva [DevOps Advocate] commented 17th February 2025

Hi Miguel,
In summary, we are trying to create a job using Dataminer's API. We are receiving the job creation call through the User-Defined API; however, we are facing an issue with triggering the job creation, even though the job table in the element is correctly populated. The job is not being created in the database. How can we achieve this?

By now, our proposed solution is to trigger the job creation via the Dataminer API, using the same method that the Job Manager App in Chrome utilizes. We believe this approach might allow us to create a job in the database so that the script can identify it and proceed as expected.

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
0
Flavio Meneses [SLC] [DevOps Enabler]925 Posted 18th February 2025 2 Comments

Hi Yohan,

Are you using the Skyline Job Manager connector (catalog) in your solution? If so, which version/range are you using? If you are using the Skyline Job Manager connector with version 3.0.0.x and the Jobs app, you should use the DataMiner WebServices API (docs – createJob).

As Miguel mentioned, the Job Manager app has reached end-of-life (EOL) as of DataMiner version 10.5.x. Depending on your use case, we have other solutions available that can be used with or without the mentioned connector.

Hope this helps!

Flavio Meneses [SLC] [DevOps Enabler] Posted new comment 18th February 2025
Yohan Silva [DevOps Advocate] commented 18th February 2025

Hello Flavio,

Yes, I am using the 3.0.0.7 version of the protocol.

We actually found this documentation and are trying to create a job using the following endpoint:
https://{{hostname}}/API/v1/Json.asmx/CreateJob

Below is the Postman body we are using (https://gist.github.com/yohancapistrano/bc6889c6f296807dcc28d872264bb25c):

We are receiving the following response:

System.InvalidOperationException: CreateJob Web Service method name is not valid.
at System.Web.Services.Protocols.HttpServerProtocol.Initialize()
at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)

Our Dataminer version is 10.2.1.0, and the Jobs/SRM module is working fine.
Could you help us understand what might be causing this issue?

Flavio Meneses [SLC] [DevOps Enabler] commented 18th February 2025

Hi, I'm not very familiar with this version, but after doing a quick test, I noticed a few issues in your request URL and body.
URL: https://{{hostname}}/API/v1/soap.asmx (to match with the body)
Body: Start and End times should be the time of the job in UTC format (milliseconds since midnight January 1, 1970 GMT). Also, if you have as Status column you may need to add it to your request.

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs