Files
api-specs/idn/beta/schemas/MetricsCredentialsResponse.yaml
GitHub Action Bot ecfbaef101 Automated commit 'Merge pull request #1179 from sailpoint/hchobanlou/PLTCONN-2733
PLTCONN-2733: create api spec to request edge prometheus credentials …' by github action: 4286613979
2023-02-27 20:37:02 +00:00

19 lines
432 B
YAML

description: Metrics Credentials Response
type: object
properties:
url:
description: URL for metrics server
readOnly: true
type: string
example: https://sailpoint.prometheus.com
username:
description: Username for metrics server
readOnly: true
type: string
example: username123
password:
description: Password for metrics server
readOnly: true
type: string
example: password123