mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
PLTCONN-2733: create api spec to request edge prometheus credentials …' by github action: 4286613979
19 lines
432 B
YAML
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
|