fusion_api_list_actions
Lists resources a service account was observed able to create on a pod, using actual rejection messages rather than metadata. Use it to verify write access before registering a resource.
Instructions
List what this service account was OBSERVED able to create on this pod.
Start every "register a X" request here. Each entry carries the resource name and the fields the pod itself named as required -- harvested from its own rejection message, not derived from metadata.
This list is observed, never declared. On the pod this was built against,
/describe advertises POST on purchaseOrders and the account gets HTTP
403; that resource is correctly absent here. If a resource you expect is
missing, it was either never harvested or genuinely refused -- check with
fusion_api_describe, which reports write_access either way.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||