Get a transformer
get__v1_transformer
To get a transformer, you must be authenticated by means
of one of the following methods:
- X-Authentication Header
- RBAC Allowlisted Certificate
Example
GET /v1/transformer HTTP/1.1 Accept: application/json
Example response
200 Response: Request was successful, returns an active/pending transformer.
{ "id": "349d0d1e-4372-4bd8-9509-11bad057646", "name": "Nessus", "description": "Nessus scanner transformer", "status": "active", "last_scan_date": "2021-07-15T10:00:00Z", "last_approval_date": "2021-07-15T10:00:00Z", "last_approval_request": "2021-07-15T10:00:00Z", "deleted_date": "2019-08-24T14:15:22Z", "last_import_date": "2021-07-15T10:00:00Z" }
Response format
Status | Meaning | Description | Schema |
---|---|---|---|
200 | OK | Request was successful, returns an active/pending transformer. | transformer-response |
401 | Unauthorized | Authentication failed. | not-authenticated-error |
403 | Forbidden | Requestor does not have view permissions. | forbidden-request-error |
404 | Not Found | Transformer not found. | transformer-error |
409 | Conflict | Multiple transformers found, expected only one. | transformer-error |