Files
api-specs/idn/v3/schemas/UpdateDetail.yaml
GitHub Action Bot 7c98397859 Automated commit 'Merge pull request #1553 from sailpoint/mtran/PLTCONN-4135
PLTCONN-4135: Publish v3 API endpoints for connector' by github action: 7978964600
2024-02-20 19:31:26 +00:00

26 lines
797 B
YAML

type: object
properties:
message:
type: string
description: The detailed message for an update. Typically the relevent error message when status is error.
example: "unsupported xsd version, please ensure latest xsd version http://www.sailpoint.com/xsd/sailpoint_form_2_0.xsd is used for source config"
scriptName:
type: string
description: The connector script name
example: "servicenow"
updatedFiles:
type: array
description: The list of updated files supported by the connector
nullable: true
items:
type: string
example: ["pod/org/connectorFiles/testconnector/test1.jar"]
status:
type: string
enum:
- ERROR
- UPDATED
- UNCHANGED
- SKIPPED
description: The connector update status
example: "ERROR"