autonomous intelligent information publishing - MVP

Reproducible query — Product (shared drive)

LIST PRINCIPALS WHERE DOMAIN IS "NOT_A_REAL_VALUE"

Anyone opening this link re-runs the same query against epoch 1, so it returns the same answer — that is what makes a number in a report checkable later.

refused

Invalid value 'NOT_A_REAL_VALUE' for DOMAIN.

Values are case-sensitive; pick one of the listed values.

Try: LIST PRINCIPALS WHERE DOMAIN IS "*"

Valid here: *, acme.com, vendor.io

read HELP PRINCIPALS

Raw envelope — what an app or agent receives
{
  "ok": false,
  "query": "LIST PRINCIPALS WHERE DOMAIN IS \"NOT_A_REAL_VALUE\"",
  "error": {
    "code": -32602,
    "message": "Invalid value 'NOT_A_REAL_VALUE' for DOMAIN.",
    "valid_fields": [
      "*",
      "acme.com",
      "vendor.io"
    ],
    "suggestion": "Values are case-sensitive; pick one of the listed values.",
    "example": "LIST PRINCIPALS WHERE DOMAIN IS \"*\"",
    "help": "HELP PRINCIPALS"
  },
  "_meta": {
    "epoch": 1
  }
}

Certificate · Playground · What you can ask