Live input/output example capture under epic #83 (issue #95) of red-team instances and devices CRUD is blocked: every write attempt returns Error: AISEC_CLIENT_SIDE_ERROR:API error 403.
This is a different error from the license-expired pattern tracked in #111 — these endpoints reject writes on this tenant with an API 403 rather than the license-read-only message.
Blocked commands
airs redteam instances create
airs redteam instances get <uuid> (no instances exist on the tenant to read)
airs redteam instances update <uuid>
airs redteam instances delete <uuid>
airs redteam devices create
airs redteam devices update <uuid>
airs redteam devices delete <uuid>
Suggested next steps
- Determine whether the 403 is permission-scope (different role required), tenant-tier (instances/devices feature gate), or upstream API surface change.
- Once unblocked, capture input/output for each command and add sidecar entries in
docs/cli/examples/redteam.yaml.
- Remove the allowlist entries + comments.
Live input/output example capture under epic #83 (issue #95) of red-team instances and devices CRUD is blocked: every write attempt returns
Error: AISEC_CLIENT_SIDE_ERROR:API error 403.This is a different error from the license-expired pattern tracked in #111 — these endpoints reject writes on this tenant with an API 403 rather than the license-read-only message.
Blocked commands
airs redteam instances createairs redteam instances get <uuid>(no instances exist on the tenant to read)airs redteam instances update <uuid>airs redteam instances delete <uuid>airs redteam devices createairs redteam devices update <uuid>airs redteam devices delete <uuid>Suggested next steps
docs/cli/examples/redteam.yaml.