IAM.Comm Meet: CLI and API

Copy-safe command examples, expected results and recovery rules for IAM.Comm Meet.

Before copying a command

  1. Copy the block into a local terminal, not a browser address bar.
  2. Replace values inside <...> locally. Never commit a token or paste it into chat.
  3. Run the health/read-only command first.
  4. Add --verbose only for local diagnosis and redact authorization headers before sharing output.
  5. Stop after a non-zero exit code; inspect HTTP status before retrying.

Commands

Command 1

curl --fail --silent --show-error https://meet.iamcomm.ru/healthz

A successful command exits with code 0. For JSON responses, validate the expected top-level fields before using the result in a script.

If the command failed

ResultAction
DNS/TLS errorVerify the exact production hostname and system time; do not disable certificate verification.
401Obtain a new token through the supported identity flow.
403Keep the token and request the missing role/scope; generating more tokens will not help.
404Compare the path with the installed product version and environment.
409Query the existing object before issuing another create request.
429Respect Retry-After and use bounded exponential backoff with jitter.
5xx/timeoutRetry only an idempotent request and preserve its request ID.