Amazon Data Lifecycle Manager
The Amazon Data Lifecycle Manager API lets you create, list, retrieve, update, and delete lifecycle policies that automate operations on AWS resources such as EBS volumes and snapshots, and also provides endpoints to list, add, and remove tags on those resources.
Latency
2767ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/policies
Creates a policy to manage the lifecycle of the specified Amazon Web Services resources. You can create up to 100 lifecycle policies.
/policies
Gets summary information about all or the specified data lifecycle policies. To get complete information about a policy, use GetLifecyclePolicy .
/policies/{policyId}/
Deletes the specified lifecycle policy and halts the automated operations that the policy specified. For more information about deleting a policy, see Delete lifecycle policies .
/policies/{policyId}/
Gets detailed information about the specified lifecycle policy.
/tags/{resourceArn}
Lists the tags for the specified resource.
/tags/{resourceArn}
Adds the specified tags to the specified resource.
/tags/{resourceArn}#tagKeys
Removes the specified tags from the specified resource.
/policies/{policyId}
Updates the specified lifecycle policy. For more information about updating a policy, see Modify lifecycle policies .
8 endpoints auto-detected
Authentication
This API uses an API key, passed in the "Authorization" header. No OAuth required.
curl -X POST \ "https://github.com/mermade/aws2openapi/policies" \ -H "Authorization: YOUR_API_KEY"
github.com · HTTPS only