- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Workflow ticket number API
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2022 07:58 AM - edited 11-07-2022 09:03 AM
Hello, I have a workflow in place which means I need to approve the requests. When I try to create a network for instance I cannot create it because the ticket number is a mandatory field but I cannot find a way to pass this my script:
curl -k1 -u admin:infoblox -X POST 'https://-------------/wapi/v2.10/network' -H "Content-Type: application/json" -d \ '{ "network": "172.16.105.0/24", "network_view": "default", "comment": "Honolulu Datacenter", "extattrs": { "EDM": { "value": "1010" }, "TAM": { "value": "2020" } } }'
"code": "Client.Ibap.Data",
"text": "Approval is required for this operation. You must enter a comment and/or a ticket number."
Re: Workflow ticket number API
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2024 11:31 PM
Greetings,
Did anyone get through this error, I am struggling to have this error cleared for my use case. Any directions on this one will be helpful.