Skip to main content
GET
/
integration
/
{id}
/
microsoft-sentinel-rbac-url
Get Microsoft Sentinel RBAC setup URL
curl --request GET \
  --url https://api.wirespeed.co/integration/{id}/microsoft-sentinel-rbac-url \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>",
  "applicationId": "<string>",
  "tenantId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.wirespeed.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Integration ID

Response

200 - application/json
url
string
required

Deploy-to-Azure URL for Microsoft Sentinel RBAC setup

applicationId
string
required

Microsoft application ID used by this integration instance

tenantId
string
required

Microsoft tenant ID connected to this integration instance