1,004 B
1,004 B
layout | page_title | sidebar_current | description |
---|---|---|---|
http | HTTP API: /sys/wrapping/lookup | docs-http-wrapping-lookup | The '/sys/wrapping/lookup' endpoint returns wrapping token properties |
/sys/wrapping/lookup
POST
- Description
- Looks up wrapping properties for the given token.
- Method
- POST
- URL
- `/sys/wrapping/lookup`
- Parameters
-
- token required The wrapping token ID.
- Returns
-
```javascript { "request_id": "481320f5-fdf8-885d-8050-65fa767fd19b", "lease_id": "", "lease_duration": 0, "renewable": false, "data": { "creation_time": "2016-09-28T14:16:13.07103516-04:00", "creation_ttl": 300 }, "warnings": null } ```