Skip to content

Commit

Permalink
remove GET /apm/api/v1/critical-asset endpoint from spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdevore committed Nov 22, 2024
1 parent 66bf143 commit 1922640
Showing 1 changed file with 1 addition and 42 deletions.
43 changes: 1 addition & 42 deletions openapi-specs/action-plan/arya-action-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -577,48 +577,7 @@ paths:
x-public: true
x-migrated-v3: true
/apm/api/v1/critical-asset:
get:
tags:
- Action Plan Management APIs
summary: "List All Critical Assets"
description: Get critical assets. You must have **System Admin** permissions to access this endpoint. Rate limit 15/sec.
operationId: action-plan-critical-assets
parameters:
- in: header
name: x-redlock-auth
description: Authorize using Authentication token
example: "jwt token"
schema:
type: string
required: true
- name: limit
in: query
description: page limit, default 100
example: 10
schema:
type: integer
- name: next_page_token
in: query
description: page token
example: "<next page token>"
schema:
type: string
responses:
"200":
description: OK
content:
application/json; charset=UTF-8:
schema:
$ref: "#/components/schemas/CriticalAssetResponse"
"401":
description: Unauthorized
"403":
description: Forbidden
"429":
description: Too Many Requests
x-public: true
x-migrated-v3: true
post:
post:
tags:
- Action Plan Management APIs
summary: "List Filtered Critical Assets"
Expand Down

0 comments on commit 1922640

Please sign in to comment.