mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
change fyipe to oneuptime and fyipe.com to oneuptime.com for api-docs
This commit is contained in:
@@ -18,7 +18,7 @@ RUN npm ci --only=production
|
||||
COPY . /usr/src/app
|
||||
|
||||
# Expose ports.
|
||||
# - 1445: Fyipe Docs
|
||||
# - 1445: OneUptime Docs
|
||||
EXPOSE 1445
|
||||
|
||||
#Run the app
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Fyipe Docs Dockerfile
|
||||
# OneUptime Docs Dockerfile
|
||||
#
|
||||
|
||||
# Pull base image nodejs image.
|
||||
@@ -26,7 +26,7 @@ COPY ./package-lock.json /usr/src/app/package-lock.json
|
||||
RUN npm ci
|
||||
|
||||
# Expose ports.
|
||||
# - 3000: Fyipe
|
||||
# - 3000: OneUptime
|
||||
EXPOSE 3000
|
||||
|
||||
#Run the app
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Fyipe API Documentation
|
||||
# OneUptime API Documentation
|
||||
|
||||
[](https://travis-ci.org/Fyipe/api-docs)
|
||||
|
||||
This is the API Reference for Fyipe which is hosted at [https://fyipe.com/docs](https://fyipe.com/docs).
|
||||
This is the API Reference for OneUptime which is hosted at [https://oneuptime.com/docs](https://oneuptime.com/docs).
|
||||
|
||||
# Contribute
|
||||
|
||||
|
||||
4
api-docs/package-lock.json
generated
4
api-docs/package-lock.json
generated
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "fyipe-api-docs",
|
||||
"name": "oneuptime-api-docs",
|
||||
"version": "3.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "fyipe-api-docs",
|
||||
"name": "oneuptime-api-docs",
|
||||
"version": "3.0.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "ISC",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "fyipe-api-docs",
|
||||
"name": "oneuptime-api-docs",
|
||||
"version": "3.0.0",
|
||||
"description": "fyipe api refernce",
|
||||
"description": "oneuptime api refernce",
|
||||
"main": "Gruntfile.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -425,10 +425,10 @@ Copyright 2018 Hackerbay
|
||||
word-wrap: break-all;
|
||||
hyphens: auto; }
|
||||
|
||||
.fyipefy, fyipe-footer, .lang-selector, .search, #nav-button {
|
||||
.oneuptimefy, oneuptime-footer, .lang-selector, .search, #nav-button {
|
||||
display: none; }
|
||||
|
||||
.fyipefy-wrapper > img {
|
||||
.oneuptimefy-wrapper > img {
|
||||
margin: 0, auto;
|
||||
display: none; }
|
||||
|
||||
@@ -934,13 +934,13 @@ body {
|
||||
height: 100%;
|
||||
-webkit-text-size-adjust: none; }
|
||||
|
||||
#fyipe > ul > li > a > span {
|
||||
#oneuptime > ul > li > a > span {
|
||||
float: right;
|
||||
background-color: #2484ff;
|
||||
border-radius: 40px;
|
||||
width: 20px; }
|
||||
|
||||
.fyipe-wrapper {
|
||||
.oneuptime-wrapper {
|
||||
transition: left 0.3s ease-in-out;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
@@ -953,18 +953,18 @@ body {
|
||||
background-color: #2E3336;
|
||||
font-size: 13px;
|
||||
font-weight: bold; }
|
||||
.fyipe-wrapper .lang-selector {
|
||||
.oneuptime-wrapper .lang-selector {
|
||||
display: none; }
|
||||
.fyipe-wrapper .lang-selector a {
|
||||
.oneuptime-wrapper .lang-selector a {
|
||||
padding-top: 0.5em;
|
||||
padding-bottom: 0.5em; }
|
||||
.fyipe-wrapper .logo {
|
||||
.oneuptime-wrapper .logo {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
margin-bottom: 0px; }
|
||||
.fyipe-wrapper > .search {
|
||||
.oneuptime-wrapper > .search {
|
||||
position: relative; }
|
||||
.fyipe-wrapper > .search input {
|
||||
.oneuptime-wrapper > .search input {
|
||||
background: #2E3336;
|
||||
border-width: 0 0 1px 0;
|
||||
border-color: #666;
|
||||
@@ -975,7 +975,7 @@ body {
|
||||
outline: none;
|
||||
color: #fff;
|
||||
border-radius: 0; }
|
||||
.fyipe-wrapper > .search:before {
|
||||
.oneuptime-wrapper > .search:before {
|
||||
position: absolute;
|
||||
box-sizing: border-box;
|
||||
height: 0;
|
||||
@@ -985,58 +985,58 @@ body {
|
||||
transition-duration: 180ms;
|
||||
transition-timing-function: ease-in-out;
|
||||
background: #1E2224; }
|
||||
.fyipe-wrapper > .search:before.visible {
|
||||
.oneuptime-wrapper > .search:before.visible {
|
||||
height: 30%;
|
||||
margin-bottom: 1em; }
|
||||
.fyipe-wrapper > .search li {
|
||||
.oneuptime-wrapper > .search li {
|
||||
margin: 1em 15px;
|
||||
line-height: 1; }
|
||||
.fyipe-wrapper > .search a {
|
||||
.oneuptime-wrapper > .search a {
|
||||
color: #fff;
|
||||
text-decoration: none; }
|
||||
.fyipe-wrapper > .search a:hover {
|
||||
.oneuptime-wrapper > .search a:hover {
|
||||
text-decoration: underline; }
|
||||
.fyipe-wrapper ul,
|
||||
.fyipe-wrapper li {
|
||||
.oneuptime-wrapper ul,
|
||||
.oneuptime-wrapper li {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 28px; }
|
||||
.fyipe-wrapper li {
|
||||
.oneuptime-wrapper li {
|
||||
color: #fff;
|
||||
transition-property: background;
|
||||
transition-timing-function: linear;
|
||||
transition-duration: 200ms; }
|
||||
.fyipe-wrapper .fyipe-link.active {
|
||||
.oneuptime-wrapper .oneuptime-link.active {
|
||||
background-color: #0F75D4;
|
||||
color: #fff; }
|
||||
.fyipe-wrapper .fyipe-link.active-parent {
|
||||
.oneuptime-wrapper .oneuptime-link.active-parent {
|
||||
background-color: #1E2224;
|
||||
color: #fff; }
|
||||
.fyipe-wrapper .fyipe-list-h2 {
|
||||
.oneuptime-wrapper .oneuptime-list-h2 {
|
||||
display: none;
|
||||
background-color: 500;
|
||||
font-weight: 500; }
|
||||
.fyipe-wrapper .fyipe-h2 {
|
||||
.oneuptime-wrapper .oneuptime-h2 {
|
||||
padding-left: 25px;
|
||||
font-size: 12px; }
|
||||
.fyipe-wrapper .fyipe-footer {
|
||||
.oneuptime-wrapper .oneuptime-footer {
|
||||
padding: 1em 0;
|
||||
margin-top: 1em;
|
||||
border-top: 1px dashed #666; }
|
||||
.fyipe-wrapper .fyipe-footer li,
|
||||
.fyipe-wrapper .fyipe-footer a {
|
||||
.oneuptime-wrapper .oneuptime-footer li,
|
||||
.oneuptime-wrapper .oneuptime-footer a {
|
||||
color: #fff;
|
||||
text-decoration: none; }
|
||||
.fyipe-wrapper .fyipe-footer a:hover {
|
||||
.oneuptime-wrapper .oneuptime-footer a:hover {
|
||||
text-decoration: underline; }
|
||||
.fyipe-wrapper .fyipe-footer li {
|
||||
.oneuptime-wrapper .oneuptime-footer li {
|
||||
font-size: 0.8em;
|
||||
line-height: 1.7;
|
||||
text-decoration: none; }
|
||||
|
||||
.fyipe-link,
|
||||
.fyipe-footer li {
|
||||
.oneuptime-link,
|
||||
.oneuptime-footer li {
|
||||
padding: 0 15px 0 15px;
|
||||
display: block;
|
||||
overflow-x: hidden;
|
||||
@@ -1269,15 +1269,15 @@ body {
|
||||
color: #eee; }
|
||||
|
||||
@media (max-width: 930px) {
|
||||
.fyipe-wrapper {
|
||||
.oneuptime-wrapper {
|
||||
left: -230px; }
|
||||
.fyipe-wrapper.open {
|
||||
.oneuptime-wrapper.open {
|
||||
left: 0; }
|
||||
.page-wrapper {
|
||||
margin-left: 0; }
|
||||
#nav-button {
|
||||
display: block; }
|
||||
.fyipe-link {
|
||||
.oneuptime-link {
|
||||
padding-top: 0.3em;
|
||||
padding-bottom: 0.3em; } }
|
||||
|
||||
@@ -1286,7 +1286,7 @@ body {
|
||||
display: none; }
|
||||
.content:after {
|
||||
margin-right: 0; }
|
||||
.fyipe-wrapper .lang-selector {
|
||||
.oneuptime-wrapper .lang-selector {
|
||||
display: none; }
|
||||
.content pre,
|
||||
.content blockquote {
|
||||
|
||||
@@ -2132,7 +2132,7 @@ aside.cf-sidebar .sidebar-navigation ul li a {
|
||||
float: left;
|
||||
width: 112px;
|
||||
height: 35px;
|
||||
background-image: url("https://fyipe.com/img/FyipeFull.svg");
|
||||
background-image: url("https://oneuptime.com/img/FyipeFull.svg");
|
||||
background-repeat: no-repeat;
|
||||
margin: 10px 0 0 26px;
|
||||
cursor: pointer;
|
||||
|
||||
@@ -11,11 +11,11 @@ body{
|
||||
@extend %default-font;
|
||||
}
|
||||
|
||||
.fyipefy, fyipe-footer, .lang-selector, .search, #nav-button{
|
||||
.oneuptimefy, oneuptime-footer, .lang-selector, .search, #nav-button{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.fyipefy-wrapper> img {
|
||||
.oneuptimefy-wrapper> img {
|
||||
margin: 0, auto;
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -19,14 +19,14 @@ body {
|
||||
///////////////////////////////////////////
|
||||
///////////// TABLE OF CONTENTS ///////////
|
||||
///////////////////////////////////////////
|
||||
#fyipe>ul>li>a>span {
|
||||
#oneuptime>ul>li>a>span {
|
||||
float: right;
|
||||
background-color: #2484ff;
|
||||
border-radius: 40px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.fyipe-wrapper {
|
||||
.oneuptime-wrapper {
|
||||
transition: left 0.3s ease-in-out;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
@@ -118,28 +118,28 @@ body {
|
||||
transition-duration: 200ms;
|
||||
}
|
||||
|
||||
.fyipe-link.active {
|
||||
.oneuptime-link.active {
|
||||
background-color: $nav-active-bg;
|
||||
color: $nav-active-text;
|
||||
}
|
||||
|
||||
.fyipe-link.active-parent {
|
||||
.oneuptime-link.active-parent {
|
||||
background-color: $nav-active-parent-bg;
|
||||
color: $nav-active-parent-text;
|
||||
}
|
||||
|
||||
.fyipe-list-h2 {
|
||||
.oneuptime-list-h2 {
|
||||
display: none;
|
||||
background-color: 500;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.fyipe-h2 {
|
||||
.oneuptime-h2 {
|
||||
padding-left: $nav-padding + $nav-indent;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.fyipe-footer {
|
||||
.oneuptime-footer {
|
||||
padding: 1em 0;
|
||||
margin-top: 1em;
|
||||
border-top: 1px dashed $nav-footer-border-color;
|
||||
@@ -162,8 +162,8 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
.fyipe-link,
|
||||
.fyipe-footer li {
|
||||
.oneuptime-link,
|
||||
.oneuptime-footer li {
|
||||
padding: 0 $nav-padding 0 $nav-padding;
|
||||
display: block;
|
||||
overflow-x: hidden;
|
||||
@@ -511,7 +511,7 @@ body {
|
||||
}
|
||||
|
||||
@media (max-width: $tablet-width) {
|
||||
.fyipe-wrapper {
|
||||
.oneuptime-wrapper {
|
||||
left: -$nav-width;
|
||||
|
||||
&.open {
|
||||
@@ -527,7 +527,7 @@ body {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.fyipe-link {
|
||||
.oneuptime-link {
|
||||
padding-top: 0.3em;
|
||||
padding-bottom: 0.3em;
|
||||
}
|
||||
@@ -542,7 +542,7 @@ body {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.fyipe-wrapper .lang-selector {
|
||||
.oneuptime-wrapper .lang-selector {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ Sentry.init({
|
||||
}),
|
||||
],
|
||||
environment: process.env.NODE_ENV,
|
||||
release: `fyipe-api-docs@${process.env.npm_package_version}`,
|
||||
release: `oneuptime-api-docs@${process.env.npm_package_version}`,
|
||||
tracesSampleRate: 0.0,
|
||||
});
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<h1>Alert</h1>
|
||||
</b>
|
||||
<p>
|
||||
<p>Alert API will allow you to send alerts and access all the alerts that were sent to your Fyipe project team
|
||||
<p>Alert API will allow you to send alerts and access all the alerts that were sent to your OneUptime project team
|
||||
members. If you want to access alerts that were sent to your customers who have subscribed to monitor incidents,
|
||||
please check Subscriber Alert API.</p>
|
||||
</p>
|
||||
@@ -17,7 +17,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/alert/</span>
|
||||
<span>https://oneuptime.com/api/alert/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -46,7 +46,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/alert/:projectId</span>
|
||||
<span>https://oneuptime.com/api/alert/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -106,7 +106,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/alert/5e089f94b400211639928c94</p>
|
||||
<p class="url">https://oneuptime.com/api/alert/5e089f94b400211639928c94</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -166,7 +166,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/alert/:projectId</span>
|
||||
<span>https://oneuptime.com/api/alert/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -241,7 +241,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/alert/5e089f94b400211639928c94/alert?skip=0&limit=5</p>
|
||||
<p class="url">https://oneuptime.com/api/alert/5e089f94b400211639928c94/alert?skip=0&limit=5</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -301,7 +301,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/alert/:projectId</span>
|
||||
<span>https://oneuptime.com/api/alert/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -339,7 +339,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/alert/5e089f94b400211639928c94</p>
|
||||
<p class="url">https://oneuptime.com/api/alert/5e089f94b400211639928c94</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -404,7 +404,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/alert/:projectId/incident/:incidentId</span>
|
||||
<span>https://oneuptime.com/api/alert/:projectId/incident/:incidentId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -495,7 +495,7 @@
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">
|
||||
https://fyipe.com/api/alert/5e089f94b400211639928c94/incident/5e1725db1f31a13e98acd8d9?skip=0&limit=5</p>
|
||||
https://oneuptime.com/api/alert/5e089f94b400211639928c94/incident/5e1725db1f31a13e98acd8d9?skip=0&limit=5</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -556,7 +556,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/alert/:projectId/alert/charges</span>
|
||||
<span>https://oneuptime.com/api/alert/:projectId/alert/charges</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -631,7 +631,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/alert/5e089f94b400211639928c94/alert/charges?skip=0&limit=5</p>
|
||||
<p class="url">https://oneuptime.com/api/alert/5e089f94b400211639928c94/alert/charges?skip=0&limit=5</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -672,7 +672,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/alert/:projectId</span>
|
||||
<span>https://oneuptime.com/api/alert/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -710,7 +710,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/alert/5e089f94b400211639928c94</p>
|
||||
<p class="url">https://oneuptime.com/api/alert/5e089f94b400211639928c94</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
</b>
|
||||
<p>
|
||||
<p>Application Log API will allow you to create application logs and send logs from your third party application
|
||||
using the fyipe-logger library</p>
|
||||
using the oneuptime-logger library</p>
|
||||
</p>
|
||||
|
||||
<div class="attribute-parameter-container">
|
||||
@@ -15,7 +15,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/application-log/</span>
|
||||
<span>https://oneuptime.com/api/application-log/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -44,7 +44,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/application-log/:projectId/:componentId/create</span>
|
||||
<span>https://oneuptime.com/api/application-log/:projectId/:componentId/create</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -96,7 +96,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/application-log/5eea4077924a3c80a476c185/5eea4077924a3c80a476c188/create
|
||||
<p class="url">https://oneuptime.com/api/application-log/5eea4077924a3c80a476c185/5eea4077924a3c80a476c188/create
|
||||
</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
@@ -154,7 +154,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/application-log/:projectId/:componentId/:applicationLogId</span>
|
||||
<span>https://oneuptime.com/api/application-log/:projectId/:componentId/:applicationLogId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -221,7 +221,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/application-log/5eea4077924a3c80a476c185/5eea4077924a3c80a476c188/5eeb3bf08888bffbfcae2bc0
|
||||
<p class="url">https://oneuptime.com/api/application-log/5eea4077924a3c80a476c185/5eea4077924a3c80a476c188/5eeb3bf08888bffbfcae2bc0
|
||||
</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
@@ -279,7 +279,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/application-log/:projectId/:componentId</span>
|
||||
<span>https://oneuptime.com/api/application-log/:projectId/:componentId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -369,7 +369,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/application-log/5eea4077924a3c80a476c185/5eea4077924a3c80a476c188?skip=0&limit=5
|
||||
<p class="url">https://oneuptime.com/api/application-log/5eea4077924a3c80a476c185/5eea4077924a3c80a476c188?skip=0&limit=5
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -427,7 +427,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/application-log/:applicationLogId/log</span>
|
||||
<span>https://oneuptime.com/api/application-log/:applicationLogId/log</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -464,7 +464,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/application-log/5eeb3bf08888bffbfcae2bc0/log
|
||||
<p class="url">https://oneuptime.com/api/application-log/5eeb3bf08888bffbfcae2bc0/log
|
||||
</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
@@ -543,7 +543,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/application-log/:projectId/:componentId/:applicationLogId/logs</span>
|
||||
<span>https://oneuptime.com/api/application-log/:projectId/:componentId/:applicationLogId/logs</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -610,7 +610,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/application-log/5eea4077924a3c80a476c185/5eea4077924a3c80a476c188/5eeb3bf08888bffbfcae2bc0/logs
|
||||
<p class="url">https://oneuptime.com/api/application-log/5eea4077924a3c80a476c185/5eea4077924a3c80a476c188/5eeb3bf08888bffbfcae2bc0/logs
|
||||
</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
@@ -689,7 +689,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/application-log/:projectId/:componentId/:applicationLogId/reset-key</span>
|
||||
<span>https://oneuptime.com/api/application-log/:projectId/:componentId/:applicationLogId/reset-key</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -756,7 +756,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/application-log/5eea4077924a3c80a476c185/5eea4077924a3c80a476c188/5eeb3bf08888bffbfcae2bc0/reset-key
|
||||
<p class="url">https://oneuptime.com/api/application-log/5eea4077924a3c80a476c185/5eea4077924a3c80a476c188/5eeb3bf08888bffbfcae2bc0/reset-key
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -803,7 +803,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/application-log/:projectId/:componentId/:applicationLogId</span>
|
||||
<span>https://oneuptime.com/api/application-log/:projectId/:componentId/:applicationLogId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -870,7 +870,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/application-log/5eea4077924a3c80a476c185/5eea4077924a3c80a476c188/5eeb3bf08888bffbfcae2bc0
|
||||
<p class="url">https://oneuptime.com/api/application-log/5eea4077924a3c80a476c185/5eea4077924a3c80a476c188/5eeb3bf08888bffbfcae2bc0
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
<div class="col-lg-half col-md-half dev-doc-item">
|
||||
<h1>Authentication</h1>
|
||||
<p>
|
||||
Authentication on Fyipe API is possible through Fyipe Project ID and API Key.
|
||||
Every Project in Fyipe has it's own API Project ID and API Key.
|
||||
You can find this on your Fyipe Dashboard under the Project Settings menu.
|
||||
Only Project Owners and Administrators have access to Fyipe API Key.
|
||||
Authentication on OneUptime API is possible through OneUptime Project ID and API Key.
|
||||
Every Project in OneUptime has it's own API Project ID and API Key.
|
||||
You can find this on your OneUptime Dashboard under the Project Settings menu.
|
||||
Only Project Owners and Administrators have access to OneUptime API Key.
|
||||
</p>
|
||||
<p>
|
||||
There are three ways you can perform authentication.
|
||||
@@ -24,7 +24,7 @@
|
||||
<div class="doc-example-item">
|
||||
<h1>As Query Params</h1>
|
||||
<div class="example-code">
|
||||
<p class="url">https://fyipe.com/api/your-path?projectId=XXX&apiKey=XXX</p>
|
||||
<p class="url">https://oneuptime.com/api/your-path?projectId=XXX&apiKey=XXX</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="doc-example-item">
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/component/</span>
|
||||
<span>https://oneuptime.com/api/component/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -44,7 +44,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/component/:projectId</span>
|
||||
<span>https://oneuptime.com/api/component/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -82,7 +82,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/component/5e6a37b644d6b86198ba4366</p>
|
||||
<p class="url">https://oneuptime.com/api/component/5e6a37b644d6b86198ba4366</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -140,7 +140,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/component/:projectId</span>
|
||||
<span>https://oneuptime.com/api/component/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -215,7 +215,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/component/5e6a37b644d6b86198ba4366?skip=0&limit=5</p>
|
||||
<p class="url">https://oneuptime.com/api/component/5e6a37b644d6b86198ba4366?skip=0&limit=5</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -287,7 +287,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/component/:projectId/component/:componentId</span>
|
||||
<span>https://oneuptime.com/api/component/:projectId/component/:componentId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -340,7 +340,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/component/5e6a37b644d6b86198ba4366/component/5e734ad31dacde220ae15158</p>
|
||||
<p class="url">https://oneuptime.com/api/component/5e6a37b644d6b86198ba4366/component/5e734ad31dacde220ae15158</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -386,7 +386,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/component/:projectId/:componentId</span>
|
||||
<span>https://oneuptime.com/api/component/:projectId/:componentId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -439,7 +439,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/component/5e6a37b644d6b86198ba4366/5e734ad31dacde220ae15158</p>
|
||||
<p class="url">https://oneuptime.com/api/component/5e6a37b644d6b86198ba4366/5e734ad31dacde220ae15158</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -494,7 +494,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/component/:projectId/:componentId</span>
|
||||
<span>https://oneuptime.com/api/component/:projectId/:componentId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -547,7 +547,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/component/5e6a37b644d6b86198ba4366/5e734ad31dacde220ae15158</p>
|
||||
<p class="url">https://oneuptime.com/api/component/5e6a37b644d6b86198ba4366/5e734ad31dacde220ae15158</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -595,7 +595,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/component/:projectId/componentLogs/:componentId</span>
|
||||
<span>https://oneuptime.com/api/component/:projectId/componentLogs/:componentId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -669,7 +669,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/component/5e6a37b644d6b86198ba4366/componentLogs/5e08a21b25c59a1c8033c7e7</p>
|
||||
<p class="url">https://oneuptime.com/api/component/5e6a37b644d6b86198ba4366/componentLogs/5e08a21b25c59a1c8033c7e7</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -810,7 +810,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/component/:projectId/log/:componentId</span>
|
||||
<span>https://oneuptime.com/api/component/:projectId/log/:componentId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -901,7 +901,7 @@
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">
|
||||
https://fyipe.com/api/component/5e6a37b644d6b86198ba4366/log/5e08a21b25c59a1c8033c7e7?startDate=Mon%20Dec%2009%202019%2021:06:54%20GMT+0100&endDate=Wed%20Jan%2008%202020%2021:06:54%20GMT+0100
|
||||
https://oneuptime.com/api/component/5e6a37b644d6b86198ba4366/log/5e08a21b25c59a1c8033c7e7?startDate=Mon%20Dec%2009%202019%2021:06:54%20GMT+0100&endDate=Wed%20Jan%2008%202020%2021:06:54%20GMT+0100
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1027,7 +1027,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/component/:projectId/addseat</span>
|
||||
<span>https://oneuptime.com/api/component/:projectId/addseat</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1087,7 +1087,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/component/5e6a37b644d6b86198ba4366/addseat</p>
|
||||
<p class="url">https://oneuptime.com/api/component/5e6a37b644d6b86198ba4366/addseat</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
</b>
|
||||
<p>
|
||||
<p>Email SMTP API will allow you to configure and send emails via your SMTP server instead of the default
|
||||
SMTP server of Fyipe.</p>
|
||||
SMTP server of OneUptime.</p>
|
||||
</p>
|
||||
|
||||
<div class="attribute-parameter-container">
|
||||
@@ -15,7 +15,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/emailSmtp/</span>
|
||||
<span>https://oneuptime.com/api/emailSmtp/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -44,7 +44,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/emailSmtp/:projectId</span>
|
||||
<span>https://oneuptime.com/api/emailSmtp/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -104,7 +104,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/emailSmtp/5e089f94b400211639928c94</p>
|
||||
<p class="url">https://oneuptime.com/api/emailSmtp/5e089f94b400211639928c94</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -115,7 +115,7 @@
|
||||
"user": "nawazdhandala@hackerbay.io",
|
||||
"pass": "nawazdhandala",
|
||||
"host": "mail.hackerbay.io",
|
||||
"from": "noreply@fyipe.com",
|
||||
"from": "noreply@oneuptime.com",
|
||||
"port": "587",
|
||||
"secure": true
|
||||
}
|
||||
@@ -137,7 +137,7 @@
|
||||
"user": "nawazdhandala@hackerbay.io",
|
||||
"pass": "nawazdhandala",
|
||||
"host": "mail.hackerbay.io",
|
||||
"from": "noreply@fyipe.com",
|
||||
"from": "noreply@oneuptime.com",
|
||||
"port": "587",
|
||||
"secure": true,
|
||||
"enabled": true,
|
||||
@@ -172,7 +172,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/emailSmtp/:projectId</span>
|
||||
<span>https://oneuptime.com/api/emailSmtp/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -210,7 +210,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/emailSmtp/5e089f94b400211639928c94</p>
|
||||
<p class="url">https://oneuptime.com/api/emailSmtp/5e089f94b400211639928c94</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -226,7 +226,7 @@
|
||||
"user": "nawazdhandala@hackerbay.io",
|
||||
"pass": "nawazdhandala",
|
||||
"host": "mail.hackerbay.io",
|
||||
"from": "noreply@fyipe.com",
|
||||
"from": "noreply@oneuptime.com",
|
||||
"port": "587",
|
||||
"secure": true,
|
||||
"enabled": true,
|
||||
@@ -261,7 +261,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/emailSmtp/:projectId/:emailSmtpId</span>
|
||||
<span>https://oneuptime.com/api/emailSmtp/:projectId/:emailSmtpId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -336,7 +336,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/emailSmtp/5e089f94b400211639928c94/5e1a154c1a4dae1373eeeca2</p>
|
||||
<p class="url">https://oneuptime.com/api/emailSmtp/5e089f94b400211639928c94/5e1a154c1a4dae1373eeeca2</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -347,7 +347,7 @@
|
||||
"user": "nawazdhandala@hackerbay.io",
|
||||
"pass": "nawazdhandala",
|
||||
"host": "mail.hackerbay.io",
|
||||
"from": "noreply@fyipe.com",
|
||||
"from": "noreply@oneuptime.com",
|
||||
"port": "587",
|
||||
"secure": true
|
||||
}
|
||||
@@ -369,7 +369,7 @@
|
||||
"user": "nawazdhandala@hackerbay.io",
|
||||
"pass": "nawazdhandala",
|
||||
"host": "mail.hackerbay.io",
|
||||
"from": "noreply@fyipe.com",
|
||||
"from": "noreply@oneuptime.com",
|
||||
"port": "587",
|
||||
"secure": true,
|
||||
"enabled": true,
|
||||
@@ -404,7 +404,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/emailSmtp/:projectId/:emailSmtpId</span>
|
||||
<span>https://oneuptime.com/api/emailSmtp/:projectId/:emailSmtpId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -457,7 +457,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/emailSmtp/5e089f94b400211639928c94/5e1a154c1a4dae1373eeeca2</p>
|
||||
<p class="url">https://oneuptime.com/api/emailSmtp/5e089f94b400211639928c94/5e1a154c1a4dae1373eeeca2</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -473,7 +473,7 @@
|
||||
"user": "nawazdhandala@hackerbay.io",
|
||||
"pass": "nawazdhandala",
|
||||
"host": "mail.hackerbay.io",
|
||||
"from": "noreply@fyipe.com",
|
||||
"from": "noreply@oneuptime.com",
|
||||
"port": "587",
|
||||
"secure": true,
|
||||
"enabled": true,
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/emailTemplate/</span>
|
||||
<span>https://oneuptime.com/api/emailTemplate/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -42,7 +42,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/emailTemplate/:projectId</span>
|
||||
<span>https://oneuptime.com/api/emailTemplate/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -102,7 +102,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/emailTemplate/5e089f94b400211639928c94</p>
|
||||
<p class="url">https://oneuptime.com/api/emailTemplate/5e089f94b400211639928c94</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -177,7 +177,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/emailTemplate/:projectId</span>
|
||||
<span>https://oneuptime.com/api/emailTemplate/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -215,7 +215,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/emailTemplate/5e089f94b400211639928c94</p>
|
||||
<p class="url">https://oneuptime.com/api/emailTemplate/5e089f94b400211639928c94</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -299,7 +299,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/emailTemplate/:projectId/emailTemplate/:emailTemplateId</span>
|
||||
<span>https://oneuptime.com/api/emailTemplate/:projectId/emailTemplate/:emailTemplateId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -353,7 +353,7 @@
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">
|
||||
https://fyipe.com/api/emailTemplate/5e089f94b400211639928c94/emailTemplate/5e1a1c75ba543f2f21682050</p>
|
||||
https://oneuptime.com/api/emailTemplate/5e089f94b400211639928c94/emailTemplate/5e1a1c75ba543f2f21682050</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -409,7 +409,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/emailTemplate/:projectId/emailTemplate/:emailTemplateId</span>
|
||||
<span>https://oneuptime.com/api/emailTemplate/:projectId/emailTemplate/:emailTemplateId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -485,7 +485,7 @@
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">
|
||||
https://fyipe.com/api/emailTemplate/5e089f94b400211639928c94/emailTemplate/5e1a1c75ba543f2f21682050</p>
|
||||
https://oneuptime.com/api/emailTemplate/5e089f94b400211639928c94/emailTemplate/5e1a1c75ba543f2f21682050</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -567,7 +567,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/emailTemplate/:projectId/:templateId/reset</span>
|
||||
<span>https://oneuptime.com/api/emailTemplate/:projectId/:templateId/reset</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -620,7 +620,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/emailTemplate/5e089f94b400211639928c94/5e1a1c75ba543f2f21682050/reset</p>
|
||||
<p class="url">https://oneuptime.com/api/emailTemplate/5e089f94b400211639928c94/5e1a1c75ba543f2f21682050/reset</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -704,7 +704,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/emailTemplate/:projectId</span>
|
||||
<span>https://oneuptime.com/api/emailTemplate/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -764,7 +764,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/emailTemplate/5e089f94b400211639928c94</p>
|
||||
<p class="url">https://oneuptime.com/api/emailTemplate/5e089f94b400211639928c94</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -900,7 +900,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/emailTemplate/:projectId/emailTemplate/:emailTemplateId</span>
|
||||
<span>https://oneuptime.com/api/emailTemplate/:projectId/emailTemplate/:emailTemplateId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -954,7 +954,7 @@
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">
|
||||
https://fyipe.com/api/emailTemplate/5e089f94b400211639928c94/emailTemplate/5e1a1c75ba543f2f21682050</p>
|
||||
https://oneuptime.com/api/emailTemplate/5e089f94b400211639928c94/emailTemplate/5e1a1c75ba543f2f21682050</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
<p>
|
||||
<p>
|
||||
The Fyipe API uses standard HTTP status codes for responses.
|
||||
The OneUptime API uses standard HTTP status codes for responses.
|
||||
These HTTP codes indicate whether or not an API operation is successful.
|
||||
</p>
|
||||
<p>
|
||||
@@ -12,11 +12,11 @@
|
||||
A standard JSON response body will follow.
|
||||
</p>
|
||||
<p>
|
||||
Status Codes in the 400s range detail all of the errors a Fyipe Developer could encounter while using the API.
|
||||
Status Codes in the 400s range detail all of the errors a OneUptime Developer could encounter while using the API.
|
||||
Bad Request, Rate Limit Reached, and Unauthorized are some of the sorts of responses in the 400s block.
|
||||
</p>
|
||||
<p>
|
||||
Status Codes in the 500s range are error responses from the Fyipe system.
|
||||
Status Codes in the 500s range are error responses from the OneUptime system.
|
||||
If an error has occured anywhere in the execution of a resource that was not due to user input,
|
||||
a 500 response will be returned with a corresponding JSON error body.
|
||||
In that body will contain a message detailing what went wrong.
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
|
||||
<meta
|
||||
name="description"
|
||||
content="REST API Documentation for Fyipe. Integrate Fyipe with any service or platform."
|
||||
content="REST API Documentation for OneUptime. Integrate OneUptime with any service or platform."
|
||||
/>
|
||||
<title>Fyipe API Documentation</title>
|
||||
<title>OneUptime API Documentation</title>
|
||||
|
||||
<link
|
||||
rel="apple-touch-icon-precomposed"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
</b>
|
||||
<p>
|
||||
<p>Inident API will allow you to create a monitor incident and alert your on-call team members. You can also
|
||||
acknowledge and resolve created monitor incidents in your Fyipe project.</p>
|
||||
acknowledge and resolve created monitor incidents in your OneUptime project.</p>
|
||||
</p>
|
||||
|
||||
<div class="attribute-parameter-container">
|
||||
@@ -15,7 +15,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/incident/</span>
|
||||
<span>https://oneuptime.com/api/incident/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -45,7 +45,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/incident/:projectId/create-incident</span>
|
||||
<span>https://oneuptime.com/api/incident/:projectId/create-incident</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -180,7 +180,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/incident/5e089f94b400211639928c94/create-incident</p>
|
||||
<p class="url">https://oneuptime.com/api/incident/5e089f94b400211639928c94/create-incident</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -263,7 +263,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/incident/:projectId/incident</span>
|
||||
<span>https://oneuptime.com/api/incident/:projectId/incident</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -338,7 +338,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/incident/5e089f94b400211639928c94/incident?skip=0&limit=5</p>
|
||||
<p class="url">https://oneuptime.com/api/incident/5e089f94b400211639928c94/incident?skip=0&limit=5</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -552,7 +552,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/incident/:projectId</span>
|
||||
<span>https://oneuptime.com/api/incident/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -590,7 +590,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/incident/5e089f94b400211639928c94</p>
|
||||
<p class="url">https://oneuptime.com/api/incident/5e089f94b400211639928c94</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -977,7 +977,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/incident/:projectId/monitor/:monitorId</span>
|
||||
<span>https://oneuptime.com/api/incident/:projectId/monitor/:monitorId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1105,7 +1105,7 @@
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">
|
||||
https://fyipe.com/api/incident/5e089f94b400211639928c94/monitor/5e08a21b25c59a1c8033c7e7?skip=0&limit=5</p>
|
||||
https://oneuptime.com/api/incident/5e089f94b400211639928c94/monitor/5e08a21b25c59a1c8033c7e7?skip=0&limit=5</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1184,7 +1184,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/incident/:projectId/unresolvedincidents</span>
|
||||
<span>https://oneuptime.com/api/incident/:projectId/unresolvedincidents</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1222,7 +1222,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/incident/5e089f94b400211639928c94/unresolvedincidents</p>
|
||||
<p class="url">https://oneuptime.com/api/incident/5e089f94b400211639928c94/unresolvedincidents</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1297,7 +1297,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/incident/:projectId/incident/:incidentId</span>
|
||||
<span>https://oneuptime.com/api/incident/:projectId/incident/:incidentId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1350,7 +1350,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/incident/5e089f94b400211639928c94/incident/2</p>
|
||||
<p class="url">https://oneuptime.com/api/incident/5e089f94b400211639928c94/incident/2</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1421,7 +1421,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/incident/:projectId/incident/:incidentId/message</span>
|
||||
<span>https://oneuptime.com/api/incident/:projectId/incident/:incidentId/message</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1525,7 +1525,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/incident/5e089f94b400211639928c94/incident/5e1ce11ee6a04216343592bb/message</p>
|
||||
<p class="url">https://oneuptime.com/api/incident/5e089f94b400211639928c94/incident/5e1ce11ee6a04216343592bb/message</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -1588,7 +1588,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/incident/:projectId/incident/:incidentId/message</span>
|
||||
<span>https://oneuptime.com/api/incident/:projectId/incident/:incidentId/message</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1641,7 +1641,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/incident/5e089f94b400211639928c94/incident/5e1ce11ee6a04216343592bb/message</p>
|
||||
<p class="url">https://oneuptime.com/api/incident/5e089f94b400211639928c94/incident/5e1ce11ee6a04216343592bb/message</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -1704,7 +1704,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/incident/:projectId/incident/:incidentId/message/:incidentMessageId</span>
|
||||
<span>https://oneuptime.com/api/incident/:projectId/incident/:incidentId/message/:incidentMessageId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1772,7 +1772,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/incident/5e089f94b400211639928c94/incident/5e1ce11ee6a04216343592bb/message/5f3ae17313c22b449b950e1a</p>
|
||||
<p class="url">https://oneuptime.com/api/incident/5e089f94b400211639928c94/incident/5e1ce11ee6a04216343592bb/message/5f3ae17313c22b449b950e1a</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1823,7 +1823,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/incident/:projectId/:incidentId</span>
|
||||
<span>https://oneuptime.com/api/incident/:projectId/:incidentId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1876,7 +1876,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/incident/5e089f94b400211639928c94/5e1ce11ee6a04216343592bb</p>
|
||||
<p class="url">https://oneuptime.com/api/incident/5e089f94b400211639928c94/5e1ce11ee6a04216343592bb</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1942,7 +1942,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/incident/:projectId/acknowledge/:incidentId</span>
|
||||
<span>https://oneuptime.com/api/incident/:projectId/acknowledge/:incidentId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2017,7 +2017,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/incident/5e089f94b400211639928c94/acknowledge/5e1ce11ee6a04216343592bb
|
||||
<p class="url">https://oneuptime.com/api/incident/5e089f94b400211639928c94/acknowledge/5e1ce11ee6a04216343592bb
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2092,7 +2092,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/incident/:projectId/resolve/:incidentId</span>
|
||||
<span>https://oneuptime.com/api/incident/:projectId/resolve/:incidentId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2167,7 +2167,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/incident/5e089f94b400211639928c94/resolve/5e1ce11ee6a04216343592bb</p>
|
||||
<p class="url">https://oneuptime.com/api/incident/5e089f94b400211639928c94/resolve/5e1ce11ee6a04216343592bb</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -2246,7 +2246,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/incident/:projectId/close/:incidentId</span>
|
||||
<span>https://oneuptime.com/api/incident/:projectId/close/:incidentId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2321,7 +2321,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/incident/5e089f94b400211639928c94/close/5e1ce11ee6a04216343592bb</p>
|
||||
<p class="url">https://oneuptime.com/api/incident/5e089f94b400211639928c94/close/5e1ce11ee6a04216343592bb</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -2388,7 +2388,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/incident/:projectId/timeline/:incidentId</span>
|
||||
<span>https://oneuptime.com/api/incident/:projectId/timeline/:incidentId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2479,7 +2479,7 @@
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">
|
||||
https://fyipe.com/api/incident/5e089f94b400211639928c94/timeline/5e4ebf11f6ae637506e0f534?skip=0&limit=5</p>
|
||||
https://oneuptime.com/api/incident/5e089f94b400211639928c94/timeline/5e4ebf11f6ae637506e0f534?skip=0&limit=5</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<h1>API Reference</h1>
|
||||
<p>
|
||||
<p>
|
||||
The Fyipe API is organized around the <a
|
||||
The OneUptime API is organized around the <a
|
||||
href="http://en.wikipedia.org/wiki/Representational_State_Transfer">REST</a> framework.
|
||||
Our API is designed to have predictable, resource-oriented URLs and to use HTTP response codes to indicate
|
||||
API errors. We use built-in HTTP features like HTTP authentication and HTTP verbs, which can be understood
|
||||
@@ -24,7 +24,7 @@
|
||||
<h1>REST API Endpoint</h1>
|
||||
|
||||
<div class="example-code">
|
||||
<p class="url">https://fyipe.com/api/</p>
|
||||
<p class="url">https://oneuptime.com/api/</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/monitor/</span>
|
||||
<span>https://oneuptime.com/api/monitor/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -45,7 +45,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/monitor/:projectId</span>
|
||||
<span>https://oneuptime.com/api/monitor/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -183,7 +183,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/monitor/5e089f94b400211639928c94</p>
|
||||
<p class="url">https://oneuptime.com/api/monitor/5e089f94b400211639928c94</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -399,7 +399,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/monitor/:projectId</span>
|
||||
<span>https://oneuptime.com/api/monitor/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -474,7 +474,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/monitor/5e089f94b400211639928c94?skip=0&limit=5</p>
|
||||
<p class="url">https://oneuptime.com/api/monitor/5e089f94b400211639928c94?skip=0&limit=5</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -837,7 +837,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/monitor/:projectId/monitor</span>
|
||||
<span>https://oneuptime.com/api/monitor/:projectId/monitor</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -927,7 +927,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/monitor/5e089f94b400211639928c94/monitor?skip=0&limit=5&type=url</p>
|
||||
<p class="url">https://oneuptime.com/api/monitor/5e089f94b400211639928c94/monitor?skip=0&limit=5&type=url</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1126,7 +1126,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/monitor/:projectId/monitor/:monitorId</span>
|
||||
<span>https://oneuptime.com/api/monitor/:projectId/monitor/:monitorId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1179,7 +1179,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/monitor/5e089f94b400211639928c94/monitor/5e1f4a6e10175840348794bd</p>
|
||||
<p class="url">https://oneuptime.com/api/monitor/5e089f94b400211639928c94/monitor/5e1f4a6e10175840348794bd</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1293,7 +1293,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/monitor/:projectId/:monitorId</span>
|
||||
<span>https://oneuptime.com/api/monitor/:projectId/:monitorId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1417,7 +1417,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/monitor/5e089f94b400211639928c94/5e1f4a6e10175840348794bd</p>
|
||||
<p class="url">https://oneuptime.com/api/monitor/5e089f94b400211639928c94/5e1f4a6e10175840348794bd</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -1632,7 +1632,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/monitor/:projectId/:monitorId</span>
|
||||
<span>https://oneuptime.com/api/monitor/:projectId/:monitorId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1685,7 +1685,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/monitor/5e089f94b400211639928c94/5e1f4a6e10175840348794bd</p>
|
||||
<p class="url">https://oneuptime.com/api/monitor/5e089f94b400211639928c94/5e1f4a6e10175840348794bd</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1801,7 +1801,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/monitor/:projectId/log/:monitorId</span>
|
||||
<span>https://oneuptime.com/api/monitor/:projectId/log/:monitorId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1854,7 +1854,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/monitor/5e089f94b400211639928c94/log/5e1f4a6e10175840348794bd</p>
|
||||
<p class="url">https://oneuptime.com/api/monitor/5e089f94b400211639928c94/log/5e1f4a6e10175840348794bd</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -2109,7 +2109,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/monitor/:projectId/monitorLogs/:monitorId</span>
|
||||
<span>https://oneuptime.com/api/monitor/:projectId/monitorLogs/:monitorId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2184,7 +2184,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/monitor/5e089f94b400211639928c94/monitorLogs/5e08a21b25c59a1c8033c7e7</p>
|
||||
<p class="url">https://oneuptime.com/api/monitor/5e089f94b400211639928c94/monitorLogs/5e08a21b25c59a1c8033c7e7</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -2325,7 +2325,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/monitor/:projectId/log/:monitorId</span>
|
||||
<span>https://oneuptime.com/api/monitor/:projectId/log/:monitorId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2416,7 +2416,7 @@
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">
|
||||
https://fyipe.com/api/monitor/5e089f94b400211639928c94/log/5e08a21b25c59a1c8033c7e7?startDate=Mon%20Dec%2009%202019%2021:06:54%20GMT+0100&endDate=Wed%20Jan%2008%202020%2021:06:54%20GMT+0100
|
||||
https://oneuptime.com/api/monitor/5e089f94b400211639928c94/log/5e08a21b25c59a1c8033c7e7?startDate=Mon%20Dec%2009%202019%2021:06:54%20GMT+0100&endDate=Wed%20Jan%2008%202020%2021:06:54%20GMT+0100
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2542,7 +2542,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/monitor/:projectId/addseat</span>
|
||||
<span>https://oneuptime.com/api/monitor/:projectId/addseat</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2602,7 +2602,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/monitor/5e089f94b400211639928c94/addseat</p>
|
||||
<p class="url">https://oneuptime.com/api/monitor/5e089f94b400211639928c94/addseat</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -2637,7 +2637,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/monitor/:projectId/inbound/:deviceId</span>
|
||||
<span>https://oneuptime.com/api/monitor/:projectId/inbound/:deviceId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2690,7 +2690,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/monitor/5e089f94b400211639928c94/inbound/12345</p>
|
||||
<p class="url">https://oneuptime.com/api/monitor/5e089f94b400211639928c94/inbound/12345</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -2773,7 +2773,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/monitor/:projectId/inbound/:deviceId</span>
|
||||
<span>https://oneuptime.com/api/monitor/:projectId/inbound/:deviceId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2826,7 +2826,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/monitor/5e089f94b400211639928c94/inbound/12345</p>
|
||||
<p class="url">https://oneuptime.com/api/monitor/5e089f94b400211639928c94/inbound/12345</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<h1>Monitor Criteria</h1>
|
||||
</b>
|
||||
<p>
|
||||
<p>Monitor Criteria API will allow you to get the default monitor criteria (Up, Degraded or Down) for your Fyipe
|
||||
<p>Monitor Criteria API will allow you to get the default monitor criteria (Up, Degraded or Down) for your OneUptime
|
||||
project monitors.</p>
|
||||
</p>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/monitorCriteria/</span>
|
||||
<span>https://oneuptime.com/api/monitorCriteria/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -33,7 +33,7 @@
|
||||
<section class="col-lg-half col-md-half dev-doc-item">
|
||||
<h3>Get Default Criteria<span class="requestType">GET</span></h3>
|
||||
<p>
|
||||
<p>Get Default Criteria for your Fyipe Project Monitors.</p>
|
||||
<p>Get Default Criteria for your OneUptime Project Monitors.</p>
|
||||
</p>
|
||||
|
||||
<div class="attribute-parameter-container">
|
||||
@@ -44,7 +44,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/monitorCriteria/</span>
|
||||
<span>https://oneuptime.com/api/monitorCriteria/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -60,7 +60,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/monitorCriteria/</p>
|
||||
<p class="url">https://oneuptime.com/api/monitorCriteria/</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div class="col-lg-half col-md-half dev-doc-item">
|
||||
<h1>Output Types</h1>
|
||||
<p>
|
||||
Fyipe API provides outputs in multiple formats. They are - JSON, XML, and CSV.
|
||||
OneUptime API provides outputs in multiple formats. They are - JSON, XML, and CSV.
|
||||
</p>
|
||||
<p>
|
||||
JSON will be returned by default. You need to specify what type of output you're looking for by declaring
|
||||
@@ -15,7 +15,7 @@
|
||||
<h1>As Query Param</h1>
|
||||
|
||||
<div class="example-code">
|
||||
<p class="url">https://fyipe.com/api/your-path?output-type=xml</p>
|
||||
<p class="url">https://oneuptime.com/api/your-path?output-type=xml</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
<h1>Project</h1>
|
||||
</b>
|
||||
<p>
|
||||
<p>Project API will allow you to change your Fyipe project settings like project name and also create and manage
|
||||
sub-projects. Sub-projects will allow you have to flexible access controls between Fyipe resources and your
|
||||
<p>Project API will allow you to change your OneUptime project settings like project name and also create and manage
|
||||
sub-projects. Sub-projects will allow you have to flexible access controls between OneUptime resources and your
|
||||
team.</p>
|
||||
</p>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/project/</span>
|
||||
<span>https://oneuptime.com/api/project/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -47,7 +47,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/project/:projectId/user/:userId/exitProject</span>
|
||||
<span>https://oneuptime.com/api/project/:projectId/user/:userId/exitProject</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -101,7 +101,7 @@
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">
|
||||
https://fyipe.com/api/project/5e3db40790968537f188cee1/user/5e2ecf3f516aae26b133f352/exitProject</p>
|
||||
https://oneuptime.com/api/project/5e3db40790968537f188cee1/user/5e2ecf3f516aae26b133f352/exitProject</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -137,7 +137,7 @@ User successfully exited the project
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/project/:projectId/subProject</span>
|
||||
<span>https://oneuptime.com/api/project/:projectId/subProject</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -197,7 +197,7 @@ User successfully exited the project
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/project/5e3db40790968537f188cee1/subProject</p>
|
||||
<p class="url">https://oneuptime.com/api/project/5e3db40790968537f188cee1/subProject</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -276,7 +276,7 @@ User successfully exited the project
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/project/:projectId/subProject</span>
|
||||
<span>https://oneuptime.com/api/project/:projectId/subProject</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -314,7 +314,7 @@ User successfully exited the project
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/project/5e2ecf45516aae26b133f354/subProject</p>
|
||||
<p class="url">https://oneuptime.com/api/project/5e2ecf45516aae26b133f354/subProject</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -385,7 +385,7 @@ User successfully exited the project
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/project/:projectId/:subProjectId</span>
|
||||
<span>https://oneuptime.com/api/project/:projectId/:subProjectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -460,7 +460,7 @@ User successfully exited the project
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/project/5e2ecf45516aae26b133f354/5e321f54542c6f61d1292a5a</p>
|
||||
<p class="url">https://oneuptime.com/api/project/5e2ecf45516aae26b133f354/5e321f54542c6f61d1292a5a</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -539,7 +539,7 @@ User successfully exited the project
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/project/:projectId/:subProjectId</span>
|
||||
<span>https://oneuptime.com/api/project/:projectId/:subProjectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -592,7 +592,7 @@ User successfully exited the project
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/project/5e3db40790968537f188cee1/5e3db49190968537f188cef4</p>
|
||||
<p class="url">https://oneuptime.com/api/project/5e3db40790968537f188cee1/5e3db49190968537f188cef4</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<p>
|
||||
<p>Report API will allow you to get the average incident resolve times, average number of incidents resolved,
|
||||
members with highest number of resolves and monitor with highest number of incidents over a period of time in
|
||||
your Fyipe project.</p>
|
||||
your OneUptime project.</p>
|
||||
</p>
|
||||
|
||||
<div class="attribute-parameter-container">
|
||||
@@ -16,7 +16,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/reports/</span>
|
||||
<span>https://oneuptime.com/api/reports/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -46,7 +46,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/reports/:projectId/active-members</span>
|
||||
<span>https://oneuptime.com/api/reports/:projectId/active-members</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -152,7 +152,7 @@
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">
|
||||
https://fyipe.com/api/reports/5e089f94b400211639928c94/active-members?startDate=Mon%20Dec%2009%202019%2021:06:54%20GMT+0100&endDate=Wed%20Jan%2008%202020%2021:06:54%20GMT+0100&skip=0&limit=5
|
||||
https://oneuptime.com/api/reports/5e089f94b400211639928c94/active-members?startDate=Mon%20Dec%2009%202019%2021:06:54%20GMT+0100&endDate=Wed%20Jan%2008%202020%2021:06:54%20GMT+0100&skip=0&limit=5
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -203,7 +203,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/reports/:projectId/active-monitors</span>
|
||||
<span>https://oneuptime.com/api/reports/:projectId/active-monitors</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -309,7 +309,7 @@
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">
|
||||
https://fyipe.com/api/reports/5e089f94b400211639928c94/active-monitors?startDate=Mon%20Dec%2009%202019%2021:06:54%20GMT+0100&endDate=Wed%20Jan%2008%202020%2021:06:54%20GMT+0100&skip=0&limit=5
|
||||
https://oneuptime.com/api/reports/5e089f94b400211639928c94/active-monitors?startDate=Mon%20Dec%2009%202019%2021:06:54%20GMT+0100&endDate=Wed%20Jan%2008%202020%2021:06:54%20GMT+0100&skip=0&limit=5
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -366,7 +366,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/reports/:projectId/average-resolved</span>
|
||||
<span>https://oneuptime.com/api/reports/:projectId/average-resolved</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -457,7 +457,7 @@
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">
|
||||
https://fyipe.com/api/reports/5e089f94b400211639928c94/average-resolved?startDate=Mon%20Dec%2009%202019%2021:06:54%20GMT+0100&endDate=Wed%20Jan%2008%202020%2021:06:54%20GMT+0100&filter=month
|
||||
https://oneuptime.com/api/reports/5e089f94b400211639928c94/average-resolved?startDate=Mon%20Dec%2009%202019%2021:06:54%20GMT+0100&endDate=Wed%20Jan%2008%202020%2021:06:54%20GMT+0100&filter=month
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -508,7 +508,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/reports/:projectId/incidents</span>
|
||||
<span>https://oneuptime.com/api/reports/:projectId/incidents</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -599,7 +599,7 @@
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">
|
||||
https://fyipe.com/api/reports/5e089f94b400211639928c94/incidents?startDate=Mon%20Dec%2009%202019%2021:06:54%20GMT+0100&endDate=Wed%20Jan%2008%202020%2021:06:54%20GMT+0100&filter=month
|
||||
https://oneuptime.com/api/reports/5e089f94b400211639928c94/incidents?startDate=Mon%20Dec%2009%202019%2021:06:54%20GMT+0100&endDate=Wed%20Jan%2008%202020%2021:06:54%20GMT+0100&filter=month
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/resourceCategory/</span>
|
||||
<span>https://oneuptime.com/api/resourceCategory/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -45,7 +45,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/resourceCategory/:projectId</span>
|
||||
<span>https://oneuptime.com/api/resourceCategory/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -105,7 +105,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/resourceCategory/5e089f94b400211639928c94</p>
|
||||
<p class="url">https://oneuptime.com/api/resourceCategory/5e089f94b400211639928c94</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -159,7 +159,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/resourceCategory/:projectId</span>
|
||||
<span>https://oneuptime.com/api/resourceCategory/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -234,7 +234,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/resourceCategory/5e089f94b400211639928c94?skip=0&limit=5</p>
|
||||
<p class="url">https://oneuptime.com/api/resourceCategory/5e089f94b400211639928c94?skip=0&limit=5</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -285,7 +285,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/resourceCategory/:projectId/:resourceCategoryId</span>
|
||||
<span>https://oneuptime.com/api/resourceCategory/:projectId/:resourceCategoryId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -360,7 +360,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/resourceCategory/5e089f94b400211639928c94/5e1cedace6a0421634359441</p>
|
||||
<p class="url">https://oneuptime.com/api/resourceCategory/5e089f94b400211639928c94/5e1cedace6a0421634359441</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -421,7 +421,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/resourceCategory/:projectId/:resourceCategoryId</span>
|
||||
<span>https://oneuptime.com/api/resourceCategory/:projectId/:resourceCategoryId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -474,7 +474,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/resourceCategory/5e089f94b400211639928c94/5e1cedace6a0421634359441</p>
|
||||
<p class="url">https://oneuptime.com/api/resourceCategory/5e089f94b400211639928c94/5e1cedace6a0421634359441</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/schedule/</span>
|
||||
<span>https://oneuptime.com/api/schedule/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -44,7 +44,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/schedule/:projectId</span>
|
||||
<span>https://oneuptime.com/api/schedule/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -149,7 +149,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/schedule/5e089f94b400211639928c94</p>
|
||||
<p class="url">https://oneuptime.com/api/schedule/5e089f94b400211639928c94</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -206,7 +206,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/schedule/:projectId</span>
|
||||
<span>https://oneuptime.com/api/schedule/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -281,7 +281,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/schedule/5e089f94b400211639928c94?skip=0&limit=5</p>
|
||||
<p class="url">https://oneuptime.com/api/schedule/5e089f94b400211639928c94?skip=0&limit=5</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -364,7 +364,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/schedule/:projectId/schedule</span>
|
||||
<span>https://oneuptime.com/api/schedule/:projectId/schedule</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -439,7 +439,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/schedule/5e089f94b400211639928c94/schedule?skip=0&limit=5</p>
|
||||
<p class="url">https://oneuptime.com/api/schedule/5e089f94b400211639928c94/schedule?skip=0&limit=5</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -523,7 +523,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/schedule/:projectId/schedules</span>
|
||||
<span>https://oneuptime.com/api/schedule/:projectId/schedules</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -561,7 +561,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/schedule/5e089f94b400211639928c94/schedules</p>
|
||||
<p class="url">https://oneuptime.com/api/schedule/5e089f94b400211639928c94/schedules</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -648,7 +648,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/schedule/:projectId/:scheduleId</span>
|
||||
<span>https://oneuptime.com/api/schedule/:projectId/:scheduleId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -769,7 +769,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/schedule/5e089f94b400211639928c94/5e1e1e25b1df96583e883f23</p>
|
||||
<p class="url">https://oneuptime.com/api/schedule/5e089f94b400211639928c94/5e1e1e25b1df96583e883f23</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -840,7 +840,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/monitor/:projectId/:scheduleId</span>
|
||||
<span>https://oneuptime.com/api/monitor/:projectId/:scheduleId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -893,7 +893,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/schedule/5e089f94b400211639928c94/5e1e1e25b1df96583e883f23</p>
|
||||
<p class="url">https://oneuptime.com/api/schedule/5e089f94b400211639928c94/5e1e1e25b1df96583e883f23</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -945,7 +945,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/schedule/:projectId/:scheduleId/addEscalation</span>
|
||||
<span>https://oneuptime.com/api/schedule/:projectId/:scheduleId/addEscalation</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1020,7 +1020,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/schedule/5e089f94b400211639928c94/5e1e1e25b1df96583e883f23/addEscalation
|
||||
<p class="url">https://oneuptime.com/api/schedule/5e089f94b400211639928c94/5e1e1e25b1df96583e883f23/addEscalation
|
||||
</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
@@ -1121,7 +1121,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/schedule/:projectId/:scheduleId/getescalation</span>
|
||||
<span>https://oneuptime.com/api/schedule/:projectId/:scheduleId/getescalation</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1174,7 +1174,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/schedule/5e089f94b400211639928c94/5e1e1e25b1df96583e883f23/getescalation
|
||||
<p class="url">https://oneuptime.com/api/schedule/5e089f94b400211639928c94/5e1e1e25b1df96583e883f23/getescalation
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<h1>Scheduled Event</h1>
|
||||
</b>
|
||||
<p>
|
||||
<p>Scheduled Event API will allow you to create and manage scheduled events for your Fyipe project monitors.</p>
|
||||
<p>Scheduled Event API will allow you to create and manage scheduled events for your OneUptime project monitors.</p>
|
||||
</p>
|
||||
|
||||
<div class="attribute-parameter-container">
|
||||
@@ -14,7 +14,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/scheduledEvent/</span>
|
||||
<span>https://oneuptime.com/api/scheduledEvent/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -43,7 +43,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/scheduledEvent/:projectId/:monitorId</span>
|
||||
<span>https://oneuptime.com/api/scheduledEvent/:projectId/:monitorId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -118,7 +118,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/scheduledEvent/5e089f94b400211639928c94/5e08a21b25c59a1c8033c7e7</p>
|
||||
<p class="url">https://oneuptime.com/api/scheduledEvent/5e089f94b400211639928c94/5e08a21b25c59a1c8033c7e7</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -191,7 +191,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/scheduledEvent/:projectId/:monitorId</span>
|
||||
<span>https://oneuptime.com/api/scheduledEvent/:projectId/:monitorId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -282,7 +282,7 @@
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">
|
||||
https://fyipe.com/api/scheduledEvent/5e089f94b400211639928c94/5e08a21b25c59a1c8033c7e7?skip=0&limit=5</p>
|
||||
https://oneuptime.com/api/scheduledEvent/5e089f94b400211639928c94/5e08a21b25c59a1c8033c7e7?skip=0&limit=5</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -361,7 +361,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/scheduledEvent/:projectId/:monitorId/statusPage</span>
|
||||
<span>https://oneuptime.com/api/scheduledEvent/:projectId/:monitorId/statusPage</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -452,7 +452,7 @@
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">
|
||||
https://fyipe.com/api/scheduledEvent/5e089f94b400211639928c94/5e08a21b25c59a1c8033c7e7/statusPage?skip=0&limit=5
|
||||
https://oneuptime.com/api/scheduledEvent/5e089f94b400211639928c94/5e08a21b25c59a1c8033c7e7/statusPage?skip=0&limit=5
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -531,7 +531,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/scheduledEvent/:projectId/:eventId</span>
|
||||
<span>https://oneuptime.com/api/scheduledEvent/:projectId/:eventId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -606,7 +606,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/scheduledEvent/5e089f94b400211639928c94/5e1e2a60b1df96583e883fe2</p>
|
||||
<p class="url">https://oneuptime.com/api/scheduledEvent/5e089f94b400211639928c94/5e1e2a60b1df96583e883fe2</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -676,7 +676,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/scheduledEvent/:projectId/:eventId</span>
|
||||
<span>https://oneuptime.com/api/scheduledEvent/:projectId/:eventId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -729,7 +729,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/scheduledEvent/5e089f94b400211639928c94/5e1e2a60b1df96583e883fe2</p>
|
||||
<p class="url">https://oneuptime.com/api/scheduledEvent/5e089f94b400211639928c94/5e1e2a60b1df96583e883fe2</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<aside class="cf-sidebar">
|
||||
<div class="sidebar-header">
|
||||
<a href="/" title="Fyipe Developers" class="cf-logo">Developers</a>
|
||||
<a href="/" title="OneUptime Developers" class="cf-logo">Developers</a>
|
||||
</div>
|
||||
<nav class="sidebar-navigation">
|
||||
<ul>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
</b>
|
||||
<p>
|
||||
<p>SMS SMTP API will allow you to configure and send SMS and calls via your Twilio API instead of the default
|
||||
Twilio API of Fyipe.</p>
|
||||
Twilio API of OneUptime.</p>
|
||||
</p>
|
||||
|
||||
<div class="attribute-parameter-container">
|
||||
@@ -15,7 +15,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/smsSmtp/</span>
|
||||
<span>https://oneuptime.com/api/smsSmtp/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -44,7 +44,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/smsSmtp/:projectId</span>
|
||||
<span>https://oneuptime.com/api/smsSmtp/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -104,7 +104,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/smsSmtp/5e089f94b400211639928c94</p>
|
||||
<p class="url">https://oneuptime.com/api/smsSmtp/5e089f94b400211639928c94</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -164,7 +164,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/smsSmtp/:projectId</span>
|
||||
<span>https://oneuptime.com/api/smsSmtp/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -202,7 +202,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/smsSmtp/5e089f94b400211639928c94</p>
|
||||
<p class="url">https://oneuptime.com/api/smsSmtp/5e089f94b400211639928c94</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -251,7 +251,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/smsSmtp/:projectId/:smsSmtpId</span>
|
||||
<span>https://oneuptime.com/api/smsSmtp/:projectId/:smsSmtpId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -326,7 +326,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/smsSmtp/5e089f94b400211639928c94/5e1f65e0823e774e4a3aaf52</p>
|
||||
<p class="url">https://oneuptime.com/api/smsSmtp/5e089f94b400211639928c94/5e1f65e0823e774e4a3aaf52</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -386,7 +386,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/smsSmtp/:projectId/:smsSmtpId</span>
|
||||
<span>https://oneuptime.com/api/smsSmtp/:projectId/:smsSmtpId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -439,7 +439,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/smsSmtp/5e089f94b400211639928c94/5e1f65e0823e774e4a3aaf52</p>
|
||||
<p class="url">https://oneuptime.com/api/smsSmtp/5e089f94b400211639928c94/5e1f65e0823e774e4a3aaf52</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/smsTemplate/</span>
|
||||
<span>https://oneuptime.com/api/smsTemplate/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -43,7 +43,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/smsTemplate/:projectId</span>
|
||||
<span>https://oneuptime.com/api/smsTemplate/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -103,7 +103,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/smsTemplate/5e089f94b400211639928c94</p>
|
||||
<p class="url">https://oneuptime.com/api/smsTemplate/5e089f94b400211639928c94</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -170,7 +170,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/smsTemplate/:projectId</span>
|
||||
<span>https://oneuptime.com/api/smsTemplate/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -208,7 +208,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/smsTemplate/5e089f94b400211639928c94</p>
|
||||
<p class="url">https://oneuptime.com/api/smsTemplate/5e089f94b400211639928c94</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -275,7 +275,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/smsTemplate/:projectId/smsTemplate/:smsTemplateId</span>
|
||||
<span>https://oneuptime.com/api/smsTemplate/:projectId/smsTemplate/:smsTemplateId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -328,7 +328,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/smsTemplate/5e089f94b400211639928c94/smsTemplate/5e1f691fecabd254a975b655
|
||||
<p class="url">https://oneuptime.com/api/smsTemplate/5e089f94b400211639928c94/smsTemplate/5e1f691fecabd254a975b655
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -381,7 +381,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/smsTemplate/:projectId/smsTemplate/:smsTemplateId</span>
|
||||
<span>https://oneuptime.com/api/smsTemplate/:projectId/smsTemplate/:smsTemplateId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -456,7 +456,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/smsTemplate/5e089f94b400211639928c94/smsTemplate/5e1f691fecabd254a975b655
|
||||
<p class="url">https://oneuptime.com/api/smsTemplate/5e089f94b400211639928c94/smsTemplate/5e1f691fecabd254a975b655
|
||||
</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
@@ -528,7 +528,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/smsTemplate/:projectId/:templateId/reset</span>
|
||||
<span>https://oneuptime.com/api/smsTemplate/:projectId/:templateId/reset</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -581,7 +581,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/smsTemplate/5e089f94b400211639928c94/5e1f691fecabd254a975b655/reset</p>
|
||||
<p class="url">https://oneuptime.com/api/smsTemplate/5e089f94b400211639928c94/5e1f691fecabd254a975b655/reset</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -653,7 +653,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/smsTemplate/:projectId</span>
|
||||
<span>https://oneuptime.com/api/smsTemplate/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -713,7 +713,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/smsTemplate/5e089f94b400211639928c94</p>
|
||||
<p class="url">https://oneuptime.com/api/smsTemplate/5e089f94b400211639928c94</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -820,7 +820,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/smsTemplate/:projectId/smsTemplate/:smsTemplateId</span>
|
||||
<span>https://oneuptime.com/api/smsTemplate/:projectId/smsTemplate/:smsTemplateId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -873,7 +873,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/smsTemplate/5e089f94b400211639928c94/smsTemplate/5e1f691fecabd254a975b655
|
||||
<p class="url">https://oneuptime.com/api/smsTemplate/5e089f94b400211639928c94/smsTemplate/5e1f691fecabd254a975b655
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
<h1>Status Page</h1>
|
||||
</b>
|
||||
<p>
|
||||
<p>Status Page API will allow your team members and customers to view real-time status and health of your Fyipe
|
||||
project monitors (like https://status.fyipe.com).</p>
|
||||
<p>Status Page API will allow your team members and customers to view real-time status and health of your OneUptime
|
||||
project monitors (like https://status.oneuptime.com).</p>
|
||||
</p>
|
||||
|
||||
<div class="attribute-parameter-container">
|
||||
@@ -15,7 +15,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/statusPage/</span>
|
||||
<span>https://oneuptime.com/api/statusPage/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -45,7 +45,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/statusPage/:projectId</span>
|
||||
<span>https://oneuptime.com/api/statusPage/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -256,7 +256,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/statusPage/5e2ecf45516aae26b133f354</p>
|
||||
<p class="url">https://oneuptime.com/api/statusPage/5e2ecf45516aae26b133f354</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -352,7 +352,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/statusPage/:projectId/dashboard</span>
|
||||
<span>https://oneuptime.com/api/statusPage/:projectId/dashboard</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -427,7 +427,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/statusPage/5e2ecf45516aae26b133f354/dashboard?skip=0&limit=5</p>
|
||||
<p class="url">https://oneuptime.com/api/statusPage/5e2ecf45516aae26b133f354/dashboard?skip=0&limit=5</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -597,7 +597,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/statusPage/:projectId/statuspage</span>
|
||||
<span>https://oneuptime.com/api/statusPage/:projectId/statuspage</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -672,7 +672,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/statusPage/5e2ecf45516aae26b133f354/statuspage?skip=0&limit=5</p>
|
||||
<p class="url">https://oneuptime.com/api/statusPage/5e2ecf45516aae26b133f354/statuspage?skip=0&limit=5</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -843,7 +843,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/statusPage/:projectId/statuspages</span>
|
||||
<span>https://oneuptime.com/api/statusPage/:projectId/statuspages</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -881,7 +881,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/statusPage/5e2ecf45516aae26b133f354/statuspages</p>
|
||||
<p class="url">https://oneuptime.com/api/statusPage/5e2ecf45516aae26b133f354/statuspages</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1062,7 +1062,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/statusPage/:statusPageId</span>
|
||||
<span>https://oneuptime.com/api/statusPage/:statusPageId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1122,7 +1122,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/statusPage/5e3bfa83de29ed659247259d</p>
|
||||
<p class="url">https://oneuptime.com/api/statusPage/5e3bfa83de29ed659247259d</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1211,7 +1211,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/statusPage/:projectId</span>
|
||||
<span>https://oneuptime.com/api/statusPage/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1422,7 +1422,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/statusPage/5e2ecf45516aae26b133f354</p>
|
||||
<p class="url">https://oneuptime.com/api/statusPage/5e2ecf45516aae26b133f354</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -1540,7 +1540,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/statusPage/:projectId/:statusPageId</span>
|
||||
<span>https://oneuptime.com/api/statusPage/:projectId/:statusPageId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1593,7 +1593,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/statusPage/5e2ecf45516aae26b133f354/5e3bfa83de29ed659247259d</p>
|
||||
<p class="url">https://oneuptime.com/api/statusPage/5e2ecf45516aae26b133f354/5e3bfa83de29ed659247259d</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1705,7 +1705,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/statusPage/:statusPageId/rss</span>
|
||||
<span>https://oneuptime.com/api/statusPage/:statusPageId/rss</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1765,7 +1765,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/statusPage/5e3bfa83de29ed659247259d/rss</p>
|
||||
<p class="url">https://oneuptime.com/api/statusPage/5e3bfa83de29ed659247259d/rss</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1899,7 +1899,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/statusPage/:projectId/:statusPageId/notes</span>
|
||||
<span>https://oneuptime.com/api/statusPage/:projectId/:statusPageId/notes</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1990,7 +1990,7 @@
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">
|
||||
https://fyipe.com/api/statusPage/5e2ecf45516aae26b133f354/5e3bfa83de29ed659247259d/notes?skip=0&limit=5</p>
|
||||
https://oneuptime.com/api/statusPage/5e2ecf45516aae26b133f354/5e3bfa83de29ed659247259d/notes?skip=0&limit=5</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -2243,7 +2243,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/statusPage/:projectId/:monitorId/individualnotes</span>
|
||||
<span>https://oneuptime.com/api/statusPage/:projectId/:monitorId/individualnotes</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2334,7 +2334,7 @@
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">
|
||||
https://fyipe.com/api/statusPage/5e2ecf45516aae26b133f354/5e321f87542c6f61d1292a83/individualnotes?skip=0&limit=5
|
||||
https://oneuptime.com/api/statusPage/5e2ecf45516aae26b133f354/5e321f87542c6f61d1292a83/individualnotes?skip=0&limit=5
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2428,7 +2428,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/statusPage/:projectId/:statusPageId/events</span>
|
||||
<span>https://oneuptime.com/api/statusPage/:projectId/:statusPageId/events</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2519,7 +2519,7 @@
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">
|
||||
https://fyipe.com/api/statusPage/5e8cda4eac92233bf1e4645a/5e8cdb19ac92233bf1e464d6/events?skip=0&limit=5</p>
|
||||
https://oneuptime.com/api/statusPage/5e8cda4eac92233bf1e4645a/5e8cdb19ac92233bf1e464d6/events?skip=0&limit=5</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -2666,7 +2666,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/statusPage/:projectId/:monitorId/individualevents</span>
|
||||
<span>https://oneuptime.com/api/statusPage/:projectId/:monitorId/individualevents</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2742,7 +2742,7 @@
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">
|
||||
https://fyipe.com/api/statusPage/5e8cda4eac92233bf1e4645a/5e8cdaebac92233bf1e4649a/individualevents?date=2020-04-09T21:22:08.845Z
|
||||
https://oneuptime.com/api/statusPage/5e8cda4eac92233bf1e4645a/5e8cdaebac92233bf1e4649a/individualevents?date=2020-04-09T21:22:08.845Z
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2888,7 +2888,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/statusPage/:projectId/:monitorId/monitorStatuses</span>
|
||||
<span>https://oneuptime.com/api/statusPage/:projectId/:monitorId/monitorStatuses</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2979,7 +2979,7 @@
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">
|
||||
https://fyipe.com/api/statusPage/5e2ecf45516aae26b133f354d/5e321f87542c6f61d1292a83/monitorStatuses</p>
|
||||
https://oneuptime.com/api/statusPage/5e2ecf45516aae26b133f354d/5e321f87542c6f61d1292a83/monitorStatuses</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -3044,7 +3044,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/statusPage/:projectId/probes</span>
|
||||
<span>https://oneuptime.com/api/statusPage/:projectId/probes</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -3119,7 +3119,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/statusPage/5e2ecf45516aae26b133f354/probes?skip=0&limit=5</p>
|
||||
<p class="url">https://oneuptime.com/api/statusPage/5e2ecf45516aae26b133f354/probes?skip=0&limit=5</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/subscriber/</span>
|
||||
<span>https://oneuptime.com/api/subscriber/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -44,7 +44,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/subscriber/:projectId/:statusPageId</span>
|
||||
<span>https://oneuptime.com/api/subscriber/:projectId/:statusPageId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -180,7 +180,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/subscriber/5e089f94b400211639928c94/5e1b877a41127144f8144b9d</p>
|
||||
<p class="url">https://oneuptime.com/api/subscriber/5e089f94b400211639928c94/5e1b877a41127144f8144b9d</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -252,7 +252,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/subscriber/:projectId/subscribe/:monitorId</span>
|
||||
<span>https://oneuptime.com/api/subscriber/:projectId/subscribe/:monitorId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -388,7 +388,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/subscriber/5e089f94b400211639928c94/subscribe/5e08a21b25c59a1c8033c7e7
|
||||
<p class="url">https://oneuptime.com/api/subscriber/5e089f94b400211639928c94/subscribe/5e08a21b25c59a1c8033c7e7
|
||||
</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
@@ -456,7 +456,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/subscriber/:projectId</span>
|
||||
<span>https://oneuptime.com/api/subscriber/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -531,7 +531,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/subscriber/5e089f94b400211639928c94?skip=0&limit=5</p>
|
||||
<p class="url">https://oneuptime.com/api/subscriber/5e089f94b400211639928c94?skip=0&limit=5</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -591,7 +591,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/subscriber/:projectId/monitor/:monitorId</span>
|
||||
<span>https://oneuptime.com/api/subscriber/:projectId/monitor/:monitorId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -682,7 +682,7 @@
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">
|
||||
https://fyipe.com/api/subscriber/5e089f94b400211639928c94/monitor/5e08a21b25c59a1c8033c7e7?skip=0&limit=5
|
||||
https://oneuptime.com/api/subscriber/5e089f94b400211639928c94/monitor/5e08a21b25c59a1c8033c7e7?skip=0&limit=5
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -742,7 +742,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/subscriber/:projectId/:subscriberId</span>
|
||||
<span>https://oneuptime.com/api/subscriber/:projectId/:subscriberId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -795,7 +795,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/subscriber/5e089f94b400211639928c94/5e0f2e717f3127159be72c9f</p>
|
||||
<p class="url">https://oneuptime.com/api/subscriber/5e089f94b400211639928c94/5e0f2e717f3127159be72c9f</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -849,7 +849,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/subscriber/:projectId/:subscriberId</span>
|
||||
<span>https://oneuptime.com/api/subscriber/:projectId/:subscriberId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -902,7 +902,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/subscriber/5e089f94b400211639928c94/5e0f2e717f3127159be72c9f</p>
|
||||
<p class="url">https://oneuptime.com/api/subscriber/5e089f94b400211639928c94/5e0f2e717f3127159be72c9f</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
</b>
|
||||
<p>
|
||||
<p>Subscriber Alert API will allow you to send alerts and access all the alerts that were sent to your customers
|
||||
who have subscribed to monitor incidents. If you want to access alerts that were sent to your Fyipe team
|
||||
who have subscribed to monitor incidents. If you want to access alerts that were sent to your OneUptime team
|
||||
members, please check Alert API.</p>
|
||||
</p>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/subscriberAlert/</span>
|
||||
<span>https://oneuptime.com/api/subscriberAlert/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -45,7 +45,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/subscriberAlert/:projectId/:subscriberId</span>
|
||||
<span>https://oneuptime.com/api/subscriberAlert/:projectId/:subscriberId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -120,7 +120,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/subscriberAlert/5e089f94b400211639928c94/5e0f2e717f3127159be72c9f</p>
|
||||
<p class="url">https://oneuptime.com/api/subscriberAlert/5e089f94b400211639928c94/5e0f2e717f3127159be72c9f</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -180,7 +180,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/subscriberAlert/:projectId</span>
|
||||
<span>https://oneuptime.com/api/subscriberAlert/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -255,7 +255,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/subscriberAlert/5e089f94b400211639928c94?skip=0&limit=5</p>
|
||||
<p class="url">https://oneuptime.com/api/subscriberAlert/5e089f94b400211639928c94?skip=0&limit=5</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -397,7 +397,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/subscriberAlert/:projectId/incident/:incidentId</span>
|
||||
<span>https://oneuptime.com/api/subscriberAlert/:projectId/incident/:incidentId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -488,7 +488,7 @@
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">
|
||||
https://fyipe.com/api/subscriberAlert/5e089f94b400211639928c94/incident/5e1776861f31a13e98acdd1a?skip=0&limit=5
|
||||
https://oneuptime.com/api/subscriberAlert/5e089f94b400211639928c94/incident/5e1776861f31a13e98acdd1a?skip=0&limit=5
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<h1>Team</h1>
|
||||
</b>
|
||||
<p>
|
||||
<p>Team API will allow you to invite and manage team members in your Fyipe project team.</p>
|
||||
<p>Team API will allow you to invite and manage team members in your OneUptime project team.</p>
|
||||
</p>
|
||||
|
||||
<div class="attribute-parameter-container">
|
||||
@@ -14,7 +14,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/team/</span>
|
||||
<span>https://oneuptime.com/api/team/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -43,7 +43,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/team/:projectId</span>
|
||||
<span>https://oneuptime.com/api/team/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -103,7 +103,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/team/5e089f94b400211639928c94</p>
|
||||
<p class="url">https://oneuptime.com/api/team/5e089f94b400211639928c94</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
@@ -186,7 +186,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/team/:projectId</span>
|
||||
<span>https://oneuptime.com/api/team/:projectId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -224,7 +224,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/team/5e089f94b400211639928c94</p>
|
||||
<p class="url">https://oneuptime.com/api/team/5e089f94b400211639928c94</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -275,7 +275,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/team/:projectId/teamMembers</span>
|
||||
<span>https://oneuptime.com/api/team/:projectId/teamMembers</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -313,7 +313,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/team/5e089f94b400211639928c94/teamMembers</p>
|
||||
<p class="url">https://oneuptime.com/api/team/5e089f94b400211639928c94/teamMembers</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -370,7 +370,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/team/:projectId/:teamMemberId</span>
|
||||
<span>https://oneuptime.com/api/team/:projectId/:teamMemberId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -423,7 +423,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/team/5e089f94b400211639928c94/5e089f88b400211639928c92</p>
|
||||
<p class="url">https://oneuptime.com/api/team/5e089f94b400211639928c94/5e089f88b400211639928c92</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -474,7 +474,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/team/:projectId/:teamMemberId</span>
|
||||
<span>https://oneuptime.com/api/team/:projectId/:teamMemberId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -527,7 +527,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/team/5e089f94b400211639928c94/5e089f88b400211639928c92</p>
|
||||
<p class="url">https://oneuptime.com/api/team/5e089f94b400211639928c94/5e089f88b400211639928c92</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -590,7 +590,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/team/:projectId/:teamMemberId/changerole</span>
|
||||
<span>https://oneuptime.com/api/team/:projectId/:teamMemberId/changerole</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -665,7 +665,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/team/5e089f94b400211639928c94/5e089f88b400211639928c92/changerole</p>
|
||||
<p class="url">https://oneuptime.com/api/team/5e089f94b400211639928c94/5e089f88b400211639928c92/changerole</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<h1>Tutorial</h1>
|
||||
</b>
|
||||
<p>
|
||||
<p>Tutorial API will allow you to interact with the Fyipe resources tutorial interface.</p>
|
||||
<p>Tutorial API will allow you to interact with the OneUptime resources tutorial interface.</p>
|
||||
</p>
|
||||
|
||||
<div class="attribute-parameter-container">
|
||||
@@ -14,7 +14,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/tutorial/</span>
|
||||
<span>https://oneuptime.com/api/tutorial/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -43,7 +43,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/tutorial/</span>
|
||||
<span>https://oneuptime.com/api/tutorial/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/tutorial/</p>
|
||||
<p class="url">https://oneuptime.com/api/tutorial/</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/tutorial/</span>
|
||||
<span>https://oneuptime.com/api/tutorial/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -140,7 +140,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/tutorial/</p>
|
||||
<p class="url">https://oneuptime.com/api/tutorial/</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<h1>Version</h1>
|
||||
</b>
|
||||
<p>
|
||||
<p>Version API will allow you to get both the Fyipe server and dashboard application versions.</p>
|
||||
<p>Version API will allow you to get both the OneUptime server and dashboard application versions.</p>
|
||||
</p>
|
||||
|
||||
<div class="attribute-parameter-container">
|
||||
@@ -14,7 +14,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/version/</span>
|
||||
<span>https://oneuptime.com/api/version/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -43,7 +43,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/version/</span>
|
||||
<span>https://oneuptime.com/api/version/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/version/</p>
|
||||
<p class="url">https://oneuptime.com/api/version/</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<h1>WebHook</h1>
|
||||
</b>
|
||||
<p>
|
||||
<p>WebHook API will allow you to integrate Fyipe with your WebHook URLs.</p>
|
||||
<p>WebHook API will allow you to integrate OneUptime with your WebHook URLs.</p>
|
||||
</p>
|
||||
|
||||
<div class="attribute-parameter-container">
|
||||
@@ -14,7 +14,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/webhook/</span>
|
||||
<span>https://oneuptime.com/api/webhook/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -43,7 +43,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/webhook/:projectId/create</span>
|
||||
<span>https://oneuptime.com/api/webhook/:projectId/create</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -103,14 +103,14 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/webhook/5e089f94b400211639928c94/create</p>
|
||||
<p class="url">https://oneuptime.com/api/webhook/5e089f94b400211639928c94/create</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
<code class="language-json">
|
||||
<p>
|
||||
{
|
||||
"endpoint": "https://fyipe.com",
|
||||
"endpoint": "https://oneuptime.com",
|
||||
"endpointType": "get",
|
||||
"monitorId": "5e08a21b25c59a1c8033c7e7",
|
||||
"type": "webhook",
|
||||
@@ -154,7 +154,7 @@
|
||||
},
|
||||
"data": {
|
||||
"userId": "5e089f88b400211639928c92",
|
||||
"endpoint": "https://fyipe.com",
|
||||
"endpoint": "https://oneuptime.com",
|
||||
"endpointType": "get",
|
||||
"monitorId": "5e08a21b25c59a1c8033c7e7"
|
||||
},
|
||||
@@ -185,7 +185,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/webhook/:projectId/hooks</span>
|
||||
<span>https://oneuptime.com/api/webhook/:projectId/hooks</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -260,7 +260,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/webhook/5e089f94b400211639928c94/hooks?skip=0&limit=5</p>
|
||||
<p class="url">https://oneuptime.com/api/webhook/5e089f94b400211639928c94/hooks?skip=0&limit=5</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -296,7 +296,7 @@
|
||||
},
|
||||
"data": {
|
||||
"userId": "5e089f88b400211639928c92",
|
||||
"endpoint": "https://fyipe.com",
|
||||
"endpoint": "https://oneuptime.com",
|
||||
"endpointType": "get",
|
||||
"monitorId": "5e0a4b1678caf04fd1fedcbe"
|
||||
},
|
||||
@@ -331,7 +331,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/webhook/:projectId/:integrationId</span>
|
||||
<span>https://oneuptime.com/api/webhook/:projectId/:integrationId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -406,14 +406,14 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/webhook/5e089f94b400211639928c94/5e0fd2f97f3127159be74863</p>
|
||||
<p class="url">https://oneuptime.com/api/webhook/5e089f94b400211639928c94/5e0fd2f97f3127159be74863</p>
|
||||
|
||||
<p>Request Body</p>
|
||||
<pre>
|
||||
<code class="language-json">
|
||||
<p>
|
||||
{
|
||||
"endpoint": "https://fyipe.com",
|
||||
"endpoint": "https://oneuptime.com",
|
||||
"monitorId": "5e0a4b1678caf04fd1fedcbe",
|
||||
"endpointType": "get",
|
||||
"type": "webhook",
|
||||
@@ -457,7 +457,7 @@
|
||||
},
|
||||
"data": {
|
||||
"userId": "5e089f88b400211639928c92",
|
||||
"endpoint": "https://fyipe.com",
|
||||
"endpoint": "https://oneuptime.com",
|
||||
"endpointType": "get",
|
||||
"monitorId": "5e0a4b1678caf04fd1fedcbe"
|
||||
},
|
||||
@@ -488,7 +488,7 @@
|
||||
<div class="cf-grid-row">
|
||||
<div class="col-full">
|
||||
<div class="item-title">
|
||||
<span>https://fyipe.com/api/webhook/:projectId/delete/:integrationId</span>
|
||||
<span>https://oneuptime.com/api/webhook/:projectId/delete/:integrationId</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -541,7 +541,7 @@
|
||||
|
||||
<div class="example-code example-response">
|
||||
<p>Request URL</p>
|
||||
<p class="url">https://fyipe.com/api/webhook/5e089f94b400211639928c94/delete/5e1cf554e6a0421634359491</p>
|
||||
<p class="url">https://oneuptime.com/api/webhook/5e089f94b400211639928c94/delete/5e1cf554e6a0421634359491</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -566,7 +566,7 @@
|
||||
"createdById": "5e089f88b400211639928c92",
|
||||
"data": {
|
||||
"userId": "5e089f88b400211639928c92",
|
||||
"endpoint": "https://fyipe.com",
|
||||
"endpoint": "https://oneuptime.com",
|
||||
"endpointType": "get",
|
||||
"monitorId": "5e08a21b25c59a1c8033c7e7"
|
||||
},
|
||||
|
||||
@@ -12,9 +12,9 @@ production_api-docs:
|
||||
- sudo docker run --rm --privileged docker/binfmt:820fdd95a9972a5308930a2bdfb8573dd4447ad3
|
||||
- sudo docker login --username $DOCKERHUBUSERNAME --password $DOCKERHUBPASSWORD
|
||||
- sudo docker buildx create --use
|
||||
- sudo docker buildx build --platform linux/amd64,linux/arm64 --tag fyipeproject/api-docs:3.0.$CI_PIPELINE_IID --push ./api-docs
|
||||
- sudo docker buildx build --platform linux/amd64,linux/arm64 --tag fyipeproject/api-docs:latest --push ./api-docs
|
||||
- sudo kubectl set image deployment/fi-api-docs fi-api-docs=fyipeproject/api-docs:3.0.$CI_PIPELINE_IID
|
||||
- sudo docker buildx build --platform linux/amd64,linux/arm64 --tag oneuptimeproject/api-docs:3.0.$CI_PIPELINE_IID --push ./api-docs
|
||||
- sudo docker buildx build --platform linux/amd64,linux/arm64 --tag oneuptimeproject/api-docs:latest --push ./api-docs
|
||||
- sudo kubectl set image deployment/fi-api-docs fi-api-docs=oneuptimeproject/api-docs:3.0.$CI_PIPELINE_IID
|
||||
# Cleanup
|
||||
- chmod +x ./ci/scripts/deployment-cleanup.sh
|
||||
- ./ci/scripts/deployment-cleanup.sh
|
||||
@@ -43,9 +43,9 @@ staging_api-docs:
|
||||
# Build and deploy api-docs.
|
||||
- sudo docker login --username $DOCKERHUBUSERNAME --password $DOCKERHUBPASSWORD
|
||||
- sudo docker buildx create --use
|
||||
- sudo docker buildx build --platform linux/amd64,linux/arm64 --tag fyipeproject/api-docs:3.0.$CI_PIPELINE_IID --push ./api-docs
|
||||
- sudo docker buildx build --platform linux/amd64,linux/arm64 --tag fyipeproject/api-docs:master --push ./api-docs
|
||||
- sudo kubectl set image deployment/fi-api-docs fi-api-docs=fyipeproject/api-docs:3.0.$CI_PIPELINE_IID
|
||||
- sudo docker buildx build --platform linux/amd64,linux/arm64 --tag oneuptimeproject/api-docs:3.0.$CI_PIPELINE_IID --push ./api-docs
|
||||
- sudo docker buildx build --platform linux/amd64,linux/arm64 --tag oneuptimeproject/api-docs:master --push ./api-docs
|
||||
- sudo kubectl set image deployment/fi-api-docs fi-api-docs=oneuptimeproject/api-docs:3.0.$CI_PIPELINE_IID
|
||||
# Cleanup
|
||||
- chmod +x ./ci/scripts/deployment-cleanup.sh
|
||||
- ./ci/scripts/deployment-cleanup.sh
|
||||
|
||||
@@ -32,7 +32,7 @@ describe('Check api-docs up', () => {
|
||||
},
|
||||
{ hidden: true }
|
||||
);
|
||||
expect(response).toBe('Fyipe API Documentation');
|
||||
expect(response).toBe('OneUptime API Documentation');
|
||||
done();
|
||||
},
|
||||
init.timeout
|
||||
|
||||
Reference in New Issue
Block a user