Hi,
im trying to get the results from a specific job via the API, however im receiving the below error, is anyone able to assist?
Thanks
jobs_query = """ SELECT
n.NCMJobID,
n.NCMJobName,
n.GetJob
FROM
Cirrus.NCM_NCMJobs n
WHERE
n.NCMJobID = 18
"""
swis.invoke('Cirrus.NCM_NCMJobs', 'GetJob', jobs_query)
requests.exceptions.HTTPError: 400 Client Error: Verb Cirrus.NCM_NCMJobs.GetJob cannot unpackage parameter 0 with type System.Int32 for url: solarwinds-orion:17778/.../GetJob