Get an allowed path

get/providers/{providerId}/allowedPaths/{allowedPathId}

Returns information about a single allowed path based on its unique ID.

Request Samples

1

Response Samples

1{
2 "id": "f3b4c8a1-5d2e-4a9b-8c7f-1e3d5a7b9c2f",
3 "path": "/data/shared/projects",
4 "createdBy": "sasjoe",
5 "modifiedBy": "sasjoe",
6 "creationTimeStamp": "2026-02-05T10:30:00.000Z",
7 "modifiedTimeStamp": "2026-02-05T10:30:00.000Z",
8 "version": 1,
9 "links": [
10 {
11 "method": "GET",
12 "rel": "self",
13 "href": "/dataSources/providers/Compute/allowedPaths/f3b4c8a1-5d2e-4a9b-8c7f-1e3d5a7b9c2f",
14 "uri": "/dataSources/providers/Compute/allowedPaths/f3b4c8a1-5d2e-4a9b-8c7f-1e3d5a7b9c2f"
15 },
16 {
17 "method": "PUT",
18 "rel": "update",
19 "href": "/dataSources/providers/Compute/allowedPaths/f3b4c8a1-5d2e-4a9b-8c7f-1e3d5a7b9c2f",
20 "uri": "/dataSources/providers/Compute/allowedPaths/f3b4c8a1-5d2e-4a9b-8c7f-1e3d5a7b9c2f"
21 },
22 {
23 "method": "DELETE",
24 "rel": "delete",
25 "href": "/dataSources/providers/Compute/allowedPaths/f3b4c8a1-5d2e-4a9b-8c7f-1e3d5a7b9c2f",
26 "uri": "/dataSources/providers/Compute/allowedPaths/f3b4c8a1-5d2e-4a9b-8c7f-1e3d5a7b9c2f"
27 },
28 {
29 "method": "GET",
30 "rel": "up",
31 "href": "/dataSources/providers/Compute/allowedPaths",
32 "uri": "/dataSources/providers/Compute/allowedPaths"
33 }
34 ]
35}

Path Parameters

NameTypeRequiredDescription
allowedPathId
string
true

The ID for the allowed path.

providerId
string
true

The ID for the provider.

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
404Not Found

No provider or allowed path exists at the requested path.

Schema