Skip to content

Commit

Permalink
Merge pull request #522 from PaloAltoNetworks/23.10.1
Browse files Browse the repository at this point in the history
23.20.1 - Removed Get Resource Snapshot API
  • Loading branch information
AbiMano4688 authored Oct 7, 2023
2 parents 158080a + e6f4ec5 commit d0c2759
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 116 deletions.
115 changes: 0 additions & 115 deletions openapi-specs/cspm/ArchivedAssetsMicroService.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,121 +59,6 @@
}
],
"paths": {
"/das/api/v1/resource": {
"get": {
"tags": [
"Resource Explorer"
],
"description": "Get the latest snapshot of the resource by using the Restricted Resource Name (RRN). To get the RRN, see [Where Do I Find The RRN for My Resource?](https://pan.dev/prisma-cloud/api/cspm/resource-explorer/#where-do-i-find-the-rrn-for-my-resource)\n:::info\n **Replacement  Endpoint: [Get Asset](/prisma-cloud/api/cspm/asset-2/#get-asset)**\n:::",
"operationId": "Get Resource Snapshot",
"parameters": [
{
"name": "rrn",
"in": "query",
"description": "Restricted Resource Name\n\n **Example:** rrn::storageBucket:us-east-1:123456789012:test-bucket",
"required": true,
"schema": {
"type": "string",
"example": null
}
}
],
"responses": {
"200": {
"description": "Successfully retrieved latest resource snapshots by RRN",
"content": {
"application/json": {
"schema": {
"type": "array",
"example": null,
"items": {
"$ref": "#/components/schemas/ResourceSnapshotBeanV2"
}
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ApiErrorV2"
}
}
}
},
"401": {
"description": "Unauthorized Access",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ApiErrorV2"
}
}
}
},
"403": {
"description": "Tenant License Expired",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ApiErrorV2"
}
}
}
},
"405": {
"description": "Wrong Http Method",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ApiErrorV2"
}
}
}
},
"425": {
"description": "Too Early to access the resource",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ApiErrorV2"
}
}
}
},
"429": {
"description": "Rate Limit Exceeded",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ApiErrorV2"
}
}
}
},
"500": {
"description": "Failed with an Exception, Internal Error Occurred",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ApiErrorV2"
}
}
}
}
},
"deprecated": true,
"x-microservice": "true",
"x-public": "true",
"security": [
{
"x-redlock-auth": []
}
]
}
},
"/config/api/v1/tenant/{prisma_id}/archiveList": {
"get": {
"tags": [
Expand Down
1 change: 0 additions & 1 deletion openapi-specs/cspm/consolidated_spec/all_endpoints.csv
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"get","/anomalies/trusted_list/types","List Allowed Trusted List Types","getAllowedTrustedListTypes","Anomalies","AnomaliesMicroService.json"
"get","/anomalies/settings","Get All Anomaly Settings","getAllAnomaliesSettings","Anomalies","AnomaliesMicroService.json"
"get","/anomalies/policies","List Policies for Trusted List Type","get-policies-anomalies","Anomalies","AnomaliesMicroService.json"
"get","/das/api/v1/resource",,"Get Resource Snapshot","Resource Explorer","ArchivedAssetsMicroService.json"
"get","/config/api/v1/tenant/{prisma_id}/archiveList","Bulk Export Resource Archives","bulkExportResourceArchives","Archived Assets","ArchivedAssetsMicroService.json"
"get","/filter/resource/scan_info/suggest","List Resource Info Filters","get-resource-info-filters-and-options","Asset Explorer","Monolith"
"post","/filter/resource/scan_info/suggest","List Resource Info Filter Autocomplete Suggestions","get-resource-info-filter-options","Asset Explorer","Monolith"
Expand Down

0 comments on commit d0c2759

Please sign in to comment.