Comments
-
https://community.sonicwall.com/technology-and-support/discussion/5929/mysonicwall-api-where-do-i-find-username-value You can find your username with "/api/hgms/get-cloud-tenants" API response-
-
https://community.sonicwall.com/technology-and-support/discussion/comment/21471#Comment_21471 Once you have the NSM tenantSerial and Access code, you need to run a NSM query to get the NSM Bearer Token. Here is the MSW API guide- https://www.sonicwall.com/techdocs/pdf/msw-api_guide.pdf
-
https://community.sonicwall.com/technology-and-support/discussion/comment/21556#Comment_21556 Tenant serial number will only be populated when you have an active NSM Tenant. This instructions- https://www.sonicwall.com/support/knowledge-base/nsm-cloud-getting-token-for-msw-and-nsm-apis/231018225425867 can be used to…
-
This endpoint requires this parameter to be passed-
-
Hi @Michael_McCool -This API Endpoint is allowed only for Partners- api/mssp/applicable-mssp-product-services If you are still facing this issue, could you please open a case and share your username so that we can check this.
-
Here is the how to integrate video- https://youtu.be/0yS2jK9uG1U?si=q_KaeWW0soRQg6Zq
-
@MateusT - Please raise a CS request with your MSW ID to get this checked.
-
Thanks @fastnet_tech - this is already covered in https://www.sonicwall.com/techdocs/pdf/msw-api_guide.pdf under Sample API function section.
-
See this, I'm able to get the result:
-
MySonicWall API supported authentication method is- X-API-KEY in request header. Please refer to https://www.sonicwall.com/techdocs/pdf/msw-api_guide.pdf for more details.
-
With the release of MSW 22.9.4, we have enabled MySonicWall API permission to all MSW users by default. Refer to release notes for more details: https://www.sonicwall.com/support/technical-documentation/docs/msw-release_notes/Content/Versions/msw-22-9-4.htm/
-
Some context on MySonicWall API endpoint for provisioning a new Product under MSSP Monthly- We have an API endpoint- POST /api/mssp/allocatemsspproductservices (under My Products on API Documentation page) - This API endpoint can be used for both – provisioning a new product or modifying an product details. You need to…