put_snapshot_lifecycle_policy.asciidoc 1018 B

1234567891011121314151617181920212223242526272829303132333435
  1. --
  2. :api: slm-put-snapshot-lifecycle-policy
  3. :request: PutSnapshotLifecyclePolicyRequest
  4. :response: AcknowledgedResponse
  5. --
  6. [id="{upid}-{api}"]
  7. === Put Snapshot Lifecycle Policy API
  8. [id="{upid}-{api}-request"]
  9. ==== Request
  10. The Put Snapshot Lifecycle Policy API allows you to add of update the definition of a Snapshot
  11. Lifecycle Management Policy in the cluster.
  12. ["source","java",subs="attributes,callouts,macros"]
  13. --------------------------------------------------
  14. include-tagged::{doc-tests-file}[{api}-request]
  15. --------------------------------------------------
  16. [id="{upid}-{api}-response"]
  17. ==== Response
  18. The returned +{response}+ indicates if the put snapshot lifecycle policy request was received.
  19. ["source","java",subs="attributes,callouts,macros"]
  20. --------------------------------------------------
  21. include-tagged::{doc-tests-file}[{api}-response]
  22. --------------------------------------------------
  23. <1> Whether or not the put snapshot lifecycle policy was acknowledged.
  24. include::../execution.asciidoc[]