-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -683,15 +683,16 @@ info: | |
contact: | ||
email: [email protected] | ||
description: "This Open API spec file represents the APIs available for [Palo Alto\ | ||
\ Networks SSPM](https://docs.paloaltonetworks.com/NEED-URL) APIs. \nSaaS Security\ | ||
\ Posture Management (SSPM) APIs provide tools for continuous monitoring, detection\ | ||
\ of misconfigured SaaS application settings.\nThese APIs use the common SASE\ | ||
\ authentication mechanism and base URL. \nSee the [Prisma SASE API Get Started](https://pan.dev/sase/docs/getstarted)\ | ||
\ guide for more information.\n\nThis Open API spec file was created on January\ | ||
\ 06, 2025. To check for a more recent version of this file, see\n[SaaS Security\ | ||
\ Posture Management APIs on pan.dev](https://pan.dev/sase/api/sspm/sspm-api.html).\n\ | ||
\n\xA9 2024 Palo Alto Networks, Inc. Palo Alto Networks is a registered trademark\ | ||
\ of Palo\nAlto Networks. A list of our trademarks can be found at\n\n[https://www.paloaltonetworks.com/company/trademarks.html](https://www.paloaltonetworks.com/company/trademarks.html)\n\ | ||
\ Networks SSPM](https://docs.paloaltonetworks.com/saas-security/saas-security-admin/saas-security-sspm).\ | ||
\ \nSaaS Security Posture Management (SSPM) APIs provide tools for continuous\ | ||
\ monitoring, detection of misconfigured SaaS application settings.\nThese APIs\ | ||
\ use the common SASE authentication mechanism and base URL. \nSee the [Prisma\ | ||
\ SASE API Get Started](https://pan.dev/sase/docs/getstarted) guide for more information.\n\ | ||
\nThis Open API spec file was created on January 08, 2025. To check for a more\ | ||
\ recent version of this file, see\n[SaaS Security Posture Management APIs on\ | ||
\ pan.dev](https://pan.dev/sase/api/sspm/).\n\n\xA9 2024 Palo Alto Networks, Inc.\ | ||
\ Palo Alto Networks is a registered trademark of Palo\nAlto Networks. A list\ | ||
\ of our trademarks can be found at\n\n[https://www.paloaltonetworks.com/company/trademarks.html](https://www.paloaltonetworks.com/company/trademarks.html)\n\ | ||
\nAll other marks mentioned herein may be trademarks of their respective companies.\n" | ||
title: SaaS Security Posture Management APIs | ||
version: '1.0' | ||
|
@@ -867,7 +868,7 @@ paths: | |
description: Successful operation | ||
security: | ||
- Bearer: [] | ||
summary: Catalog of supported SSPM apps | ||
summary: Catalog of supported SSPM applications | ||
tags: | ||
- Catalog Information | ||
/sspm/api/v1/catalog/apps/{app}: | ||
|
@@ -977,9 +978,11 @@ paths: | |
summary: Compliance profile mappings | ||
tags: | ||
- Catalog Information | ||
/sspm/api/v1/integration/integrations/{integration_id}/{integration_type}/issue/{key}: | ||
/sspm/api/v1/integration/integrations/:integration_id/JIRA_TICKETING/issue/{key}: | ||
get: | ||
operationId: get-sspm-api-v1-integration-integrations-integration_id-integration_type-issue-key | ||
description: Retrieve detailed information about a specific issue using the | ||
issue key. | ||
operationId: get-sspm-api-v1-integration-integrations-:integration_id-jira_ticketing-issue-key | ||
parameters: | ||
- description: integration ID | ||
example: 65dcec42a2f1d37173e6294c | ||
|
@@ -1013,12 +1016,14 @@ paths: | |
description: Jira-ticketing integration not registered. | ||
security: | ||
- Bearer: [] | ||
summary: Fetch onboarded JIRA ticketing issue details by key. | ||
summary: JIRA ticket issue details | ||
tags: | ||
- JIRA | ||
/sspm/api/v1/integration/integrations/{integration_id}/{integration_type}/project/{key}: | ||
/sspm/api/v1/integration/integrations/:integration_id/JIRA_TICKETING/project/{key}: | ||
get: | ||
operationId: get-sspm-api-v1-integration-integrations-integration_id-integration_type-project-key | ||
description: Retrieve detailed information about a project. The response includes | ||
issue keys that you can use in the next step. | ||
operationId: get-sspm-api-v1-integration-integrations-:integration_id-jira_ticketing-project-key | ||
parameters: | ||
- description: integration ID | ||
example: 65dcec42a2f1d37173e6294c | ||
|
@@ -1052,14 +1057,15 @@ paths: | |
description: The Jira-ticketing integration is not registered. | ||
security: | ||
- Bearer: [] | ||
summary: Fetch onboarded JIRA ticketing project details by key. | ||
summary: Project information using issue key | ||
tags: | ||
- JIRA | ||
/sspm/api/v1/integration/integrations/{integration_id}/{integration_type}/projects: | ||
/sspm/api/v1/integration/integrations/:integration_id/JIRA_TICKETING/projects: | ||
get: | ||
operationId: get-sspm-api-v1-integration-integrations-integration_id-integration_type-projects | ||
description: Retrieve a list of JIRA tickets. | ||
operationId: get-sspm-api-v1-integration-integrations-:integration_id-jira_ticketing-projects | ||
parameters: | ||
- description: integration id | ||
- description: Integration ID | ||
example: 65dcec42a2f1d37173e6294c | ||
in: path | ||
name: integration_id | ||
|
@@ -1084,11 +1090,11 @@ paths: | |
description: The Jira-ticketing integration is not registered. | ||
security: | ||
- Bearer: [] | ||
summary: Fetch onboarded JIRA ticketing project list. | ||
summary: List JIRA Projects | ||
tags: | ||
- JIRA | ||
servers: | ||
- url: https://api.sase.paloaltonetworks.com | ||
- url: https://api.strata.paloaltonetworks.com | ||
tags: | ||
- description: 'Get registered application | ||
|