action netboxdemo_secrets_secret_roles_read { label: "secrets_secret-roles_read" description: "Call to super to allow for caching" provider: netboxdemo method: GET path: "/secrets/secret-roles/{id}/" encoding: json output: { type: "object" required: ["name", "slug"] properties: { description: { type: "string" } id: { type: "integer" } name: { type: "string" } secret_count: { type: "integer" } slug: { type: "string" format: "slug" } } } }