Hi,
In Jira Cloud.
I've executed:
curl --location 'https://api.atlassian.com/jsm/insight/workspace/xxxxx/v1/importsource/yyyyyy/executions/eeeeeee/data' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic aaaaaaa' \
--data '{
"data": {
"devices": [
{
"Name": "Serviv",
"Prueba": "Test1",
"IP": "192.168.1.10"
},
{
"Name": "Router",
"Prueba": "Test2",
"IP": "192.168.1.1"
}
]
}
}
'
Then when I query the result I see in state INGESTING
https://api.atlassian.com/jsm/insight/workspace/xxxxx/v1/importsource/yyyyy/executions/eeeeee/status
Any help? Thanks
Welcome to the community.
What is you exact question?
The 1st API call shows what data will be imported in the execution, and the 2nd call shows what the current status of the import is.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.