Skip to content

Commit

Permalink
Made changes in the spec file.
Browse files Browse the repository at this point in the history
  • Loading branch information
sra-hub committed Jan 6, 2025
2 parents c5e8e7a + e3dc6c0 commit 95b135d
Showing 1 changed file with 23 additions and 27 deletions.
50 changes: 23 additions & 27 deletions openapi-specs/sase/sspm/SSPMconsolidated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -687,8 +687,8 @@ info:
\ 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 December\
\ 20, 2024. To check for a more recent version of this file, see\n[SaaS Security\
\ 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\
Expand All @@ -710,13 +710,14 @@ paths:
name: filter
schema:
type: string
- description: Defines the result sorting format as FIELD_NAME:DIRECTION|FIELD_NAME:DIRECTION|....
- description: 'defines sorting of the result.Format: FIELD_NAME:DIRECTION|FIELD_NAME:DIRECTION|...
.'
example: order_by=name:asc|type:desc
in: query
name: order_by
schema:
type: string
- description: Applies the page_token to retrieve the requested page of items.
- description: applies page_token to get requested page of items
example: page_token=MSM2Iw==
in: query
name: page_token
Expand All @@ -742,7 +743,7 @@ paths:
'
operationId: get-sspm-api-v1-apps-app_id
parameters:
- description: Application ID
- description: application id
example: f1700e7b-e60f-4d5e-bfce-aba3543adf8e
in: path
name: app_id
Expand All @@ -757,7 +758,7 @@ paths:
$ref: '#/components/schemas/Application'
description: Successful operation
'404':
description: Application not registered.
description: Application not registered
security:
- Bearer: []
summary: Application details
Expand Down Expand Up @@ -788,7 +789,7 @@ paths:
type: array
description: Successful operation
'404':
description: Application not registered.
description: Application not registered
security:
- Bearer: []
summary: Application configuration details
Expand Down Expand Up @@ -817,7 +818,7 @@ paths:
type: array
description: Successful operation
'404':
description: Application not registered.
description: Application not registered
security:
- Bearer: []
summary: Application settings details
Expand All @@ -830,7 +831,7 @@ paths:
'
operationId: get-sspm-api-v1-auth-app-info
parameters:
- description: Application type
- description: application type
example: office365
in: path
name: app
Expand All @@ -845,7 +846,7 @@ paths:
$ref: '#/components/schemas/ApplicationAuthInfo'
description: Successful operation
'404':
description: Application not registered.
description: Application not registered
security:
- Bearer: []
summary: Authorization information
Expand All @@ -860,7 +861,9 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/CatalogApplication'
items:
$ref: '#/components/schemas/CatalogApplication'
type: array
description: Successful operation
security:
- Bearer: []
Expand All @@ -873,7 +876,7 @@ paths:
\ providing application type. \n"
operationId: get-sspm-api-v1-catalog-apps-app
parameters:
- description: Application name
- description: application name
example: servicenow
in: path
name: app
Expand All @@ -900,7 +903,7 @@ paths:
'
operationId: get-sspm-api-v1-catalog-apps-app-configs
parameters:
- description: Application name
- description: application name
example: servicenow
in: path
name: app
Expand All @@ -927,7 +930,7 @@ paths:
\ type. \n"
operationId: get-sspm-api-v1-catalog-apps-app-scopes
parameters:
- description: Application name
- description: Application Name
example: servicenow
in: path
name: app
Expand Down Expand Up @@ -976,13 +979,9 @@ paths:
- Catalog Information
/sspm/api/v1/integration/integrations/{integration_id}/{integration_type}/issue/{key}:
get:
description: 'Retrieve detailed information about a specific issue using the
issue key.
'
operationId: get-sspm-api-v1-integration-integrations-integration_id-integration_type-issue-key
parameters:
- description: Integration ID
- description: integration ID
example: 65dcec42a2f1d37173e6294c
in: path
name: integration_id
Expand All @@ -996,7 +995,7 @@ paths:
required: true
schema:
type: string
- description: Issue key
- description: issue key
example: '10001'
in: path
name: key
Expand All @@ -1014,16 +1013,14 @@ paths:
description: Jira-ticketing integration not registered.
security:
- Bearer: []
summary: JIRA ticket issue details
summary: Fetch onboarded JIRA ticketing issue details by key.
tags:
- JIRA
/sspm/api/v1/integration/integrations/{integration_id}/{integration_type}/project/{key}:
get:
description: "Retrieve detailed information about a project. \nThe response\
\ includes issue keys that you can use in the next step.\n"
operationId: get-sspm-api-v1-integration-integrations-integration_id-integration_type-project-key
parameters:
- description: Integration ID
- description: integration ID
example: 65dcec42a2f1d37173e6294c
in: path
name: integration_id
Expand Down Expand Up @@ -1055,12 +1052,11 @@ paths:
description: The Jira-ticketing integration is not registered.
security:
- Bearer: []
summary: Get specific information using issue key
summary: Fetch onboarded JIRA ticketing project details by key.
tags:
- JIRA
/sspm/api/v1/integration/integrations/{integration_id}/{integration_type}/projects:
get:
description: "Retrieve a list of JIRA tickets. \n"
operationId: get-sspm-api-v1-integration-integrations-integration_id-integration_type-projects
parameters:
- description: integration id
Expand Down Expand Up @@ -1088,7 +1084,7 @@ paths:
description: The Jira-ticketing integration is not registered.
security:
- Bearer: []
summary: List JIRA tickets
summary: Fetch onboarded JIRA ticketing project list.
tags:
- JIRA
servers:
Expand Down

0 comments on commit 95b135d

Please sign in to comment.