/clusters/{clusterName}/services/{serviceName}/snapshots/policies/{policyName}
Mount Point: /api/v15/clusters/{clusterName}/services/{serviceName}/snapshots/policies/{policyName}
The following operations are supported on this resource:
GET
Returns information for a specific snapshot policy.
Parameters
name | description | type | default |
---|---|---|---|
policyName | Name of an existing snapshot policy. | path | |
view | The view to materialize. | query | summary |
serviceName | (no documentation provided) | path | |
clusterName | (no documentation provided) | path |
Response Body
element: | snapshotPolicy |
Snapshot policy.
PUT
Updates an existing snapshot policy.
Parameters
name | description | type | default |
---|---|---|---|
policyName | Name of an existing snapshot policy. | path | |
serviceName | (no documentation provided) | path | |
clusterName | (no documentation provided) | path |
Request Body
element: | snapshotPolicy |
Modified policy.
Response Body
element: | snapshotPolicy |
The snapshot policy after the update.
DELETE
Deletes an existing snapshot policy.
Parameters
name | description | type | default |
---|---|---|---|
policyName | Name of an existing snapshot policy. | path | |
serviceName | (no documentation provided) | path | |
clusterName | (no documentation provided) | path |
Response Body
element: | snapshotPolicy |
The deleted snapshot policy.