I am trying to convert Invoke-SwisVerb methods to API calls. I am stuck on two verbs that I cannot find the corresponding API endpoint for.
The. verbs I am trying to convert are:
- StartDiscovery
- CreateCorePluginConfiguration
I have already converted one verb - CreateInterfacesPluginConfiguration which I was able to switch over to the "/Invoke/Orion.NPM.Interfaces/CreateInterfacesPluginConfiguration" endpoint.
My question is do endpoints exist for the two verbs mentioned above? If not, is there a workflow to convert them off of Invoke-SwisVerb method calls? Thanks.