From 640bb8df263e1a5b1fa237da93170b78c6a4dad5 Mon Sep 17 00:00:00 2001 From: Vinnie Date: Thu, 18 Apr 2024 13:44:08 -0400 Subject: [PATCH] Update README.md Changed from talktothemainframe to infinite-blue domain Signed-off-by: Vinnie --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 1bbd9e6..7698721 100644 --- a/README.md +++ b/README.md @@ -481,14 +481,14 @@ You can add additional query strings to the request for more options: ##### Examples -The following examples use the ZEBRA demo found at . +The following examples use the ZEBRA demo found at . | Request | Description | | ---------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- | -| | Gets the list of CPU Activity reports for the current date so far. | -| | Gets the list of Channel Path Activity reports from November 9, 2021 to November 11, 2021. **NOTE:** These dates are most likely outdated since Postprocessor reports only go back a limited amounted of time. Try changing the dates to those within the last week. | -| | Gets the list of Workload Activity reports for the current date so far. | -| | Adds additional parameters to the previously listed request. The ```SCPER``` parameter breaks down service classes to periods and the ```RCLASS``` adds report classes to the report. | +| | Gets the list of CPU Activity reports for the current date so far. | +| | Gets the list of Channel Path Activity reports from November 9, 2021 to November 11, 2021. **NOTE:** These dates are most likely outdated since Postprocessor reports only go back a limited amounted of time. Try changing the dates to those within the last week. | +| | Gets the list of Workload Activity reports for the current date so far. | +| | Adds additional parameters to the previously listed request. The ```SCPER``` parameter breaks down service classes to periods and the ```RCLASS``` adds report classes to the report. | ### RMF Monitor III Reports @@ -543,13 +543,13 @@ You can add additional query strings to the request for more options: ##### Examples -The following examples use the ZEBRA demo found at . +The following examples use the ZEBRA demo found at . | Request | Description | | ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | -| | Gets the most recent CPC Capacity report. | -| | Gets the most recent System Information report. | -| | Gets the most recent Sysplex Summary report from the ```,VIPLEX,SYSPLEX``` resource. | +| | Gets the most recent CPC Capacity report. | +| | Gets the most recent System Information report. | +| | Gets the most recent Sysplex Summary report from the ```,VIPLEX,SYSPLEX``` resource. | ### Individual RMF Metrics @@ -578,14 +578,14 @@ You can add additional query strings to the request for more options: ##### Examples -The following examples use the ZEBRA demo found at . +The following examples use the ZEBRA demo found at . | Request | Description | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | -| | Lists the RMF metric IDs and their description in the default resource. | -| | Lists the RMF metric IDs and their description in the ```,VIPLEX,SYSPLEX``` resource. | -| | Gets most recent value for '% delay' (ID: ```8D0160```) from the default resource. | -| | Gets most recent value for '% delay' (ID: ```8D0160```) from the ```,VIPLEX,SYSPLEX``` resource. | +| | Lists the RMF metric IDs and their description in the default resource. | +| | Lists the RMF metric IDs and their description in the ```,VIPLEX,SYSPLEX``` resource. | +| | Gets most recent value for '% delay' (ID: ```8D0160```) from the default resource. | +| | Gets most recent value for '% delay' (ID: ```8D0160```) from the ```,VIPLEX,SYSPLEX``` resource. | ### Exposing RMF Data to Prometheus @@ -676,7 +676,7 @@ To initialize a new custom Prometheus metric, make a ```POST``` request to ```/v **Request:** -```POST https://zebra.talktothemainframe.com:3390/v1/metrics/RPRT_QCK2_PTOU``` +```POST https://zebra.infinite-blue.com:3390/v1/metrics/RPRT_QCK2_PTOU``` **Request Body:** @@ -713,7 +713,7 @@ To retrieve a custom Prometheus metric, make a ```GET``` request to ```/v1/metri **Request:** -```GET https://zebra.talktothemainframe.com:3390/v1/metrics/RPRT_QCK2_PTOU``` +```GET https://zebra.infinite-blue.com:3390/v1/metrics/RPRT_QCK2_PTOU``` **Response:** @@ -745,7 +745,7 @@ To update a custom Prometheus metric, make a ```PUT``` request to ```/v1/metrics **Request:** -```PUT https://zebra.talktothemainframe.com:3390/v1/metrics/RPRT_QCK2_PTOU``` +```PUT https://zebra.infinite-blue.com:3390/v1/metrics/RPRT_QCK2_PTOU``` **Request Body:** @@ -782,7 +782,7 @@ To delete a custom Prometheus metric, make a ```DELETE``` request to ```/v1/metr **Request:** -```DELETE https://zebra.talktothemainframe.com:3390/v1/metrics/RPRT_QCK2_PTOU``` +```DELETE https://zebra.infinite-blue.com:3390/v1/metrics/RPRT_QCK2_PTOU``` **Response:** @@ -803,4 +803,4 @@ For any questions or help with any aspect of ZEBRA, you can contact the developm | ------------- | ------------ | ------------------------------ | | Alex Kim | Project Lead | | | Salisu Ali | Developer | | -| Justin Santer | Developer | | \ No newline at end of file +| Justin Santer | Developer | |