mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-22 19:22:19 +00:00
laravel 12 upgrade (#586)
* laravel 12 upgrade * upgrade scribe to v5 * fix lint
This commit is contained in:
parent
76059aff3c
commit
6eb88c7c6e
@ -1,4 +1,4 @@
|
|||||||
# GENERATED. YOU SHOULDN'T MODIFY OR DELETE THIS FILE.
|
# GENERATED. YOU SHOULDN'T MODIFY OR DELETE THIS FILE.
|
||||||
# Scribe uses this file to know when you change something manually in your docs.
|
# Scribe uses this file to know when you change something manually in your docs.
|
||||||
.scribe/intro.md=98adb6862b118c06e02e4e22390feb6f
|
.scribe/intro.md=ce7ca21baf0406f807aed85ee1d8fa6e
|
||||||
.scribe/auth.md=7fcc12b2e5a86fa9c49f509d348f3cc2
|
.scribe/auth.md=9bee2b1ef8a238b2e58613fa636d5f39
|
@ -1,7 +1,3 @@
|
|||||||
# Authenticating requests
|
# Authenticating requests
|
||||||
|
|
||||||
To authenticate requests, include an **`Authorization`** header with the value **`"Bearer YOUR-API-KEY"`**.
|
This API is not authenticated.
|
||||||
|
|
||||||
All authenticated endpoints are marked with a `requires authentication` badge in the documentation below.
|
|
||||||
|
|
||||||
You can retrieve your token by visiting <a href="/settings/api-keys" target="_blank">here</a>
|
|
||||||
|
@ -14,10 +14,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: 'Get all cron jobs.'
|
description: 'Get all cron jobs.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -35,7 +34,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -43,7 +42,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -52,15 +51,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":null,"server_id":null,"command":"ls -la","user":"root","frequency":"* * * * *","status":"ready","created_at":null,"updated_at":null},{"id":null,"server_id":null,"command":"ls -la","user":"root","frequency":"* * * * *","status":"ready","created_at":null,"updated_at":null}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":5,"server_id":1,"command":"ls -la","user":"root","frequency":"* * * * *","status":"ready","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"},{"id":6,"server_id":1,"command":"ls -la","user":"root","frequency":"* * * * *","status":"ready","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer eDa6Vdh1Z4vc35bP8E6gafk'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -76,10 +72,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: 'Create a new cron job.'
|
description: 'Create a new cron job.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -97,7 +92,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -105,7 +100,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -113,7 +108,7 @@ endpoints:
|
|||||||
name: command
|
name: command
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: quia
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -123,7 +118,7 @@ endpoints:
|
|||||||
name: user
|
name: user
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: root
|
example: vito
|
||||||
type: string
|
type: string
|
||||||
enumValues:
|
enumValues:
|
||||||
- root
|
- root
|
||||||
@ -142,22 +137,19 @@ endpoints:
|
|||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
command: quia
|
command: consequatur
|
||||||
user: root
|
user: vito
|
||||||
frequency: '* * * * *'
|
frequency: '* * * * *'
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"server_id":null,"command":"ls -la","user":"root","frequency":"* * * * *","status":"ready","created_at":null,"updated_at":null}'
|
content: '{"id":5,"server_id":1,"command":"ls -la","user":"root","frequency":"* * * * *","status":"ready","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 66EeZvdh3kVaDP8f4ga5c1b'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -173,10 +165,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: show
|
title: show
|
||||||
description: 'Get a cron job by ID.'
|
description: 'Get a cron job by ID.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -194,7 +185,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -204,7 +195,7 @@ endpoints:
|
|||||||
name: cronJob_id
|
name: cronJob_id
|
||||||
description: 'The ID of the cronJob.'
|
description: 'The ID of the cronJob.'
|
||||||
required: true
|
required: true
|
||||||
example: 6
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -212,8 +203,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
cronJob_id: 6
|
cronJob_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -222,15 +213,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"server_id":null,"command":"ls -la","user":"root","frequency":"* * * * *","status":"ready","created_at":null,"updated_at":null}'
|
content: '{"id":5,"server_id":1,"command":"ls -la","user":"root","frequency":"* * * * *","status":"ready","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer D4c3Z65ebv8E16fahaVgPdk'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -246,10 +234,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: 'Delete cron job.'
|
description: 'Delete cron job.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -267,7 +254,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -277,7 +264,7 @@ endpoints:
|
|||||||
name: cronJob_id
|
name: cronJob_id
|
||||||
description: 'The ID of the cronJob.'
|
description: 'The ID of the cronJob.'
|
||||||
required: true
|
required: true
|
||||||
example: 13
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -285,8 +272,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
cronJob_id: 13
|
cronJob_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -300,10 +287,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer h3cP4aZa1v8feDdEg5b6k6V'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -14,10 +14,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: 'Get all databases.'
|
description: 'Get all databases.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -35,7 +34,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -43,7 +42,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -52,15 +51,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":null,"server_id":null,"name":"leffler.esther","status":"ready","created_at":null,"updated_at":null},{"id":null,"server_id":null,"name":"rhoda.rutherford","status":"ready","created_at":null,"updated_at":null}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":21,"server_id":1,"name":"carolyne.luettgen","status":"ready","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"},{"id":22,"server_id":1,"name":"orville77","status":"ready","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer E1VdfegZah4k86b53Dc6Pva'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -76,10 +72,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: 'Create a new database.'
|
description: 'Create a new database.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -97,7 +92,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -105,7 +100,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -113,7 +108,7 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: quisquam
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -123,7 +118,7 @@ endpoints:
|
|||||||
name: charset
|
name: charset
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: omnis
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -133,29 +128,26 @@ endpoints:
|
|||||||
name: collation
|
name: collation
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: at
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
name: quisquam
|
name: consequatur
|
||||||
charset: omnis
|
charset: consequatur
|
||||||
collation: at
|
collation: consequatur
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"server_id":null,"name":"csawayn","status":"ready","created_at":null,"updated_at":null}'
|
content: '{"id":21,"server_id":1,"name":"carolyne.luettgen","status":"ready","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer PVgkZ35ca4afd1EbD8ehv66'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -171,10 +163,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: show
|
title: show
|
||||||
description: 'Get a database by ID.'
|
description: 'Get a database by ID.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -192,7 +183,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -202,7 +193,7 @@ endpoints:
|
|||||||
name: id
|
name: id
|
||||||
description: 'The ID of the database.'
|
description: 'The ID of the database.'
|
||||||
required: true
|
required: true
|
||||||
example: 8
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -210,8 +201,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
id: 8
|
id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -220,15 +211,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"server_id":null,"name":"sandrine43","status":"ready","created_at":null,"updated_at":null}'
|
content: '{"id":21,"server_id":1,"name":"carolyne.luettgen","status":"ready","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer EP64D8g51adf6hbceavVZ3k'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -244,10 +232,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: 'Delete database.'
|
description: 'Delete database.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -265,7 +252,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -275,7 +262,7 @@ endpoints:
|
|||||||
name: database_id
|
name: database_id
|
||||||
description: 'The ID of the database.'
|
description: 'The ID of the database.'
|
||||||
required: true
|
required: true
|
||||||
example: 8
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -283,8 +270,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
database_id: 8
|
database_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -298,10 +285,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 8dgEk3Zv1eaVP66bDhf4ac5'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -14,10 +14,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: 'Get all database users.'
|
description: 'Get all database users.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -35,7 +34,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -43,7 +42,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -52,15 +51,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":null,"server_id":null,"username":"letha64","databases":[],"host":"%","status":null,"created_at":null,"updated_at":null},{"id":null,"server_id":null,"username":"hagenes.lurline","databases":[],"host":"%","status":null,"created_at":null,"updated_at":null}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":19,"server_id":1,"username":"graciela37","databases":[],"host":"%","status":"creating","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"},{"id":20,"server_id":1,"username":"vconn","databases":[],"host":"%","status":"creating","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer d4g15bV3Pa6hDvck6eaEf8Z'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -76,10 +72,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: 'Create a new database user.'
|
description: 'Create a new database user.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -97,7 +92,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -105,7 +100,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -113,7 +108,7 @@ endpoints:
|
|||||||
name: username
|
name: username
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: qui
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -123,7 +118,7 @@ endpoints:
|
|||||||
name: password
|
name: password
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: 'xYv*3,#HQ=5<w!'
|
example: 'O[2UZ5ij-e/dl4m{o,'
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -140,22 +135,19 @@ endpoints:
|
|||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
username: qui
|
username: consequatur
|
||||||
password: 'xYv*3,#HQ=5<w!'
|
password: 'O[2UZ5ij-e/dl4m{o,'
|
||||||
host: '%'
|
host: '%'
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"server_id":null,"username":"marcelle95","databases":[],"host":"%","status":null,"created_at":null,"updated_at":null}'
|
content: '{"id":19,"server_id":1,"username":"nolan.jaylan","databases":[],"host":"%","status":"creating","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 3vZ6f6kagacDEhV1Pde5b84'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -171,10 +163,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: show
|
title: show
|
||||||
description: 'Get a database user by ID.'
|
description: 'Get a database user by ID.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -192,7 +183,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -202,7 +193,7 @@ endpoints:
|
|||||||
name: databaseUser_id
|
name: databaseUser_id
|
||||||
description: 'The ID of the databaseUser.'
|
description: 'The ID of the databaseUser.'
|
||||||
required: true
|
required: true
|
||||||
example: 1
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -210,8 +201,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
databaseUser_id: 1
|
databaseUser_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -220,15 +211,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"server_id":null,"username":"brandi53","databases":[],"host":"%","status":null,"created_at":null,"updated_at":null}'
|
content: '{"id":19,"server_id":1,"username":"carolyne.luettgen","databases":[],"host":"%","status":"creating","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer af3b5ac6dP8ZV4vE1hk6eDg'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -244,10 +232,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: link
|
title: link
|
||||||
description: 'Link to databases'
|
description: 'Link to databases'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -265,7 +252,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -275,7 +262,7 @@ endpoints:
|
|||||||
name: databaseUser_id
|
name: databaseUser_id
|
||||||
description: 'The ID of the databaseUser.'
|
description: 'The ID of the databaseUser.'
|
||||||
required: true
|
required: true
|
||||||
example: 4
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -283,8 +270,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
databaseUser_id: 4
|
databaseUser_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -292,27 +279,24 @@ endpoints:
|
|||||||
name: databases
|
name: databases
|
||||||
description: 'Array of database names to link to the user.'
|
description: 'Array of database names to link to the user.'
|
||||||
required: true
|
required: true
|
||||||
example: maiores
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
databases: maiores
|
databases: consequatur
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"server_id":null,"username":"kschmidt","databases":[],"host":"%","status":null,"created_at":null,"updated_at":null}'
|
content: '{"id":19,"server_id":1,"username":"carolyne.luettgen","databases":[],"host":"%","status":"creating","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer b6f3Ed641gaZDcVa5k8vePh'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -328,10 +312,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: 'Delete database user.'
|
description: 'Delete database user.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -349,7 +332,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -359,7 +342,7 @@ endpoints:
|
|||||||
name: databaseUser_id
|
name: databaseUser_id
|
||||||
description: 'The ID of the databaseUser.'
|
description: 'The ID of the databaseUser.'
|
||||||
required: true
|
required: true
|
||||||
example: 20
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -367,8 +350,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
databaseUser_id: 20
|
databaseUser_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -382,10 +365,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer Zka6fh15g6eaV8vE34cDPdb'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -14,10 +14,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: 'Get all firewall rules.'
|
description: 'Get all firewall rules.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -35,7 +34,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -43,7 +42,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -52,15 +51,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":null,"name":"ut","server_id":null,"type":"allow","protocol":"tcp","port":35499,"source":"177.130.54.250","mask":24,"note":"test","status":null,"created_at":null,"updated_at":null},{"id":null,"name":"totam","server_id":null,"type":"allow","protocol":"tcp","port":29448,"source":"181.194.26.13","mask":24,"note":"test","status":null,"created_at":null,"updated_at":null}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":97,"name":"dolores","server_id":1,"type":"allow","protocol":"tcp","port":40770,"source":"199.76.131.15","mask":"24","note":"test","status":"creating","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"},{"id":98,"name":"laborum","server_id":1,"type":"allow","protocol":"tcp","port":14235,"source":"100.14.146.200","mask":"24","note":"test","status":"creating","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer eD368kaZfVEab4v61ghdP5c'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -76,10 +72,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: 'Create a new firewall rule.'
|
description: 'Create a new firewall rule.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -97,7 +92,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -105,7 +100,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -113,7 +108,7 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: sapiente
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -147,7 +142,7 @@ endpoints:
|
|||||||
name: port
|
name: port
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: et
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -157,7 +152,7 @@ endpoints:
|
|||||||
name: source
|
name: source
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
example: doloribus
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -174,25 +169,22 @@ endpoints:
|
|||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
name: sapiente
|
name: consequatur
|
||||||
type: allow
|
type: allow
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
port: et
|
port: consequatur
|
||||||
source: doloribus
|
source: consequatur
|
||||||
mask: '0'
|
mask: '0'
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"name":"omnis","server_id":null,"type":"allow","protocol":"tcp","port":54634,"source":"246.242.9.65","mask":24,"note":"test","status":null,"created_at":null,"updated_at":null}'
|
content: '{"id":97,"name":"dolores","server_id":1,"type":"allow","protocol":"tcp","port":40770,"source":"199.76.131.15","mask":"24","note":"test","status":"creating","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 3184PbED6aacZveV6hf5dgk'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -208,10 +200,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: edit
|
title: edit
|
||||||
description: 'Update an existing firewall rule.'
|
description: 'Update an existing firewall rule.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -229,7 +220,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -239,7 +230,7 @@ endpoints:
|
|||||||
name: firewallRule_id
|
name: firewallRule_id
|
||||||
description: 'The ID of the firewallRule.'
|
description: 'The ID of the firewallRule.'
|
||||||
required: true
|
required: true
|
||||||
example: 85
|
example: 94
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -247,8 +238,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
firewallRule_id: 85
|
firewallRule_id: 94
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -256,7 +247,7 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: et
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -290,7 +281,7 @@ endpoints:
|
|||||||
name: port
|
name: port
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: aut
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -300,7 +291,7 @@ endpoints:
|
|||||||
name: source
|
name: source
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
example: et
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -317,25 +308,22 @@ endpoints:
|
|||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
name: et
|
name: consequatur
|
||||||
type: allow
|
type: allow
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
port: aut
|
port: consequatur
|
||||||
source: et
|
source: consequatur
|
||||||
mask: '0'
|
mask: '0'
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"name":"consequatur","server_id":null,"type":"allow","protocol":"tcp","port":879,"source":"206.106.27.116","mask":24,"note":"test","status":null,"created_at":null,"updated_at":null}'
|
content: '{"id":97,"name":"dolores","server_id":1,"type":"allow","protocol":"tcp","port":40770,"source":"199.76.131.15","mask":"24","note":"test","status":"creating","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer ad46E3egPDc51aV6hb8vkZf'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -351,10 +339,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: show
|
title: show
|
||||||
description: 'Get a firewall rule by ID.'
|
description: 'Get a firewall rule by ID.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -372,7 +359,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -382,7 +369,7 @@ endpoints:
|
|||||||
name: firewallRule_id
|
name: firewallRule_id
|
||||||
description: 'The ID of the firewallRule.'
|
description: 'The ID of the firewallRule.'
|
||||||
required: true
|
required: true
|
||||||
example: 85
|
example: 94
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -390,8 +377,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
firewallRule_id: 85
|
firewallRule_id: 94
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -400,15 +387,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"name":"dolores","server_id":null,"type":"allow","protocol":"tcp","port":4691,"source":"147.108.28.144","mask":24,"note":"test","status":null,"created_at":null,"updated_at":null}'
|
content: '{"id":97,"name":"laborum","server_id":1,"type":"allow","protocol":"tcp","port":14235,"source":"100.14.146.200","mask":"24","note":"test","status":"creating","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 6gkvbDae15a6f43EVPdZh8c'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -424,10 +408,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: 'Delete firewall rule.'
|
description: 'Delete firewall rule.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -445,7 +428,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -455,7 +438,7 @@ endpoints:
|
|||||||
name: firewallRule_id
|
name: firewallRule_id
|
||||||
description: 'The ID of the firewallRule.'
|
description: 'The ID of the firewallRule.'
|
||||||
required: true
|
required: true
|
||||||
example: 85
|
example: 94
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -463,8 +446,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
firewallRule_id: 85
|
firewallRule_id: 94
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -478,10 +461,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer ZVd1fk5E3e48hDvaa6g6cPb'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -29,12 +29,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"success":true,"version":"2.4.0"}'
|
content: '{"success":true,"version":"2.5.0"}'
|
||||||
headers:
|
headers:
|
||||||
cache-control: 'no-cache, private'
|
cache-control: 'no-cache, private'
|
||||||
content-type: application/json
|
content-type: application/json
|
||||||
x-ratelimit-limit: '60'
|
x-ratelimit-limit: '60'
|
||||||
x-ratelimit-remaining: '59'
|
x-ratelimit-remaining: '57'
|
||||||
access-control-allow-origin: '*'
|
access-control-allow-origin: '*'
|
||||||
description: null
|
description: null
|
||||||
custom: []
|
custom: []
|
||||||
|
@ -14,10 +14,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: 'Get all projects.'
|
description: 'Get all projects.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters: []
|
urlParameters: []
|
||||||
@ -30,15 +29,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":3,"name":"Mr. Drake Nader","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"},{"id":4,"name":"Wilhelmine Jacobson","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":3,"name":"Nash Corwin","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"},{"id":4,"name":"Patience Douglas","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer fbPE6haeDZ8v1gV5ak463dc'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -54,10 +50,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: 'Create a new project.'
|
description: 'Create a new project.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters: []
|
urlParameters: []
|
||||||
@ -69,27 +64,24 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: 'The name of the project.'
|
description: 'The name of the project.'
|
||||||
required: true
|
required: true
|
||||||
example: dignissimos
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
name: dignissimos
|
name: consequatur
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":3,"name":"Pattie Cole","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":3,"name":"Dr. Cornelius Luettgen V","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 6ZkedcEfa5V6Dv4ab8P3g1h'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -105,10 +97,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: show
|
title: show
|
||||||
description: 'Get a project by ID.'
|
description: 'Get a project by ID.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -132,15 +123,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":3,"name":"Mr. Elias Bauch","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":3,"name":"Orville Satterfield","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer P6ka4Zaefgh8Ec3dV15v6bD'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -156,10 +144,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: update
|
title: update
|
||||||
description: 'Update project.'
|
description: 'Update project.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -182,27 +169,24 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: 'The name of the project.'
|
description: 'The name of the project.'
|
||||||
required: true
|
required: true
|
||||||
example: sunt
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
name: sunt
|
name: consequatur
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":3,"name":"Elfrieda Jakubowski","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":3,"name":"Dr. Cornelius Luettgen V","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer ecaDZkf5E4vgP1V86d6hb3a'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -218,10 +202,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: 'Delete project.'
|
description: 'Delete project.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -250,10 +233,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer h5gZ63DPVbcevE4faka86d1'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -14,10 +14,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: index
|
title: index
|
||||||
description: 'Get all redirects.'
|
description: 'Get all redirects.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -35,7 +34,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -45,7 +44,7 @@ endpoints:
|
|||||||
name: site_id
|
name: site_id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -53,8 +52,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
site_id: 44
|
site_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -63,15 +62,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":null,"site_id":null,"mode":307,"from":"ipsum","to":"http:\/\/fritsch.biz\/","status":"ready","created_at":null,"updated_at":null},{"id":null,"site_id":null,"mode":302,"from":"culpa","to":"http:\/\/www.huels.net\/aut-ut-ut-porro-non-rerum-voluptatum.html","status":"ready","created_at":null,"updated_at":null}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":11,"site_id":1,"mode":308,"from":"dolores","to":"http:\/\/dibbert.com\/eius-est-dolor-dolores-minus-voluptatem-quisquam","status":"ready","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"},{"id":12,"site_id":1,"mode":302,"from":"sed","to":"http:\/\/williamson.net\/fugit-facilis-perferendis-dolores-molestias.html","status":"ready","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer cV16fevgEZhPadD43685akb'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -87,10 +83,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: 'Create a new redirect.'
|
description: 'Create a new redirect.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -108,7 +103,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -118,7 +113,7 @@ endpoints:
|
|||||||
name: site_id
|
name: site_id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -126,8 +121,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
site_id: 44
|
site_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -135,7 +130,7 @@ endpoints:
|
|||||||
name: from
|
name: from
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: odit
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -145,7 +140,7 @@ endpoints:
|
|||||||
name: to
|
name: to
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: incidunt
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -155,7 +150,7 @@ endpoints:
|
|||||||
name: mode
|
name: mode
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: 301
|
example: 302
|
||||||
type: string
|
type: string
|
||||||
enumValues:
|
enumValues:
|
||||||
- 301
|
- 301
|
||||||
@ -166,9 +161,9 @@ endpoints:
|
|||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
from: odit
|
from: consequatur
|
||||||
to: incidunt
|
to: consequatur
|
||||||
mode: 301
|
mode: 302
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
@ -178,10 +173,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer ZD45hPk638abev61EVcagdf'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -197,10 +189,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: 'Delete a redirect.'
|
description: 'Delete a redirect.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -218,7 +209,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -228,7 +219,7 @@ endpoints:
|
|||||||
name: site_id
|
name: site_id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -246,8 +237,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
site_id: 44
|
site_id: 17
|
||||||
redirect_id: 9
|
redirect_id: 9
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
@ -262,10 +253,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer Ec3fDgdbae615aPh8k6vV4Z'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -14,10 +14,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: 'Get all servers in a project.'
|
description: 'Get all servers in a project.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -41,15 +40,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":null,"project_id":null,"user_id":null,"provider_id":null,"name":"Miss Bonita Vandervort IV","ssh_user":"vito","ip":"120.222.195.212","local_ip":"138.119.37.248","port":22,"os":"ubuntu_22","type":"regular","type_data":null,"provider":"custom","provider_data":null,"public_key":"test","status":"ready","auto_update":null,"available_updates":0,"security_updates":null,"progress":100,"progress_step":null,"updates":null,"last_update_check":null,"created_at":null,"updated_at":null},{"id":null,"project_id":null,"user_id":null,"provider_id":null,"name":"Dr. Shanie Batz IV","ssh_user":"vito","ip":"241.88.138.163","local_ip":"138.226.232.93","port":22,"os":"ubuntu_22","type":"regular","type_data":null,"provider":"custom","provider_data":null,"public_key":"test","status":"ready","auto_update":null,"available_updates":0,"security_updates":null,"progress":100,"progress_step":null,"updates":null,"last_update_check":null,"created_at":null,"updated_at":null}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":33,"project_id":1,"user_id":1,"provider_id":null,"name":"Maiya Connelly","ssh_user":"vito","ip":"7.83.102.177","local_ip":"130.245.181.91","port":22,"os":"ubuntu_22","type":"regular","type_data":null,"provider":"custom","provider_data":null,"public_key":"test","status":"ready","auto_update":null,"available_updates":0,"security_updates":null,"progress":100,"progress_step":null,"updates":0,"last_update_check":null,"created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"},{"id":34,"project_id":1,"user_id":1,"provider_id":null,"name":"Dr. Kyler Runolfsdottir DVM","ssh_user":"vito","ip":"106.112.51.73","local_ip":"248.246.77.93","port":22,"os":"ubuntu_22","type":"regular","type_data":null,"provider":"custom","provider_data":null,"public_key":"test","status":"ready","auto_update":null,"available_updates":0,"security_updates":null,"progress":100,"progress_step":null,"updates":0,"last_update_check":null,"created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer Pg1Vk6cvadD8eb3ZhaEf564'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -65,10 +61,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: 'Create a new server.'
|
description: 'Create a new server.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -91,7 +86,7 @@ endpoints:
|
|||||||
name: provider
|
name: provider
|
||||||
description: 'The server provider type'
|
description: 'The server provider type'
|
||||||
required: true
|
required: true
|
||||||
example: fugiat
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -101,7 +96,7 @@ endpoints:
|
|||||||
name: server_provider
|
name: server_provider
|
||||||
description: 'If the provider is not custom, the ID of the server provider profile'
|
description: 'If the provider is not custom, the ID of the server provider profile'
|
||||||
required: true
|
required: true
|
||||||
example: digitalocean
|
example: hetzner
|
||||||
type: string
|
type: string
|
||||||
enumValues:
|
enumValues:
|
||||||
- custom
|
- custom
|
||||||
@ -116,7 +111,7 @@ endpoints:
|
|||||||
name: region
|
name: region
|
||||||
description: 'Provider region if the provider is not custom'
|
description: 'Provider region if the provider is not custom'
|
||||||
required: true
|
required: true
|
||||||
example: itaque
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -126,7 +121,7 @@ endpoints:
|
|||||||
name: plan
|
name: plan
|
||||||
description: 'Provider plan if the provider is not custom'
|
description: 'Provider plan if the provider is not custom'
|
||||||
required: true
|
required: true
|
||||||
example: voluptatum
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -136,7 +131,7 @@ endpoints:
|
|||||||
name: ip
|
name: ip
|
||||||
description: 'SSH IP address if the provider is custom'
|
description: 'SSH IP address if the provider is custom'
|
||||||
required: true
|
required: true
|
||||||
example: ut
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -146,7 +141,7 @@ endpoints:
|
|||||||
name: port
|
name: port
|
||||||
description: 'SSH Port if the provider is custom'
|
description: 'SSH Port if the provider is custom'
|
||||||
required: true
|
required: true
|
||||||
example: reiciendis
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -156,7 +151,7 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: 'The name of the server.'
|
description: 'The name of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: et
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -166,7 +161,7 @@ endpoints:
|
|||||||
name: os
|
name: os
|
||||||
description: 'The os of the server'
|
description: 'The os of the server'
|
||||||
required: true
|
required: true
|
||||||
example: vel
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -176,7 +171,7 @@ endpoints:
|
|||||||
name: webserver
|
name: webserver
|
||||||
description: 'Web server'
|
description: 'Web server'
|
||||||
required: true
|
required: true
|
||||||
example: nginx
|
example: none
|
||||||
type: string
|
type: string
|
||||||
enumValues:
|
enumValues:
|
||||||
- none
|
- none
|
||||||
@ -188,7 +183,7 @@ endpoints:
|
|||||||
name: database
|
name: database
|
||||||
description: Database
|
description: Database
|
||||||
required: true
|
required: true
|
||||||
example: mysql80
|
example: mariadb104
|
||||||
type: string
|
type: string
|
||||||
enumValues:
|
enumValues:
|
||||||
- none
|
- none
|
||||||
@ -209,7 +204,7 @@ endpoints:
|
|||||||
name: php
|
name: php
|
||||||
description: 'PHP version'
|
description: 'PHP version'
|
||||||
required: true
|
required: true
|
||||||
example: '7.2'
|
example: '8.0'
|
||||||
type: string
|
type: string
|
||||||
enumValues:
|
enumValues:
|
||||||
- '7.0'
|
- '7.0'
|
||||||
@ -225,30 +220,27 @@ endpoints:
|
|||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
provider: fugiat
|
provider: consequatur
|
||||||
server_provider: digitalocean
|
server_provider: hetzner
|
||||||
region: itaque
|
region: consequatur
|
||||||
plan: voluptatum
|
plan: consequatur
|
||||||
ip: ut
|
ip: consequatur
|
||||||
port: reiciendis
|
port: consequatur
|
||||||
name: et
|
name: consequatur
|
||||||
os: vel
|
os: consequatur
|
||||||
webserver: nginx
|
webserver: none
|
||||||
database: mysql80
|
database: mariadb104
|
||||||
php: '7.2'
|
php: '8.0'
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"project_id":null,"user_id":null,"provider_id":null,"name":"Jeromy Mann","ssh_user":"vito","ip":"128.70.209.89","local_ip":"150.217.250.187","port":22,"os":"ubuntu_22","type":"regular","type_data":null,"provider":"custom","provider_data":null,"public_key":"test","status":"ready","auto_update":null,"available_updates":0,"security_updates":null,"progress":100,"progress_step":null,"updates":null,"last_update_check":null,"created_at":null,"updated_at":null}'
|
content: '{"id":33,"project_id":1,"user_id":1,"provider_id":null,"name":"Dr. Cornelius Luettgen V","ssh_user":"vito","ip":"226.187.235.251","local_ip":"18.62.212.253","port":22,"os":"ubuntu_22","type":"regular","type_data":null,"provider":"custom","provider_data":null,"public_key":"test","status":"ready","auto_update":null,"available_updates":0,"security_updates":null,"progress":100,"progress_step":null,"updates":0,"last_update_check":null,"created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 5E61e4vfcgDbVkZd68aah3P'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -264,10 +256,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: show
|
title: show
|
||||||
description: 'Get a server by ID.'
|
description: 'Get a server by ID.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -285,7 +276,7 @@ endpoints:
|
|||||||
name: id
|
name: id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -293,7 +284,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
id: 29
|
id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -302,15 +293,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"project_id":null,"user_id":null,"provider_id":null,"name":"Miss Maya Schaden I","ssh_user":"vito","ip":"44.57.83.39","local_ip":"46.22.92.58","port":22,"os":"ubuntu_22","type":"regular","type_data":null,"provider":"custom","provider_data":null,"public_key":"test","status":"ready","auto_update":null,"available_updates":0,"security_updates":null,"progress":100,"progress_step":null,"updates":null,"last_update_check":null,"created_at":null,"updated_at":null}'
|
content: '{"id":33,"project_id":1,"user_id":1,"provider_id":null,"name":"Brandy Reichel","ssh_user":"vito","ip":"26.180.121.142","local_ip":"122.175.6.215","port":22,"os":"ubuntu_22","type":"regular","type_data":null,"provider":"custom","provider_data":null,"public_key":"test","status":"ready","auto_update":null,"available_updates":0,"security_updates":null,"progress":100,"progress_step":null,"updates":0,"last_update_check":null,"created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer hV3debf65aPD4E1ckag8Z6v'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -326,10 +314,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: reboot
|
title: reboot
|
||||||
description: 'Reboot a server.'
|
description: 'Reboot a server.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -347,7 +334,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -355,7 +342,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -369,10 +356,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer b61aD6538PacZEkeghfvV4d'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -388,10 +372,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: upgrade
|
title: upgrade
|
||||||
description: 'Upgrade server.'
|
description: 'Upgrade server.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -409,7 +392,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -417,7 +400,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -431,10 +414,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer dEZaa6cePVf3k86g45vbD1h'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -450,10 +430,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: 'Delete server.'
|
description: 'Delete server.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -471,7 +450,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -479,7 +458,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -493,10 +472,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 6aDkZEfdP16V58gb43avhec'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -14,10 +14,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -41,15 +40,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":3,"project_id":null,"global":true,"name":"aut","provider":"hetzner","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"},{"id":4,"project_id":null,"global":true,"name":"qui","provider":"aws","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":4,"project_id":null,"global":true,"name":"quo","provider":"custom","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"},{"id":5,"project_id":null,"global":true,"name":"sed","provider":"digitalocean","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 3evaP8h6VEZkbfgaD6d1c45'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -65,10 +61,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -91,7 +86,7 @@ endpoints:
|
|||||||
name: provider
|
name: provider
|
||||||
description: 'The provider (aws, linode, hetzner, digitalocean, vultr, ...)'
|
description: 'The provider (aws, linode, hetzner, digitalocean, vultr, ...)'
|
||||||
required: true
|
required: true
|
||||||
example: corrupti
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -101,7 +96,7 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: 'The name of the server provider.'
|
description: 'The name of the server provider.'
|
||||||
required: true
|
required: true
|
||||||
example: est
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -111,7 +106,7 @@ endpoints:
|
|||||||
name: token
|
name: token
|
||||||
description: 'The token if provider requires api token'
|
description: 'The token if provider requires api token'
|
||||||
required: true
|
required: true
|
||||||
example: rerum
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -121,7 +116,7 @@ endpoints:
|
|||||||
name: key
|
name: key
|
||||||
description: 'The key if provider requires key'
|
description: 'The key if provider requires key'
|
||||||
required: true
|
required: true
|
||||||
example: ut
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -131,31 +126,28 @@ endpoints:
|
|||||||
name: secret
|
name: secret
|
||||||
description: 'The secret if provider requires key'
|
description: 'The secret if provider requires key'
|
||||||
required: true
|
required: true
|
||||||
example: sed
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
provider: corrupti
|
provider: consequatur
|
||||||
name: est
|
name: consequatur
|
||||||
token: rerum
|
token: consequatur
|
||||||
key: ut
|
key: consequatur
|
||||||
secret: sed
|
secret: consequatur
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":3,"project_id":null,"global":true,"name":"voluptas","provider":"vultr","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":4,"project_id":null,"global":true,"name":"dolores","provider":"digitalocean","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 6g6vfEck83VaPhd5Zabe1D4'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -171,10 +163,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: show
|
title: show
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -209,15 +200,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":3,"project_id":null,"global":true,"name":"et","provider":"digitalocean","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":4,"project_id":null,"global":true,"name":"voluptatem","provider":"vultr","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer va63cDe8dPf5Z4Vahb1E6kg'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -233,10 +221,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: update
|
title: update
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -270,7 +257,7 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: 'The name of the server provider.'
|
description: 'The name of the server provider.'
|
||||||
required: true
|
required: true
|
||||||
example: earum
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -289,21 +276,18 @@ endpoints:
|
|||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
name: earum
|
name: consequatur
|
||||||
global: false
|
global: false
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":3,"project_id":null,"global":true,"name":"architecto","provider":"digitalocean","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":4,"project_id":null,"global":true,"name":"dolores","provider":"digitalocean","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 4e1dghaV6D856P3ZbfkcEva'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -319,10 +303,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -362,10 +345,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer fcVa8ev63gP5DaZbkdhE461'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -14,10 +14,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: 'Get all ssh keys.'
|
description: 'Get all ssh keys.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -35,7 +34,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -43,7 +42,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -52,15 +51,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":null,"user":null,"name":"Santa Goyette","created_at":null,"updated_at":null},{"id":null,"user":null,"name":"Cecil Cummings","created_at":null,"updated_at":null}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":2,"user":{"id":1,"name":"Saeed Vaziry","email":"demo@vitodeploy.com","created_at":"2024-12-19T23:19:20.000000Z","updated_at":"2025-04-19T21:24:56.000000Z"},"name":"Prof. Aurelia Buckridge MD","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"},{"id":3,"user":{"id":1,"name":"Saeed Vaziry","email":"demo@vitodeploy.com","created_at":"2024-12-19T23:19:20.000000Z","updated_at":"2025-04-19T21:24:56.000000Z"},"name":"Jaylan Lakin","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 165aZvb46PhacEfke83dVgD'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -76,10 +72,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: 'Deploy ssh key to server.'
|
description: 'Deploy ssh key to server.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -97,7 +92,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -105,7 +100,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -113,7 +108,7 @@ endpoints:
|
|||||||
name: key_id
|
name: key_id
|
||||||
description: 'The ID of the key.'
|
description: 'The ID of the key.'
|
||||||
required: true
|
required: true
|
||||||
example: explicabo
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -123,7 +118,7 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: 'Key name, required if key_id is not provided.'
|
description: 'Key name, required if key_id is not provided.'
|
||||||
required: true
|
required: true
|
||||||
example: deleniti
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -133,29 +128,26 @@ endpoints:
|
|||||||
name: public_key
|
name: public_key
|
||||||
description: 'Public Key, required if key_id is not provided.'
|
description: 'Public Key, required if key_id is not provided.'
|
||||||
required: true
|
required: true
|
||||||
example: sapiente
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
key_id: explicabo
|
key_id: consequatur
|
||||||
name: deleniti
|
name: consequatur
|
||||||
public_key: sapiente
|
public_key: consequatur
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"user":null,"name":"Mr. Reagan Jacobson V","created_at":null,"updated_at":null}'
|
content: '{"id":2,"user":{"id":1,"name":"Saeed Vaziry","email":"demo@vitodeploy.com","created_at":"2024-12-19T23:19:20.000000Z","updated_at":"2025-04-19T21:24:56.000000Z"},"name":"Dr. Cornelius Luettgen V","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer deDkf4E13PZb6cgaV58ha6v'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -171,10 +163,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: 'Delete ssh key from server.'
|
description: 'Delete ssh key from server.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -192,7 +183,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -210,7 +201,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
sshKey_id: 1
|
sshKey_id: 1
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
@ -225,10 +216,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer ec48fgVdZ6ah3kvPD16E5ab'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -14,10 +14,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: 'Get all services.'
|
description: 'Get all services.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -35,7 +34,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -43,7 +42,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -52,15 +51,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":null,"server_id":null,"type":null,"type_data":null,"name":null,"version":null,"unit":null,"status":null,"is_default":null,"created_at":null,"updated_at":null},{"id":null,"server_id":null,"type":null,"type_data":null,"name":null,"version":null,"unit":null,"status":null,"is_default":null,"created_at":null,"updated_at":null}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":null,"server_id":1,"type":"webserver","type_data":null,"name":"nginx","version":null,"unit":null,"status":"ready","is_default":null,"created_at":null,"updated_at":null},{"id":null,"server_id":1,"type":"webserver","type_data":null,"name":"nginx","version":null,"unit":null,"status":"ready","is_default":null,"created_at":null,"updated_at":null}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer gVEce46k8aZfaP3d15vbhD6'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -76,10 +72,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: show
|
title: show
|
||||||
description: 'Get a service by ID.'
|
description: 'Get a service by ID.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -97,7 +92,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -107,7 +102,7 @@ endpoints:
|
|||||||
name: id
|
name: id
|
||||||
description: 'The ID of the service.'
|
description: 'The ID of the service.'
|
||||||
required: true
|
required: true
|
||||||
example: 169
|
example: 184
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -115,8 +110,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
id: 169
|
id: 184
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -125,15 +120,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"server_id":null,"type":null,"type_data":null,"name":null,"version":null,"unit":null,"status":null,"is_default":null,"created_at":null,"updated_at":null}'
|
content: '{"id":null,"server_id":1,"type":"webserver","type_data":null,"name":"nginx","version":null,"unit":null,"status":"ready","is_default":null,"created_at":null,"updated_at":null}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer Ef8D5gbV6cadk3Zh1vP46ea'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -149,10 +141,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: start
|
title: start
|
||||||
description: 'Start service.'
|
description: 'Start service.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -170,7 +161,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -180,7 +171,7 @@ endpoints:
|
|||||||
name: service_id
|
name: service_id
|
||||||
description: 'The ID of the service.'
|
description: 'The ID of the service.'
|
||||||
required: true
|
required: true
|
||||||
example: 169
|
example: 184
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -188,8 +179,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
service_id: 169
|
service_id: 184
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -203,10 +194,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer b3DckZ8g6ha6aPe4f5V1vdE'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -222,10 +210,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: stop
|
title: stop
|
||||||
description: 'Stop service.'
|
description: 'Stop service.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -243,7 +230,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -253,7 +240,7 @@ endpoints:
|
|||||||
name: service_id
|
name: service_id
|
||||||
description: 'The ID of the service.'
|
description: 'The ID of the service.'
|
||||||
required: true
|
required: true
|
||||||
example: 169
|
example: 184
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -261,8 +248,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
service_id: 169
|
service_id: 184
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -276,10 +263,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 1e8aZbfvE5643DacgkPhdV6'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -295,10 +279,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: restart
|
title: restart
|
||||||
description: 'Restart service.'
|
description: 'Restart service.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -316,7 +299,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -326,7 +309,7 @@ endpoints:
|
|||||||
name: service_id
|
name: service_id
|
||||||
description: 'The ID of the service.'
|
description: 'The ID of the service.'
|
||||||
required: true
|
required: true
|
||||||
example: 169
|
example: 184
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -334,8 +317,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
service_id: 169
|
service_id: 184
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -349,10 +332,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer c46baVZEg5dv1Pfe8Dha6k3'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -368,10 +348,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: enable
|
title: enable
|
||||||
description: 'Enable service.'
|
description: 'Enable service.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -389,7 +368,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -399,7 +378,7 @@ endpoints:
|
|||||||
name: service_id
|
name: service_id
|
||||||
description: 'The ID of the service.'
|
description: 'The ID of the service.'
|
||||||
required: true
|
required: true
|
||||||
example: 169
|
example: 184
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -407,8 +386,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
service_id: 169
|
service_id: 184
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -422,10 +401,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer EvcehkDbdV43f61P86Za5ga'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -441,10 +417,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: disable
|
title: disable
|
||||||
description: 'Disable service.'
|
description: 'Disable service.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -462,7 +437,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -472,7 +447,7 @@ endpoints:
|
|||||||
name: service_id
|
name: service_id
|
||||||
description: 'The ID of the service.'
|
description: 'The ID of the service.'
|
||||||
required: true
|
required: true
|
||||||
example: 169
|
example: 184
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -480,8 +455,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
service_id: 169
|
service_id: 184
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -495,10 +470,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer k8E5gf6d4h31bevaa6cVPZD'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -514,10 +486,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: 'Delete service.'
|
description: 'Delete service.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -535,7 +506,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -545,7 +516,7 @@ endpoints:
|
|||||||
name: service_id
|
name: service_id
|
||||||
description: 'The ID of the service.'
|
description: 'The ID of the service.'
|
||||||
required: true
|
required: true
|
||||||
example: 169
|
example: 184
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -553,8 +524,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
service_id: 169
|
service_id: 184
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -568,10 +539,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer Pekav16cd5ag486ZfD3EVbh'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -14,10 +14,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: 'Get all sites.'
|
description: 'Get all sites.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -35,7 +34,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -43,7 +42,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -52,15 +51,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":null,"server_id":null,"source_control_id":null,"type":"laravel","type_data":null,"domain":"test.com","aliases":null,"web_directory":"\/","path":"\/home","php_version":"8.2","repository":null,"branch":"main","status":"ready","port":null,"user":"vito","progress":100,"created_at":null,"updated_at":null},{"id":null,"server_id":null,"source_control_id":null,"type":"laravel","type_data":null,"domain":"test.com","aliases":null,"web_directory":"\/","path":"\/home","php_version":"8.2","repository":null,"branch":"main","status":"ready","port":null,"user":"vito","progress":100,"created_at":null,"updated_at":null}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":50,"server_id":1,"source_control_id":null,"type":"laravel","type_data":null,"domain":"test.com","aliases":null,"web_directory":"\/","path":"\/home","php_version":"8.2","repository":null,"branch":"main","status":"ready","port":null,"user":"vito","progress":100,"created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"},{"id":51,"server_id":1,"source_control_id":null,"type":"laravel","type_data":null,"domain":"test.com","aliases":null,"web_directory":"\/","path":"\/home","php_version":"8.2","repository":null,"branch":"main","status":"ready","port":null,"user":"vito","progress":100,"created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer aD138EgdPf4Vhav5c6bke6Z'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -76,10 +72,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: 'Create a new site.'
|
description: 'Create a new site.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -97,7 +92,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -105,7 +100,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -113,7 +108,7 @@ endpoints:
|
|||||||
name: type
|
name: type
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: php-blank
|
example: load-balancer
|
||||||
type: string
|
type: string
|
||||||
enumValues:
|
enumValues:
|
||||||
- php
|
- php
|
||||||
@ -129,7 +124,7 @@ endpoints:
|
|||||||
name: domain
|
name: domain
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: impedit
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -140,7 +135,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example:
|
example:
|
||||||
- cum
|
- consequatur
|
||||||
type: 'string[]'
|
type: 'string[]'
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -170,7 +165,7 @@ endpoints:
|
|||||||
name: source_control
|
name: source_control
|
||||||
description: 'Source control ID, Required for Sites which support source control'
|
description: 'Source control ID, Required for Sites which support source control'
|
||||||
required: true
|
required: true
|
||||||
example: non
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -220,7 +215,7 @@ endpoints:
|
|||||||
name: user
|
name: user
|
||||||
description: 'user, to isolate the website under a new user'
|
description: 'user, to isolate the website under a new user'
|
||||||
required: true
|
required: true
|
||||||
example: voluptate
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -240,32 +235,29 @@ endpoints:
|
|||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
type: php-blank
|
type: load-balancer
|
||||||
domain: impedit
|
domain: consequatur
|
||||||
aliases:
|
aliases:
|
||||||
- cum
|
- consequatur
|
||||||
php_version: '7.4'
|
php_version: '7.4'
|
||||||
web_directory: public
|
web_directory: public
|
||||||
source_control: non
|
source_control: consequatur
|
||||||
repository: organization/repository
|
repository: organization/repository
|
||||||
branch: main
|
branch: main
|
||||||
composer: true
|
composer: true
|
||||||
version: 5.2.1
|
version: 5.2.1
|
||||||
user: voluptate
|
user: consequatur
|
||||||
method: ip-hash
|
method: ip-hash
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"server_id":null,"source_control_id":null,"type":"laravel","type_data":null,"domain":"test.com","aliases":null,"web_directory":"\/","path":"\/home","php_version":"8.2","repository":null,"branch":"main","status":"ready","port":null,"user":"vito","progress":100,"created_at":null,"updated_at":null}'
|
content: '{"id":50,"server_id":1,"source_control_id":null,"type":"laravel","type_data":null,"domain":"test.com","aliases":null,"web_directory":"\/","path":"\/home","php_version":"8.2","repository":null,"branch":"main","status":"ready","port":null,"user":"vito","progress":100,"created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 6V3D5c4g6hZaEfb81evPadk'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -281,10 +273,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: show
|
title: show
|
||||||
description: 'Get a site by ID.'
|
description: 'Get a site by ID.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -302,7 +293,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -312,7 +303,7 @@ endpoints:
|
|||||||
name: id
|
name: id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -320,8 +311,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
id: 44
|
id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -330,15 +321,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"server_id":null,"source_control_id":null,"type":"laravel","type_data":null,"domain":"test.com","aliases":null,"web_directory":"\/","path":"\/home","php_version":"8.2","repository":null,"branch":"main","status":"ready","port":null,"user":"vito","progress":100,"created_at":null,"updated_at":null}'
|
content: '{"id":50,"server_id":1,"source_control_id":null,"type":"laravel","type_data":null,"domain":"test.com","aliases":null,"web_directory":"\/","path":"\/home","php_version":"8.2","repository":null,"branch":"main","status":"ready","port":null,"user":"vito","progress":100,"created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer gE86bZ6vfcd3hVP15ka4Dea'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -354,10 +342,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: 'Delete site.'
|
description: 'Delete site.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -375,7 +362,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -385,7 +372,7 @@ endpoints:
|
|||||||
name: site_id
|
name: site_id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -393,8 +380,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
site_id: 44
|
site_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -408,10 +395,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 8kEb6Dd613a5afZhcg4VvPe'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -427,10 +411,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: load-balancer
|
title: load-balancer
|
||||||
description: 'Update load balancer.'
|
description: 'Update load balancer.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -448,7 +431,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -458,7 +441,7 @@ endpoints:
|
|||||||
name: site_id
|
name: site_id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -466,8 +449,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
site_id: 44
|
site_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -475,7 +458,7 @@ endpoints:
|
|||||||
name: method
|
name: method
|
||||||
description: 'Load balancer method, Required if the site type is Load balancer'
|
description: 'Load balancer method, Required if the site type is Load balancer'
|
||||||
required: true
|
required: true
|
||||||
example: round-robin
|
example: ip-hash
|
||||||
type: string
|
type: string
|
||||||
enumValues:
|
enumValues:
|
||||||
- round-robin
|
- round-robin
|
||||||
@ -489,16 +472,16 @@ endpoints:
|
|||||||
description: 'Array of servers including server, port, weight, backup. (server is the local IP of the server)'
|
description: 'Array of servers including server, port, weight, backup. (server is the local IP of the server)'
|
||||||
required: true
|
required: true
|
||||||
example:
|
example:
|
||||||
- omnis
|
- consequatur
|
||||||
type: 'string[]'
|
type: 'string[]'
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
method: round-robin
|
method: ip-hash
|
||||||
servers:
|
servers:
|
||||||
- omnis
|
- consequatur
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
@ -508,10 +491,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 8Da4P1c6d6gfbhZvaE3k5Ve'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -527,10 +507,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: aliases
|
title: aliases
|
||||||
description: 'Update aliases.'
|
description: 'Update aliases.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -548,7 +527,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -558,7 +537,7 @@ endpoints:
|
|||||||
name: site_id
|
name: site_id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -566,8 +545,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
site_id: 44
|
site_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -576,7 +555,7 @@ endpoints:
|
|||||||
description: 'Array of aliases'
|
description: 'Array of aliases'
|
||||||
required: true
|
required: true
|
||||||
example:
|
example:
|
||||||
- doloremque
|
- consequatur
|
||||||
type: 'string[]'
|
type: 'string[]'
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -584,7 +563,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
aliases:
|
aliases:
|
||||||
- doloremque
|
- consequatur
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
@ -594,10 +573,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer d4EVa8Zkfvg1Dcbe53P6a6h'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -613,10 +589,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: deploy
|
title: deploy
|
||||||
description: 'Run site deployment script'
|
description: 'Run site deployment script'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -634,7 +609,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -644,7 +619,7 @@ endpoints:
|
|||||||
name: site_id
|
name: site_id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -652,8 +627,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
site_id: 44
|
site_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -667,10 +642,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer dkcV5EZa8fD6vgaP1b36e4h'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -686,10 +658,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: deployment-script
|
title: deployment-script
|
||||||
description: 'Update site deployment script'
|
description: 'Update site deployment script'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -707,7 +678,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -717,7 +688,7 @@ endpoints:
|
|||||||
name: site_id
|
name: site_id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -725,8 +696,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
site_id: 44
|
site_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -734,14 +705,14 @@ endpoints:
|
|||||||
name: script
|
name: script
|
||||||
description: 'Content of the deployment script'
|
description: 'Content of the deployment script'
|
||||||
required: true
|
required: true
|
||||||
example: voluptatem
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
script: voluptatem
|
script: consequatur
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
@ -751,10 +722,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer hevV81bfZE6cdkaa453gDP6'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -770,10 +738,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: deployment-script
|
title: deployment-script
|
||||||
description: 'Get site deployment script content'
|
description: 'Get site deployment script content'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -791,7 +758,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -801,7 +768,7 @@ endpoints:
|
|||||||
name: site_id
|
name: site_id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -809,8 +776,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
site_id: 44
|
site_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -824,10 +791,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer a1EbvhePag4f5dk6ZV368Dc'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -843,10 +807,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: env
|
title: env
|
||||||
description: 'Get site .env file content'
|
description: 'Get site .env file content'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -864,7 +827,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -874,7 +837,7 @@ endpoints:
|
|||||||
name: site_id
|
name: site_id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -882,8 +845,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
site_id: 44
|
site_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -897,10 +860,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer P8Zvch3DgV654abeaE6f1kd'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -916,10 +876,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: env
|
title: env
|
||||||
description: 'Update site .env file'
|
description: 'Update site .env file'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -937,7 +896,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -947,7 +906,7 @@ endpoints:
|
|||||||
name: site_id
|
name: site_id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -955,8 +914,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
site_id: 44
|
site_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -964,14 +923,14 @@ endpoints:
|
|||||||
name: env
|
name: env
|
||||||
description: 'Content of the .env file'
|
description: 'Content of the .env file'
|
||||||
required: true
|
required: true
|
||||||
example: quam
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
env: quam
|
env: consequatur
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
@ -981,10 +940,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 45acbP1h6eg6kDVdZf8E3av'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -14,10 +14,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -41,15 +40,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":5,"project_id":null,"global":true,"name":"Zella Robel","provider":"github","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"},{"id":6,"project_id":null,"global":true,"name":"Jairo Williamson","provider":"github","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":5,"project_id":null,"global":true,"name":"Dr. Cornelius Luettgen V","provider":"github","created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"},{"id":6,"project_id":null,"global":true,"name":"Orville Satterfield","provider":"github","created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer e3f4ag8hkb5vZcDadPEV661'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -65,10 +61,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -104,7 +99,7 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: 'The name of the storage provider.'
|
description: 'The name of the storage provider.'
|
||||||
required: true
|
required: true
|
||||||
example: molestias
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -114,7 +109,7 @@ endpoints:
|
|||||||
name: token
|
name: token
|
||||||
description: 'The token if provider requires api token'
|
description: 'The token if provider requires api token'
|
||||||
required: true
|
required: true
|
||||||
example: in
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -124,7 +119,7 @@ endpoints:
|
|||||||
name: url
|
name: url
|
||||||
description: 'The URL if the provider is Gitlab and it is self-hosted'
|
description: 'The URL if the provider is Gitlab and it is self-hosted'
|
||||||
required: true
|
required: true
|
||||||
example: 'https://www.white.com/aperiam-dolor-nemo-qui-rerum-quod-quas'
|
example: 'http://kunze.biz/iste-laborum-eius-est-dolor.html'
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -134,7 +129,7 @@ endpoints:
|
|||||||
name: username
|
name: username
|
||||||
description: 'The username if the provider is Bitbucket'
|
description: 'The username if the provider is Bitbucket'
|
||||||
required: true
|
required: true
|
||||||
example: consectetur
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -144,7 +139,7 @@ endpoints:
|
|||||||
name: password
|
name: password
|
||||||
description: 'The password if the provider is Bitbucket'
|
description: 'The password if the provider is Bitbucket'
|
||||||
required: true
|
required: true
|
||||||
example: 'y*P4_]ZdjE_:'
|
example: 'O[2UZ5ij-e/dl4m{o,'
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -152,24 +147,21 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
provider: gitlab
|
provider: gitlab
|
||||||
name: molestias
|
name: consequatur
|
||||||
token: in
|
token: consequatur
|
||||||
url: 'https://www.white.com/aperiam-dolor-nemo-qui-rerum-quod-quas'
|
url: 'http://kunze.biz/iste-laborum-eius-est-dolor.html'
|
||||||
username: consectetur
|
username: consequatur
|
||||||
password: 'y*P4_]ZdjE_:'
|
password: 'O[2UZ5ij-e/dl4m{o,'
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":5,"project_id":null,"global":true,"name":"Miss Claudine Goyette","provider":"github","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":5,"project_id":null,"global":true,"name":"Lonny Ankunding","provider":"github","created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer DfegP56vkEa364Zbhda8V1c'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -185,10 +177,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: show
|
title: show
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -223,15 +214,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":5,"project_id":null,"global":true,"name":"Mona Stark","provider":"github","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":5,"project_id":null,"global":true,"name":"Dr. Enoch Harber II","provider":"github","created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer ePc6fb65vh1Z4aakE3Dgd8V'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -247,10 +235,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: update
|
title: update
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -284,7 +271,7 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: 'The name of the storage provider.'
|
description: 'The name of the storage provider.'
|
||||||
required: true
|
required: true
|
||||||
example: non
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -294,7 +281,7 @@ endpoints:
|
|||||||
name: token
|
name: token
|
||||||
description: 'The token if provider requires api token'
|
description: 'The token if provider requires api token'
|
||||||
required: true
|
required: true
|
||||||
example: sunt
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -304,7 +291,7 @@ endpoints:
|
|||||||
name: url
|
name: url
|
||||||
description: 'The URL if the provider is Gitlab and it is self-hosted'
|
description: 'The URL if the provider is Gitlab and it is self-hosted'
|
||||||
required: true
|
required: true
|
||||||
example: 'https://www.frami.org/ex-at-minus-rerum-quo-minus-ea'
|
example: 'http://kunze.biz/iste-laborum-eius-est-dolor.html'
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -314,7 +301,7 @@ endpoints:
|
|||||||
name: username
|
name: username
|
||||||
description: 'The username if the provider is Bitbucket'
|
description: 'The username if the provider is Bitbucket'
|
||||||
required: true
|
required: true
|
||||||
example: natus
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -324,7 +311,7 @@ endpoints:
|
|||||||
name: password
|
name: password
|
||||||
description: 'The password if the provider is Bitbucket'
|
description: 'The password if the provider is Bitbucket'
|
||||||
required: true
|
required: true
|
||||||
example: 'A^">*m{p]DI'
|
example: 'O[2UZ5ij-e/dl4m{o,'
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -334,7 +321,7 @@ endpoints:
|
|||||||
name: global
|
name: global
|
||||||
description: 'Accessible in all projects'
|
description: 'Accessible in all projects'
|
||||||
required: true
|
required: true
|
||||||
example: true
|
example: false
|
||||||
type: string
|
type: string
|
||||||
enumValues:
|
enumValues:
|
||||||
- true
|
- true
|
||||||
@ -343,25 +330,22 @@ endpoints:
|
|||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
name: non
|
name: consequatur
|
||||||
token: sunt
|
token: consequatur
|
||||||
url: 'https://www.frami.org/ex-at-minus-rerum-quo-minus-ea'
|
url: 'http://kunze.biz/iste-laborum-eius-est-dolor.html'
|
||||||
username: natus
|
username: consequatur
|
||||||
password: 'A^">*m{p]DI'
|
password: 'O[2UZ5ij-e/dl4m{o,'
|
||||||
global: true
|
global: false
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":5,"project_id":null,"global":true,"name":"Neha Little","provider":"github","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":5,"project_id":null,"global":true,"name":"Lonny Ankunding","provider":"github","created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer v3f6aaPk61Ze8hVdDbE5g4c'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -377,10 +361,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -420,10 +403,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer fgk61vD68E4cZhP3bV5adea'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -14,10 +14,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -41,15 +40,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":5,"project_id":null,"global":true,"name":"veritatis","provider":"ftp","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"},{"id":6,"project_id":null,"global":true,"name":"voluptas","provider":"dropbox","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":5,"project_id":null,"global":true,"name":"dolores","provider":"local","created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"},{"id":6,"project_id":null,"global":true,"name":"dignissimos","provider":"dropbox","created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer fgh4eV31dP58kvaDEaZbc66'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -65,10 +61,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -91,7 +86,7 @@ endpoints:
|
|||||||
name: provider
|
name: provider
|
||||||
description: 'The provider (aws, linode, hetzner, digitalocean, vultr, ...)'
|
description: 'The provider (aws, linode, hetzner, digitalocean, vultr, ...)'
|
||||||
required: true
|
required: true
|
||||||
example: ab
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -101,7 +96,7 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: 'The name of the storage provider.'
|
description: 'The name of the storage provider.'
|
||||||
required: true
|
required: true
|
||||||
example: quo
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -111,7 +106,7 @@ endpoints:
|
|||||||
name: token
|
name: token
|
||||||
description: 'The token if provider requires api token'
|
description: 'The token if provider requires api token'
|
||||||
required: true
|
required: true
|
||||||
example: in
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -121,7 +116,7 @@ endpoints:
|
|||||||
name: key
|
name: key
|
||||||
description: 'The key if provider requires key'
|
description: 'The key if provider requires key'
|
||||||
required: true
|
required: true
|
||||||
example: sunt
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -131,31 +126,28 @@ endpoints:
|
|||||||
name: secret
|
name: secret
|
||||||
description: 'The secret if provider requires key'
|
description: 'The secret if provider requires key'
|
||||||
required: true
|
required: true
|
||||||
example: molestias
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
provider: ab
|
provider: consequatur
|
||||||
name: quo
|
name: consequatur
|
||||||
token: in
|
token: consequatur
|
||||||
key: sunt
|
key: consequatur
|
||||||
secret: molestias
|
secret: consequatur
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":5,"project_id":null,"global":true,"name":"asperiores","provider":"dropbox","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":5,"project_id":null,"global":true,"name":"dolores","provider":"local","created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer e584613dkZaPDEVvgcahbf6'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -171,10 +163,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: show
|
title: show
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -209,15 +200,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":5,"project_id":null,"global":true,"name":"ipsum","provider":"local","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":5,"project_id":null,"global":true,"name":"facilis","provider":"dropbox","created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer h6Zk6834dDce5fbPa1VvagE'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -233,10 +221,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: update
|
title: update
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -270,7 +257,7 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: 'The name of the storage provider.'
|
description: 'The name of the storage provider.'
|
||||||
required: true
|
required: true
|
||||||
example: voluptas
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -289,21 +276,18 @@ endpoints:
|
|||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
name: voluptas
|
name: consequatur
|
||||||
global: true
|
global: true
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":5,"project_id":null,"global":true,"name":"minima","provider":"ftp","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":5,"project_id":null,"global":true,"name":"dolores","provider":"local","created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer ak6fgd1Eba48chvPV3e5Z6D'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -319,10 +303,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -362,10 +345,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer PcaDbh6ZE4aV1e8fdv56k3g'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -12,10 +12,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: 'Get all cron jobs.'
|
description: 'Get all cron jobs.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -33,7 +32,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -41,7 +40,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -50,15 +49,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":null,"server_id":null,"command":"ls -la","user":"root","frequency":"* * * * *","status":"ready","created_at":null,"updated_at":null},{"id":null,"server_id":null,"command":"ls -la","user":"root","frequency":"* * * * *","status":"ready","created_at":null,"updated_at":null}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":5,"server_id":1,"command":"ls -la","user":"root","frequency":"* * * * *","status":"ready","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"},{"id":6,"server_id":1,"command":"ls -la","user":"root","frequency":"* * * * *","status":"ready","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer eDa6Vdh1Z4vc35bP8E6gafk'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -74,10 +70,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: 'Create a new cron job.'
|
description: 'Create a new cron job.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -95,7 +90,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -103,7 +98,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -111,7 +106,7 @@ endpoints:
|
|||||||
name: command
|
name: command
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: quia
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -121,7 +116,7 @@ endpoints:
|
|||||||
name: user
|
name: user
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: root
|
example: vito
|
||||||
type: string
|
type: string
|
||||||
enumValues:
|
enumValues:
|
||||||
- root
|
- root
|
||||||
@ -140,22 +135,19 @@ endpoints:
|
|||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
command: quia
|
command: consequatur
|
||||||
user: root
|
user: vito
|
||||||
frequency: '* * * * *'
|
frequency: '* * * * *'
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"server_id":null,"command":"ls -la","user":"root","frequency":"* * * * *","status":"ready","created_at":null,"updated_at":null}'
|
content: '{"id":5,"server_id":1,"command":"ls -la","user":"root","frequency":"* * * * *","status":"ready","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 66EeZvdh3kVaDP8f4ga5c1b'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -171,10 +163,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: show
|
title: show
|
||||||
description: 'Get a cron job by ID.'
|
description: 'Get a cron job by ID.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -192,7 +183,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -202,7 +193,7 @@ endpoints:
|
|||||||
name: cronJob_id
|
name: cronJob_id
|
||||||
description: 'The ID of the cronJob.'
|
description: 'The ID of the cronJob.'
|
||||||
required: true
|
required: true
|
||||||
example: 6
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -210,8 +201,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
cronJob_id: 6
|
cronJob_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -220,15 +211,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"server_id":null,"command":"ls -la","user":"root","frequency":"* * * * *","status":"ready","created_at":null,"updated_at":null}'
|
content: '{"id":5,"server_id":1,"command":"ls -la","user":"root","frequency":"* * * * *","status":"ready","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer D4c3Z65ebv8E16fahaVgPdk'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -244,10 +232,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: 'Delete cron job.'
|
description: 'Delete cron job.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -265,7 +252,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -275,7 +262,7 @@ endpoints:
|
|||||||
name: cronJob_id
|
name: cronJob_id
|
||||||
description: 'The ID of the cronJob.'
|
description: 'The ID of the cronJob.'
|
||||||
required: true
|
required: true
|
||||||
example: 13
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -283,8 +270,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
cronJob_id: 13
|
cronJob_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -298,10 +285,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer h3cP4aZa1v8feDdEg5b6k6V'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -12,10 +12,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: 'Get all databases.'
|
description: 'Get all databases.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -33,7 +32,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -41,7 +40,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -50,15 +49,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":null,"server_id":null,"name":"leffler.esther","status":"ready","created_at":null,"updated_at":null},{"id":null,"server_id":null,"name":"rhoda.rutherford","status":"ready","created_at":null,"updated_at":null}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":21,"server_id":1,"name":"carolyne.luettgen","status":"ready","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"},{"id":22,"server_id":1,"name":"orville77","status":"ready","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer E1VdfegZah4k86b53Dc6Pva'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -74,10 +70,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: 'Create a new database.'
|
description: 'Create a new database.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -95,7 +90,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -103,7 +98,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -111,7 +106,7 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: quisquam
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -121,7 +116,7 @@ endpoints:
|
|||||||
name: charset
|
name: charset
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: omnis
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -131,29 +126,26 @@ endpoints:
|
|||||||
name: collation
|
name: collation
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: at
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
name: quisquam
|
name: consequatur
|
||||||
charset: omnis
|
charset: consequatur
|
||||||
collation: at
|
collation: consequatur
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"server_id":null,"name":"csawayn","status":"ready","created_at":null,"updated_at":null}'
|
content: '{"id":21,"server_id":1,"name":"carolyne.luettgen","status":"ready","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer PVgkZ35ca4afd1EbD8ehv66'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -169,10 +161,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: show
|
title: show
|
||||||
description: 'Get a database by ID.'
|
description: 'Get a database by ID.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -190,7 +181,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -200,7 +191,7 @@ endpoints:
|
|||||||
name: id
|
name: id
|
||||||
description: 'The ID of the database.'
|
description: 'The ID of the database.'
|
||||||
required: true
|
required: true
|
||||||
example: 8
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -208,8 +199,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
id: 8
|
id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -218,15 +209,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"server_id":null,"name":"sandrine43","status":"ready","created_at":null,"updated_at":null}'
|
content: '{"id":21,"server_id":1,"name":"carolyne.luettgen","status":"ready","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer EP64D8g51adf6hbceavVZ3k'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -242,10 +230,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: 'Delete database.'
|
description: 'Delete database.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -263,7 +250,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -273,7 +260,7 @@ endpoints:
|
|||||||
name: database_id
|
name: database_id
|
||||||
description: 'The ID of the database.'
|
description: 'The ID of the database.'
|
||||||
required: true
|
required: true
|
||||||
example: 8
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -281,8 +268,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
database_id: 8
|
database_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -296,10 +283,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 8dgEk3Zv1eaVP66bDhf4ac5'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -12,10 +12,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: 'Get all database users.'
|
description: 'Get all database users.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -33,7 +32,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -41,7 +40,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -50,15 +49,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":null,"server_id":null,"username":"letha64","databases":[],"host":"%","status":null,"created_at":null,"updated_at":null},{"id":null,"server_id":null,"username":"hagenes.lurline","databases":[],"host":"%","status":null,"created_at":null,"updated_at":null}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":19,"server_id":1,"username":"graciela37","databases":[],"host":"%","status":"creating","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"},{"id":20,"server_id":1,"username":"vconn","databases":[],"host":"%","status":"creating","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer d4g15bV3Pa6hDvck6eaEf8Z'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -74,10 +70,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: 'Create a new database user.'
|
description: 'Create a new database user.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -95,7 +90,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -103,7 +98,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -111,7 +106,7 @@ endpoints:
|
|||||||
name: username
|
name: username
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: qui
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -121,7 +116,7 @@ endpoints:
|
|||||||
name: password
|
name: password
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: 'xYv*3,#HQ=5<w!'
|
example: 'O[2UZ5ij-e/dl4m{o,'
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -138,22 +133,19 @@ endpoints:
|
|||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
username: qui
|
username: consequatur
|
||||||
password: 'xYv*3,#HQ=5<w!'
|
password: 'O[2UZ5ij-e/dl4m{o,'
|
||||||
host: '%'
|
host: '%'
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"server_id":null,"username":"marcelle95","databases":[],"host":"%","status":null,"created_at":null,"updated_at":null}'
|
content: '{"id":19,"server_id":1,"username":"nolan.jaylan","databases":[],"host":"%","status":"creating","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 3vZ6f6kagacDEhV1Pde5b84'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -169,10 +161,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: show
|
title: show
|
||||||
description: 'Get a database user by ID.'
|
description: 'Get a database user by ID.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -190,7 +181,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -200,7 +191,7 @@ endpoints:
|
|||||||
name: databaseUser_id
|
name: databaseUser_id
|
||||||
description: 'The ID of the databaseUser.'
|
description: 'The ID of the databaseUser.'
|
||||||
required: true
|
required: true
|
||||||
example: 1
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -208,8 +199,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
databaseUser_id: 1
|
databaseUser_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -218,15 +209,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"server_id":null,"username":"brandi53","databases":[],"host":"%","status":null,"created_at":null,"updated_at":null}'
|
content: '{"id":19,"server_id":1,"username":"carolyne.luettgen","databases":[],"host":"%","status":"creating","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer af3b5ac6dP8ZV4vE1hk6eDg'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -242,10 +230,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: link
|
title: link
|
||||||
description: 'Link to databases'
|
description: 'Link to databases'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -263,7 +250,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -273,7 +260,7 @@ endpoints:
|
|||||||
name: databaseUser_id
|
name: databaseUser_id
|
||||||
description: 'The ID of the databaseUser.'
|
description: 'The ID of the databaseUser.'
|
||||||
required: true
|
required: true
|
||||||
example: 4
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -281,8 +268,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
databaseUser_id: 4
|
databaseUser_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -290,27 +277,24 @@ endpoints:
|
|||||||
name: databases
|
name: databases
|
||||||
description: 'Array of database names to link to the user.'
|
description: 'Array of database names to link to the user.'
|
||||||
required: true
|
required: true
|
||||||
example: maiores
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
databases: maiores
|
databases: consequatur
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"server_id":null,"username":"kschmidt","databases":[],"host":"%","status":null,"created_at":null,"updated_at":null}'
|
content: '{"id":19,"server_id":1,"username":"carolyne.luettgen","databases":[],"host":"%","status":"creating","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer b6f3Ed641gaZDcVa5k8vePh'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -326,10 +310,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: 'Delete database user.'
|
description: 'Delete database user.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -347,7 +330,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -357,7 +340,7 @@ endpoints:
|
|||||||
name: databaseUser_id
|
name: databaseUser_id
|
||||||
description: 'The ID of the databaseUser.'
|
description: 'The ID of the databaseUser.'
|
||||||
required: true
|
required: true
|
||||||
example: 20
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -365,8 +348,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
databaseUser_id: 20
|
databaseUser_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -380,10 +363,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer Zka6fh15g6eaV8vE34cDPdb'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -12,10 +12,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: 'Get all firewall rules.'
|
description: 'Get all firewall rules.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -33,7 +32,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -41,7 +40,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -50,15 +49,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":null,"name":"ut","server_id":null,"type":"allow","protocol":"tcp","port":35499,"source":"177.130.54.250","mask":24,"note":"test","status":null,"created_at":null,"updated_at":null},{"id":null,"name":"totam","server_id":null,"type":"allow","protocol":"tcp","port":29448,"source":"181.194.26.13","mask":24,"note":"test","status":null,"created_at":null,"updated_at":null}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":97,"name":"dolores","server_id":1,"type":"allow","protocol":"tcp","port":40770,"source":"199.76.131.15","mask":"24","note":"test","status":"creating","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"},{"id":98,"name":"laborum","server_id":1,"type":"allow","protocol":"tcp","port":14235,"source":"100.14.146.200","mask":"24","note":"test","status":"creating","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer eD368kaZfVEab4v61ghdP5c'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -74,10 +70,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: 'Create a new firewall rule.'
|
description: 'Create a new firewall rule.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -95,7 +90,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -103,7 +98,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -111,7 +106,7 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: sapiente
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -145,7 +140,7 @@ endpoints:
|
|||||||
name: port
|
name: port
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: et
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -155,7 +150,7 @@ endpoints:
|
|||||||
name: source
|
name: source
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
example: doloribus
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -172,25 +167,22 @@ endpoints:
|
|||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
name: sapiente
|
name: consequatur
|
||||||
type: allow
|
type: allow
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
port: et
|
port: consequatur
|
||||||
source: doloribus
|
source: consequatur
|
||||||
mask: '0'
|
mask: '0'
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"name":"omnis","server_id":null,"type":"allow","protocol":"tcp","port":54634,"source":"246.242.9.65","mask":24,"note":"test","status":null,"created_at":null,"updated_at":null}'
|
content: '{"id":97,"name":"dolores","server_id":1,"type":"allow","protocol":"tcp","port":40770,"source":"199.76.131.15","mask":"24","note":"test","status":"creating","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 3184PbED6aacZveV6hf5dgk'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -206,10 +198,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: edit
|
title: edit
|
||||||
description: 'Update an existing firewall rule.'
|
description: 'Update an existing firewall rule.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -227,7 +218,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -237,7 +228,7 @@ endpoints:
|
|||||||
name: firewallRule_id
|
name: firewallRule_id
|
||||||
description: 'The ID of the firewallRule.'
|
description: 'The ID of the firewallRule.'
|
||||||
required: true
|
required: true
|
||||||
example: 85
|
example: 94
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -245,8 +236,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
firewallRule_id: 85
|
firewallRule_id: 94
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -254,7 +245,7 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: et
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -288,7 +279,7 @@ endpoints:
|
|||||||
name: port
|
name: port
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: aut
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -298,7 +289,7 @@ endpoints:
|
|||||||
name: source
|
name: source
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
example: et
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -315,25 +306,22 @@ endpoints:
|
|||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
name: et
|
name: consequatur
|
||||||
type: allow
|
type: allow
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
port: aut
|
port: consequatur
|
||||||
source: et
|
source: consequatur
|
||||||
mask: '0'
|
mask: '0'
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"name":"consequatur","server_id":null,"type":"allow","protocol":"tcp","port":879,"source":"206.106.27.116","mask":24,"note":"test","status":null,"created_at":null,"updated_at":null}'
|
content: '{"id":97,"name":"dolores","server_id":1,"type":"allow","protocol":"tcp","port":40770,"source":"199.76.131.15","mask":"24","note":"test","status":"creating","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer ad46E3egPDc51aV6hb8vkZf'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -349,10 +337,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: show
|
title: show
|
||||||
description: 'Get a firewall rule by ID.'
|
description: 'Get a firewall rule by ID.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -370,7 +357,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -380,7 +367,7 @@ endpoints:
|
|||||||
name: firewallRule_id
|
name: firewallRule_id
|
||||||
description: 'The ID of the firewallRule.'
|
description: 'The ID of the firewallRule.'
|
||||||
required: true
|
required: true
|
||||||
example: 85
|
example: 94
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -388,8 +375,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
firewallRule_id: 85
|
firewallRule_id: 94
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -398,15 +385,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"name":"dolores","server_id":null,"type":"allow","protocol":"tcp","port":4691,"source":"147.108.28.144","mask":24,"note":"test","status":null,"created_at":null,"updated_at":null}'
|
content: '{"id":97,"name":"laborum","server_id":1,"type":"allow","protocol":"tcp","port":14235,"source":"100.14.146.200","mask":"24","note":"test","status":"creating","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 6gkvbDae15a6f43EVPdZh8c'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -422,10 +406,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: 'Delete firewall rule.'
|
description: 'Delete firewall rule.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -443,7 +426,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -453,7 +436,7 @@ endpoints:
|
|||||||
name: firewallRule_id
|
name: firewallRule_id
|
||||||
description: 'The ID of the firewallRule.'
|
description: 'The ID of the firewallRule.'
|
||||||
required: true
|
required: true
|
||||||
example: 85
|
example: 94
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -461,8 +444,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
firewallRule_id: 85
|
firewallRule_id: 94
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -476,10 +459,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer ZVd1fk5E3e48hDvaa6g6cPb'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -27,12 +27,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"success":true,"version":"2.4.0"}'
|
content: '{"success":true,"version":"2.5.0"}'
|
||||||
headers:
|
headers:
|
||||||
cache-control: 'no-cache, private'
|
cache-control: 'no-cache, private'
|
||||||
content-type: application/json
|
content-type: application/json
|
||||||
x-ratelimit-limit: '60'
|
x-ratelimit-limit: '60'
|
||||||
x-ratelimit-remaining: '59'
|
x-ratelimit-remaining: '57'
|
||||||
access-control-allow-origin: '*'
|
access-control-allow-origin: '*'
|
||||||
description: null
|
description: null
|
||||||
custom: []
|
custom: []
|
||||||
|
@ -12,10 +12,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: 'Get all projects.'
|
description: 'Get all projects.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters: []
|
urlParameters: []
|
||||||
@ -28,15 +27,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":3,"name":"Mr. Drake Nader","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"},{"id":4,"name":"Wilhelmine Jacobson","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":3,"name":"Nash Corwin","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"},{"id":4,"name":"Patience Douglas","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer fbPE6haeDZ8v1gV5ak463dc'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -52,10 +48,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: 'Create a new project.'
|
description: 'Create a new project.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters: []
|
urlParameters: []
|
||||||
@ -67,27 +62,24 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: 'The name of the project.'
|
description: 'The name of the project.'
|
||||||
required: true
|
required: true
|
||||||
example: dignissimos
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
name: dignissimos
|
name: consequatur
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":3,"name":"Pattie Cole","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":3,"name":"Dr. Cornelius Luettgen V","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 6ZkedcEfa5V6Dv4ab8P3g1h'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -103,10 +95,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: show
|
title: show
|
||||||
description: 'Get a project by ID.'
|
description: 'Get a project by ID.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -130,15 +121,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":3,"name":"Mr. Elias Bauch","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":3,"name":"Orville Satterfield","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer P6ka4Zaefgh8Ec3dV15v6bD'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -154,10 +142,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: update
|
title: update
|
||||||
description: 'Update project.'
|
description: 'Update project.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -180,27 +167,24 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: 'The name of the project.'
|
description: 'The name of the project.'
|
||||||
required: true
|
required: true
|
||||||
example: sunt
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
name: sunt
|
name: consequatur
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":3,"name":"Elfrieda Jakubowski","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":3,"name":"Dr. Cornelius Luettgen V","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer ecaDZkf5E4vgP1V86d6hb3a'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -216,10 +200,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: 'Delete project.'
|
description: 'Delete project.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -248,10 +231,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer h5gZ63DPVbcevE4faka86d1'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -12,10 +12,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: index
|
title: index
|
||||||
description: 'Get all redirects.'
|
description: 'Get all redirects.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -33,7 +32,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -43,7 +42,7 @@ endpoints:
|
|||||||
name: site_id
|
name: site_id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -51,8 +50,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
site_id: 44
|
site_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -61,15 +60,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":null,"site_id":null,"mode":307,"from":"ipsum","to":"http:\/\/fritsch.biz\/","status":"ready","created_at":null,"updated_at":null},{"id":null,"site_id":null,"mode":302,"from":"culpa","to":"http:\/\/www.huels.net\/aut-ut-ut-porro-non-rerum-voluptatum.html","status":"ready","created_at":null,"updated_at":null}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":11,"site_id":1,"mode":308,"from":"dolores","to":"http:\/\/dibbert.com\/eius-est-dolor-dolores-minus-voluptatem-quisquam","status":"ready","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"},{"id":12,"site_id":1,"mode":302,"from":"sed","to":"http:\/\/williamson.net\/fugit-facilis-perferendis-dolores-molestias.html","status":"ready","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer cV16fevgEZhPadD43685akb'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -85,10 +81,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: 'Create a new redirect.'
|
description: 'Create a new redirect.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -106,7 +101,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -116,7 +111,7 @@ endpoints:
|
|||||||
name: site_id
|
name: site_id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -124,8 +119,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
site_id: 44
|
site_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -133,7 +128,7 @@ endpoints:
|
|||||||
name: from
|
name: from
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: odit
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -143,7 +138,7 @@ endpoints:
|
|||||||
name: to
|
name: to
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: incidunt
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -153,7 +148,7 @@ endpoints:
|
|||||||
name: mode
|
name: mode
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: 301
|
example: 302
|
||||||
type: string
|
type: string
|
||||||
enumValues:
|
enumValues:
|
||||||
- 301
|
- 301
|
||||||
@ -164,9 +159,9 @@ endpoints:
|
|||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
from: odit
|
from: consequatur
|
||||||
to: incidunt
|
to: consequatur
|
||||||
mode: 301
|
mode: 302
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
@ -176,10 +171,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer ZD45hPk638abev61EVcagdf'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -195,10 +187,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: 'Delete a redirect.'
|
description: 'Delete a redirect.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -216,7 +207,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -226,7 +217,7 @@ endpoints:
|
|||||||
name: site_id
|
name: site_id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -244,8 +235,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
site_id: 44
|
site_id: 17
|
||||||
redirect_id: 9
|
redirect_id: 9
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
@ -260,10 +251,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer Ec3fDgdbae615aPh8k6vV4Z'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -12,10 +12,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: 'Get all servers in a project.'
|
description: 'Get all servers in a project.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -39,15 +38,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":null,"project_id":null,"user_id":null,"provider_id":null,"name":"Miss Bonita Vandervort IV","ssh_user":"vito","ip":"120.222.195.212","local_ip":"138.119.37.248","port":22,"os":"ubuntu_22","type":"regular","type_data":null,"provider":"custom","provider_data":null,"public_key":"test","status":"ready","auto_update":null,"available_updates":0,"security_updates":null,"progress":100,"progress_step":null,"updates":null,"last_update_check":null,"created_at":null,"updated_at":null},{"id":null,"project_id":null,"user_id":null,"provider_id":null,"name":"Dr. Shanie Batz IV","ssh_user":"vito","ip":"241.88.138.163","local_ip":"138.226.232.93","port":22,"os":"ubuntu_22","type":"regular","type_data":null,"provider":"custom","provider_data":null,"public_key":"test","status":"ready","auto_update":null,"available_updates":0,"security_updates":null,"progress":100,"progress_step":null,"updates":null,"last_update_check":null,"created_at":null,"updated_at":null}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":33,"project_id":1,"user_id":1,"provider_id":null,"name":"Maiya Connelly","ssh_user":"vito","ip":"7.83.102.177","local_ip":"130.245.181.91","port":22,"os":"ubuntu_22","type":"regular","type_data":null,"provider":"custom","provider_data":null,"public_key":"test","status":"ready","auto_update":null,"available_updates":0,"security_updates":null,"progress":100,"progress_step":null,"updates":0,"last_update_check":null,"created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"},{"id":34,"project_id":1,"user_id":1,"provider_id":null,"name":"Dr. Kyler Runolfsdottir DVM","ssh_user":"vito","ip":"106.112.51.73","local_ip":"248.246.77.93","port":22,"os":"ubuntu_22","type":"regular","type_data":null,"provider":"custom","provider_data":null,"public_key":"test","status":"ready","auto_update":null,"available_updates":0,"security_updates":null,"progress":100,"progress_step":null,"updates":0,"last_update_check":null,"created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer Pg1Vk6cvadD8eb3ZhaEf564'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -63,10 +59,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: 'Create a new server.'
|
description: 'Create a new server.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -89,7 +84,7 @@ endpoints:
|
|||||||
name: provider
|
name: provider
|
||||||
description: 'The server provider type'
|
description: 'The server provider type'
|
||||||
required: true
|
required: true
|
||||||
example: fugiat
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -99,7 +94,7 @@ endpoints:
|
|||||||
name: server_provider
|
name: server_provider
|
||||||
description: 'If the provider is not custom, the ID of the server provider profile'
|
description: 'If the provider is not custom, the ID of the server provider profile'
|
||||||
required: true
|
required: true
|
||||||
example: digitalocean
|
example: hetzner
|
||||||
type: string
|
type: string
|
||||||
enumValues:
|
enumValues:
|
||||||
- custom
|
- custom
|
||||||
@ -114,7 +109,7 @@ endpoints:
|
|||||||
name: region
|
name: region
|
||||||
description: 'Provider region if the provider is not custom'
|
description: 'Provider region if the provider is not custom'
|
||||||
required: true
|
required: true
|
||||||
example: itaque
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -124,7 +119,7 @@ endpoints:
|
|||||||
name: plan
|
name: plan
|
||||||
description: 'Provider plan if the provider is not custom'
|
description: 'Provider plan if the provider is not custom'
|
||||||
required: true
|
required: true
|
||||||
example: voluptatum
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -134,7 +129,7 @@ endpoints:
|
|||||||
name: ip
|
name: ip
|
||||||
description: 'SSH IP address if the provider is custom'
|
description: 'SSH IP address if the provider is custom'
|
||||||
required: true
|
required: true
|
||||||
example: ut
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -144,7 +139,7 @@ endpoints:
|
|||||||
name: port
|
name: port
|
||||||
description: 'SSH Port if the provider is custom'
|
description: 'SSH Port if the provider is custom'
|
||||||
required: true
|
required: true
|
||||||
example: reiciendis
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -154,7 +149,7 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: 'The name of the server.'
|
description: 'The name of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: et
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -164,7 +159,7 @@ endpoints:
|
|||||||
name: os
|
name: os
|
||||||
description: 'The os of the server'
|
description: 'The os of the server'
|
||||||
required: true
|
required: true
|
||||||
example: vel
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -174,7 +169,7 @@ endpoints:
|
|||||||
name: webserver
|
name: webserver
|
||||||
description: 'Web server'
|
description: 'Web server'
|
||||||
required: true
|
required: true
|
||||||
example: nginx
|
example: none
|
||||||
type: string
|
type: string
|
||||||
enumValues:
|
enumValues:
|
||||||
- none
|
- none
|
||||||
@ -186,7 +181,7 @@ endpoints:
|
|||||||
name: database
|
name: database
|
||||||
description: Database
|
description: Database
|
||||||
required: true
|
required: true
|
||||||
example: mysql80
|
example: mariadb104
|
||||||
type: string
|
type: string
|
||||||
enumValues:
|
enumValues:
|
||||||
- none
|
- none
|
||||||
@ -207,7 +202,7 @@ endpoints:
|
|||||||
name: php
|
name: php
|
||||||
description: 'PHP version'
|
description: 'PHP version'
|
||||||
required: true
|
required: true
|
||||||
example: '7.2'
|
example: '8.0'
|
||||||
type: string
|
type: string
|
||||||
enumValues:
|
enumValues:
|
||||||
- '7.0'
|
- '7.0'
|
||||||
@ -223,30 +218,27 @@ endpoints:
|
|||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
provider: fugiat
|
provider: consequatur
|
||||||
server_provider: digitalocean
|
server_provider: hetzner
|
||||||
region: itaque
|
region: consequatur
|
||||||
plan: voluptatum
|
plan: consequatur
|
||||||
ip: ut
|
ip: consequatur
|
||||||
port: reiciendis
|
port: consequatur
|
||||||
name: et
|
name: consequatur
|
||||||
os: vel
|
os: consequatur
|
||||||
webserver: nginx
|
webserver: none
|
||||||
database: mysql80
|
database: mariadb104
|
||||||
php: '7.2'
|
php: '8.0'
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"project_id":null,"user_id":null,"provider_id":null,"name":"Jeromy Mann","ssh_user":"vito","ip":"128.70.209.89","local_ip":"150.217.250.187","port":22,"os":"ubuntu_22","type":"regular","type_data":null,"provider":"custom","provider_data":null,"public_key":"test","status":"ready","auto_update":null,"available_updates":0,"security_updates":null,"progress":100,"progress_step":null,"updates":null,"last_update_check":null,"created_at":null,"updated_at":null}'
|
content: '{"id":33,"project_id":1,"user_id":1,"provider_id":null,"name":"Dr. Cornelius Luettgen V","ssh_user":"vito","ip":"226.187.235.251","local_ip":"18.62.212.253","port":22,"os":"ubuntu_22","type":"regular","type_data":null,"provider":"custom","provider_data":null,"public_key":"test","status":"ready","auto_update":null,"available_updates":0,"security_updates":null,"progress":100,"progress_step":null,"updates":0,"last_update_check":null,"created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 5E61e4vfcgDbVkZd68aah3P'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -262,10 +254,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: show
|
title: show
|
||||||
description: 'Get a server by ID.'
|
description: 'Get a server by ID.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -283,7 +274,7 @@ endpoints:
|
|||||||
name: id
|
name: id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -291,7 +282,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
id: 29
|
id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -300,15 +291,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"project_id":null,"user_id":null,"provider_id":null,"name":"Miss Maya Schaden I","ssh_user":"vito","ip":"44.57.83.39","local_ip":"46.22.92.58","port":22,"os":"ubuntu_22","type":"regular","type_data":null,"provider":"custom","provider_data":null,"public_key":"test","status":"ready","auto_update":null,"available_updates":0,"security_updates":null,"progress":100,"progress_step":null,"updates":null,"last_update_check":null,"created_at":null,"updated_at":null}'
|
content: '{"id":33,"project_id":1,"user_id":1,"provider_id":null,"name":"Brandy Reichel","ssh_user":"vito","ip":"26.180.121.142","local_ip":"122.175.6.215","port":22,"os":"ubuntu_22","type":"regular","type_data":null,"provider":"custom","provider_data":null,"public_key":"test","status":"ready","auto_update":null,"available_updates":0,"security_updates":null,"progress":100,"progress_step":null,"updates":0,"last_update_check":null,"created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer hV3debf65aPD4E1ckag8Z6v'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -324,10 +312,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: reboot
|
title: reboot
|
||||||
description: 'Reboot a server.'
|
description: 'Reboot a server.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -345,7 +332,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -353,7 +340,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -367,10 +354,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer b61aD6538PacZEkeghfvV4d'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -386,10 +370,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: upgrade
|
title: upgrade
|
||||||
description: 'Upgrade server.'
|
description: 'Upgrade server.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -407,7 +390,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -415,7 +398,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -429,10 +412,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer dEZaa6cePVf3k86g45vbD1h'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -448,10 +428,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: 'Delete server.'
|
description: 'Delete server.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -469,7 +448,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -477,7 +456,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -491,10 +470,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 6aDkZEfdP16V58gb43avhec'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -12,10 +12,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -39,15 +38,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":3,"project_id":null,"global":true,"name":"aut","provider":"hetzner","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"},{"id":4,"project_id":null,"global":true,"name":"qui","provider":"aws","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":4,"project_id":null,"global":true,"name":"quo","provider":"custom","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"},{"id":5,"project_id":null,"global":true,"name":"sed","provider":"digitalocean","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 3evaP8h6VEZkbfgaD6d1c45'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -63,10 +59,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -89,7 +84,7 @@ endpoints:
|
|||||||
name: provider
|
name: provider
|
||||||
description: 'The provider (aws, linode, hetzner, digitalocean, vultr, ...)'
|
description: 'The provider (aws, linode, hetzner, digitalocean, vultr, ...)'
|
||||||
required: true
|
required: true
|
||||||
example: corrupti
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -99,7 +94,7 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: 'The name of the server provider.'
|
description: 'The name of the server provider.'
|
||||||
required: true
|
required: true
|
||||||
example: est
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -109,7 +104,7 @@ endpoints:
|
|||||||
name: token
|
name: token
|
||||||
description: 'The token if provider requires api token'
|
description: 'The token if provider requires api token'
|
||||||
required: true
|
required: true
|
||||||
example: rerum
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -119,7 +114,7 @@ endpoints:
|
|||||||
name: key
|
name: key
|
||||||
description: 'The key if provider requires key'
|
description: 'The key if provider requires key'
|
||||||
required: true
|
required: true
|
||||||
example: ut
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -129,31 +124,28 @@ endpoints:
|
|||||||
name: secret
|
name: secret
|
||||||
description: 'The secret if provider requires key'
|
description: 'The secret if provider requires key'
|
||||||
required: true
|
required: true
|
||||||
example: sed
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
provider: corrupti
|
provider: consequatur
|
||||||
name: est
|
name: consequatur
|
||||||
token: rerum
|
token: consequatur
|
||||||
key: ut
|
key: consequatur
|
||||||
secret: sed
|
secret: consequatur
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":3,"project_id":null,"global":true,"name":"voluptas","provider":"vultr","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":4,"project_id":null,"global":true,"name":"dolores","provider":"digitalocean","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 6g6vfEck83VaPhd5Zabe1D4'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -169,10 +161,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: show
|
title: show
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -207,15 +198,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":3,"project_id":null,"global":true,"name":"et","provider":"digitalocean","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":4,"project_id":null,"global":true,"name":"voluptatem","provider":"vultr","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer va63cDe8dPf5Z4Vahb1E6kg'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -231,10 +219,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: update
|
title: update
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -268,7 +255,7 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: 'The name of the server provider.'
|
description: 'The name of the server provider.'
|
||||||
required: true
|
required: true
|
||||||
example: earum
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -287,21 +274,18 @@ endpoints:
|
|||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
name: earum
|
name: consequatur
|
||||||
global: false
|
global: false
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":3,"project_id":null,"global":true,"name":"architecto","provider":"digitalocean","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":4,"project_id":null,"global":true,"name":"dolores","provider":"digitalocean","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 4e1dghaV6D856P3ZbfkcEva'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -317,10 +301,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -360,10 +343,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer fcVa8ev63gP5DaZbkdhE461'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -12,10 +12,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: 'Get all ssh keys.'
|
description: 'Get all ssh keys.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -33,7 +32,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -41,7 +40,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -50,15 +49,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":null,"user":null,"name":"Santa Goyette","created_at":null,"updated_at":null},{"id":null,"user":null,"name":"Cecil Cummings","created_at":null,"updated_at":null}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":2,"user":{"id":1,"name":"Saeed Vaziry","email":"demo@vitodeploy.com","created_at":"2024-12-19T23:19:20.000000Z","updated_at":"2025-04-19T21:24:56.000000Z"},"name":"Prof. Aurelia Buckridge MD","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"},{"id":3,"user":{"id":1,"name":"Saeed Vaziry","email":"demo@vitodeploy.com","created_at":"2024-12-19T23:19:20.000000Z","updated_at":"2025-04-19T21:24:56.000000Z"},"name":"Jaylan Lakin","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 165aZvb46PhacEfke83dVgD'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -74,10 +70,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: 'Deploy ssh key to server.'
|
description: 'Deploy ssh key to server.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -95,7 +90,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -103,7 +98,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -111,7 +106,7 @@ endpoints:
|
|||||||
name: key_id
|
name: key_id
|
||||||
description: 'The ID of the key.'
|
description: 'The ID of the key.'
|
||||||
required: true
|
required: true
|
||||||
example: explicabo
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -121,7 +116,7 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: 'Key name, required if key_id is not provided.'
|
description: 'Key name, required if key_id is not provided.'
|
||||||
required: true
|
required: true
|
||||||
example: deleniti
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -131,29 +126,26 @@ endpoints:
|
|||||||
name: public_key
|
name: public_key
|
||||||
description: 'Public Key, required if key_id is not provided.'
|
description: 'Public Key, required if key_id is not provided.'
|
||||||
required: true
|
required: true
|
||||||
example: sapiente
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
key_id: explicabo
|
key_id: consequatur
|
||||||
name: deleniti
|
name: consequatur
|
||||||
public_key: sapiente
|
public_key: consequatur
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"user":null,"name":"Mr. Reagan Jacobson V","created_at":null,"updated_at":null}'
|
content: '{"id":2,"user":{"id":1,"name":"Saeed Vaziry","email":"demo@vitodeploy.com","created_at":"2024-12-19T23:19:20.000000Z","updated_at":"2025-04-19T21:24:56.000000Z"},"name":"Dr. Cornelius Luettgen V","created_at":"2025-04-21T18:40:19.000000Z","updated_at":"2025-04-21T18:40:19.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer deDkf4E13PZb6cgaV58ha6v'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -169,10 +161,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: 'Delete ssh key from server.'
|
description: 'Delete ssh key from server.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -190,7 +181,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -208,7 +199,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
sshKey_id: 1
|
sshKey_id: 1
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
@ -223,10 +214,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer ec48fgVdZ6ah3kvPD16E5ab'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -12,10 +12,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: 'Get all services.'
|
description: 'Get all services.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -33,7 +32,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -41,7 +40,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -50,15 +49,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":null,"server_id":null,"type":null,"type_data":null,"name":null,"version":null,"unit":null,"status":null,"is_default":null,"created_at":null,"updated_at":null},{"id":null,"server_id":null,"type":null,"type_data":null,"name":null,"version":null,"unit":null,"status":null,"is_default":null,"created_at":null,"updated_at":null}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":null,"server_id":1,"type":"webserver","type_data":null,"name":"nginx","version":null,"unit":null,"status":"ready","is_default":null,"created_at":null,"updated_at":null},{"id":null,"server_id":1,"type":"webserver","type_data":null,"name":"nginx","version":null,"unit":null,"status":"ready","is_default":null,"created_at":null,"updated_at":null}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer gVEce46k8aZfaP3d15vbhD6'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -74,10 +70,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: show
|
title: show
|
||||||
description: 'Get a service by ID.'
|
description: 'Get a service by ID.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -95,7 +90,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -105,7 +100,7 @@ endpoints:
|
|||||||
name: id
|
name: id
|
||||||
description: 'The ID of the service.'
|
description: 'The ID of the service.'
|
||||||
required: true
|
required: true
|
||||||
example: 169
|
example: 184
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -113,8 +108,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
id: 169
|
id: 184
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -123,15 +118,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"server_id":null,"type":null,"type_data":null,"name":null,"version":null,"unit":null,"status":null,"is_default":null,"created_at":null,"updated_at":null}'
|
content: '{"id":null,"server_id":1,"type":"webserver","type_data":null,"name":"nginx","version":null,"unit":null,"status":"ready","is_default":null,"created_at":null,"updated_at":null}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer Ef8D5gbV6cadk3Zh1vP46ea'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -147,10 +139,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: start
|
title: start
|
||||||
description: 'Start service.'
|
description: 'Start service.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -168,7 +159,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -178,7 +169,7 @@ endpoints:
|
|||||||
name: service_id
|
name: service_id
|
||||||
description: 'The ID of the service.'
|
description: 'The ID of the service.'
|
||||||
required: true
|
required: true
|
||||||
example: 169
|
example: 184
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -186,8 +177,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
service_id: 169
|
service_id: 184
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -201,10 +192,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer b3DckZ8g6ha6aPe4f5V1vdE'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -220,10 +208,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: stop
|
title: stop
|
||||||
description: 'Stop service.'
|
description: 'Stop service.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -241,7 +228,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -251,7 +238,7 @@ endpoints:
|
|||||||
name: service_id
|
name: service_id
|
||||||
description: 'The ID of the service.'
|
description: 'The ID of the service.'
|
||||||
required: true
|
required: true
|
||||||
example: 169
|
example: 184
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -259,8 +246,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
service_id: 169
|
service_id: 184
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -274,10 +261,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 1e8aZbfvE5643DacgkPhdV6'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -293,10 +277,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: restart
|
title: restart
|
||||||
description: 'Restart service.'
|
description: 'Restart service.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -314,7 +297,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -324,7 +307,7 @@ endpoints:
|
|||||||
name: service_id
|
name: service_id
|
||||||
description: 'The ID of the service.'
|
description: 'The ID of the service.'
|
||||||
required: true
|
required: true
|
||||||
example: 169
|
example: 184
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -332,8 +315,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
service_id: 169
|
service_id: 184
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -347,10 +330,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer c46baVZEg5dv1Pfe8Dha6k3'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -366,10 +346,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: enable
|
title: enable
|
||||||
description: 'Enable service.'
|
description: 'Enable service.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -387,7 +366,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -397,7 +376,7 @@ endpoints:
|
|||||||
name: service_id
|
name: service_id
|
||||||
description: 'The ID of the service.'
|
description: 'The ID of the service.'
|
||||||
required: true
|
required: true
|
||||||
example: 169
|
example: 184
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -405,8 +384,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
service_id: 169
|
service_id: 184
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -420,10 +399,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer EvcehkDbdV43f61P86Za5ga'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -439,10 +415,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: disable
|
title: disable
|
||||||
description: 'Disable service.'
|
description: 'Disable service.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -460,7 +435,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -470,7 +445,7 @@ endpoints:
|
|||||||
name: service_id
|
name: service_id
|
||||||
description: 'The ID of the service.'
|
description: 'The ID of the service.'
|
||||||
required: true
|
required: true
|
||||||
example: 169
|
example: 184
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -478,8 +453,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
service_id: 169
|
service_id: 184
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -493,10 +468,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer k8E5gf6d4h31bevaa6cVPZD'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -512,10 +484,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: 'Delete service.'
|
description: 'Delete service.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -533,7 +504,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -543,7 +514,7 @@ endpoints:
|
|||||||
name: service_id
|
name: service_id
|
||||||
description: 'The ID of the service.'
|
description: 'The ID of the service.'
|
||||||
required: true
|
required: true
|
||||||
example: 169
|
example: 184
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -551,8 +522,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
service_id: 169
|
service_id: 184
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -566,10 +537,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer Pekav16cd5ag486ZfD3EVbh'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -12,10 +12,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: 'Get all sites.'
|
description: 'Get all sites.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -33,7 +32,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -41,7 +40,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -50,15 +49,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":null,"server_id":null,"source_control_id":null,"type":"laravel","type_data":null,"domain":"test.com","aliases":null,"web_directory":"\/","path":"\/home","php_version":"8.2","repository":null,"branch":"main","status":"ready","port":null,"user":"vito","progress":100,"created_at":null,"updated_at":null},{"id":null,"server_id":null,"source_control_id":null,"type":"laravel","type_data":null,"domain":"test.com","aliases":null,"web_directory":"\/","path":"\/home","php_version":"8.2","repository":null,"branch":"main","status":"ready","port":null,"user":"vito","progress":100,"created_at":null,"updated_at":null}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":50,"server_id":1,"source_control_id":null,"type":"laravel","type_data":null,"domain":"test.com","aliases":null,"web_directory":"\/","path":"\/home","php_version":"8.2","repository":null,"branch":"main","status":"ready","port":null,"user":"vito","progress":100,"created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"},{"id":51,"server_id":1,"source_control_id":null,"type":"laravel","type_data":null,"domain":"test.com","aliases":null,"web_directory":"\/","path":"\/home","php_version":"8.2","repository":null,"branch":"main","status":"ready","port":null,"user":"vito","progress":100,"created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer aD138EgdPf4Vhav5c6bke6Z'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -74,10 +70,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: 'Create a new site.'
|
description: 'Create a new site.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -95,7 +90,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -103,7 +98,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -111,7 +106,7 @@ endpoints:
|
|||||||
name: type
|
name: type
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: php-blank
|
example: load-balancer
|
||||||
type: string
|
type: string
|
||||||
enumValues:
|
enumValues:
|
||||||
- php
|
- php
|
||||||
@ -127,7 +122,7 @@ endpoints:
|
|||||||
name: domain
|
name: domain
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: impedit
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -138,7 +133,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example:
|
example:
|
||||||
- cum
|
- consequatur
|
||||||
type: 'string[]'
|
type: 'string[]'
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -168,7 +163,7 @@ endpoints:
|
|||||||
name: source_control
|
name: source_control
|
||||||
description: 'Source control ID, Required for Sites which support source control'
|
description: 'Source control ID, Required for Sites which support source control'
|
||||||
required: true
|
required: true
|
||||||
example: non
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -218,7 +213,7 @@ endpoints:
|
|||||||
name: user
|
name: user
|
||||||
description: 'user, to isolate the website under a new user'
|
description: 'user, to isolate the website under a new user'
|
||||||
required: true
|
required: true
|
||||||
example: voluptate
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -238,32 +233,29 @@ endpoints:
|
|||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
type: php-blank
|
type: load-balancer
|
||||||
domain: impedit
|
domain: consequatur
|
||||||
aliases:
|
aliases:
|
||||||
- cum
|
- consequatur
|
||||||
php_version: '7.4'
|
php_version: '7.4'
|
||||||
web_directory: public
|
web_directory: public
|
||||||
source_control: non
|
source_control: consequatur
|
||||||
repository: organization/repository
|
repository: organization/repository
|
||||||
branch: main
|
branch: main
|
||||||
composer: true
|
composer: true
|
||||||
version: 5.2.1
|
version: 5.2.1
|
||||||
user: voluptate
|
user: consequatur
|
||||||
method: ip-hash
|
method: ip-hash
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"server_id":null,"source_control_id":null,"type":"laravel","type_data":null,"domain":"test.com","aliases":null,"web_directory":"\/","path":"\/home","php_version":"8.2","repository":null,"branch":"main","status":"ready","port":null,"user":"vito","progress":100,"created_at":null,"updated_at":null}'
|
content: '{"id":50,"server_id":1,"source_control_id":null,"type":"laravel","type_data":null,"domain":"test.com","aliases":null,"web_directory":"\/","path":"\/home","php_version":"8.2","repository":null,"branch":"main","status":"ready","port":null,"user":"vito","progress":100,"created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 6V3D5c4g6hZaEfb81evPadk'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -279,10 +271,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: show
|
title: show
|
||||||
description: 'Get a site by ID.'
|
description: 'Get a site by ID.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -300,7 +291,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -310,7 +301,7 @@ endpoints:
|
|||||||
name: id
|
name: id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -318,8 +309,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
id: 44
|
id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -328,15 +319,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":null,"server_id":null,"source_control_id":null,"type":"laravel","type_data":null,"domain":"test.com","aliases":null,"web_directory":"\/","path":"\/home","php_version":"8.2","repository":null,"branch":"main","status":"ready","port":null,"user":"vito","progress":100,"created_at":null,"updated_at":null}'
|
content: '{"id":50,"server_id":1,"source_control_id":null,"type":"laravel","type_data":null,"domain":"test.com","aliases":null,"web_directory":"\/","path":"\/home","php_version":"8.2","repository":null,"branch":"main","status":"ready","port":null,"user":"vito","progress":100,"created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer gE86bZ6vfcd3hVP15ka4Dea'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -352,10 +340,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: 'Delete site.'
|
description: 'Delete site.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -373,7 +360,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -383,7 +370,7 @@ endpoints:
|
|||||||
name: site_id
|
name: site_id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -391,8 +378,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
site_id: 44
|
site_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -406,10 +393,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 8kEb6Dd613a5afZhcg4VvPe'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -425,10 +409,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: load-balancer
|
title: load-balancer
|
||||||
description: 'Update load balancer.'
|
description: 'Update load balancer.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -446,7 +429,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -456,7 +439,7 @@ endpoints:
|
|||||||
name: site_id
|
name: site_id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -464,8 +447,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
site_id: 44
|
site_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -473,7 +456,7 @@ endpoints:
|
|||||||
name: method
|
name: method
|
||||||
description: 'Load balancer method, Required if the site type is Load balancer'
|
description: 'Load balancer method, Required if the site type is Load balancer'
|
||||||
required: true
|
required: true
|
||||||
example: round-robin
|
example: ip-hash
|
||||||
type: string
|
type: string
|
||||||
enumValues:
|
enumValues:
|
||||||
- round-robin
|
- round-robin
|
||||||
@ -487,16 +470,16 @@ endpoints:
|
|||||||
description: 'Array of servers including server, port, weight, backup. (server is the local IP of the server)'
|
description: 'Array of servers including server, port, weight, backup. (server is the local IP of the server)'
|
||||||
required: true
|
required: true
|
||||||
example:
|
example:
|
||||||
- omnis
|
- consequatur
|
||||||
type: 'string[]'
|
type: 'string[]'
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
method: round-robin
|
method: ip-hash
|
||||||
servers:
|
servers:
|
||||||
- omnis
|
- consequatur
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
@ -506,10 +489,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 8Da4P1c6d6gfbhZvaE3k5Ve'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -525,10 +505,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: aliases
|
title: aliases
|
||||||
description: 'Update aliases.'
|
description: 'Update aliases.'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -546,7 +525,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -556,7 +535,7 @@ endpoints:
|
|||||||
name: site_id
|
name: site_id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -564,8 +543,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
site_id: 44
|
site_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -574,7 +553,7 @@ endpoints:
|
|||||||
description: 'Array of aliases'
|
description: 'Array of aliases'
|
||||||
required: true
|
required: true
|
||||||
example:
|
example:
|
||||||
- doloremque
|
- consequatur
|
||||||
type: 'string[]'
|
type: 'string[]'
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -582,7 +561,7 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
aliases:
|
aliases:
|
||||||
- doloremque
|
- consequatur
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
@ -592,10 +571,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer d4EVa8Zkfvg1Dcbe53P6a6h'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -611,10 +587,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: deploy
|
title: deploy
|
||||||
description: 'Run site deployment script'
|
description: 'Run site deployment script'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -632,7 +607,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -642,7 +617,7 @@ endpoints:
|
|||||||
name: site_id
|
name: site_id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -650,8 +625,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
site_id: 44
|
site_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -665,10 +640,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer dkcV5EZa8fD6vgaP1b36e4h'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -684,10 +656,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: deployment-script
|
title: deployment-script
|
||||||
description: 'Update site deployment script'
|
description: 'Update site deployment script'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -705,7 +676,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -715,7 +686,7 @@ endpoints:
|
|||||||
name: site_id
|
name: site_id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -723,8 +694,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
site_id: 44
|
site_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -732,14 +703,14 @@ endpoints:
|
|||||||
name: script
|
name: script
|
||||||
description: 'Content of the deployment script'
|
description: 'Content of the deployment script'
|
||||||
required: true
|
required: true
|
||||||
example: voluptatem
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
script: voluptatem
|
script: consequatur
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
@ -749,10 +720,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer hevV81bfZE6cdkaa453gDP6'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -768,10 +736,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: deployment-script
|
title: deployment-script
|
||||||
description: 'Get site deployment script content'
|
description: 'Get site deployment script content'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -789,7 +756,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -799,7 +766,7 @@ endpoints:
|
|||||||
name: site_id
|
name: site_id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -807,8 +774,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
site_id: 44
|
site_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -822,10 +789,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer a1EbvhePag4f5dk6ZV368Dc'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -841,10 +805,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: env
|
title: env
|
||||||
description: 'Get site .env file content'
|
description: 'Get site .env file content'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -862,7 +825,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -872,7 +835,7 @@ endpoints:
|
|||||||
name: site_id
|
name: site_id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -880,8 +843,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
site_id: 44
|
site_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@ -895,10 +858,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer P8Zvch3DgV654abeaE6f1kd'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -914,10 +874,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: env
|
title: env
|
||||||
description: 'Update site .env file'
|
description: 'Update site .env file'
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -935,7 +894,7 @@ endpoints:
|
|||||||
name: server_id
|
name: server_id
|
||||||
description: 'The ID of the server.'
|
description: 'The ID of the server.'
|
||||||
required: true
|
required: true
|
||||||
example: 29
|
example: 32
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -945,7 +904,7 @@ endpoints:
|
|||||||
name: site_id
|
name: site_id
|
||||||
description: 'The ID of the site.'
|
description: 'The ID of the site.'
|
||||||
required: true
|
required: true
|
||||||
example: 44
|
example: 17
|
||||||
type: integer
|
type: integer
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -953,8 +912,8 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
server_id: 29
|
server_id: 32
|
||||||
site_id: 44
|
site_id: 17
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters:
|
bodyParameters:
|
||||||
@ -962,14 +921,14 @@ endpoints:
|
|||||||
name: env
|
name: env
|
||||||
description: 'Content of the .env file'
|
description: 'Content of the .env file'
|
||||||
required: true
|
required: true
|
||||||
example: quam
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
env: quam
|
env: consequatur
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
@ -979,10 +938,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer 45acbP1h6eg6kDVdZf8E3av'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -12,10 +12,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -39,15 +38,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":5,"project_id":null,"global":true,"name":"Zella Robel","provider":"github","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"},{"id":6,"project_id":null,"global":true,"name":"Jairo Williamson","provider":"github","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":5,"project_id":null,"global":true,"name":"Dr. Cornelius Luettgen V","provider":"github","created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"},{"id":6,"project_id":null,"global":true,"name":"Orville Satterfield","provider":"github","created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer e3f4ag8hkb5vZcDadPEV661'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -63,10 +59,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -102,7 +97,7 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: 'The name of the storage provider.'
|
description: 'The name of the storage provider.'
|
||||||
required: true
|
required: true
|
||||||
example: molestias
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -112,7 +107,7 @@ endpoints:
|
|||||||
name: token
|
name: token
|
||||||
description: 'The token if provider requires api token'
|
description: 'The token if provider requires api token'
|
||||||
required: true
|
required: true
|
||||||
example: in
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -122,7 +117,7 @@ endpoints:
|
|||||||
name: url
|
name: url
|
||||||
description: 'The URL if the provider is Gitlab and it is self-hosted'
|
description: 'The URL if the provider is Gitlab and it is self-hosted'
|
||||||
required: true
|
required: true
|
||||||
example: 'https://www.white.com/aperiam-dolor-nemo-qui-rerum-quod-quas'
|
example: 'http://kunze.biz/iste-laborum-eius-est-dolor.html'
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -132,7 +127,7 @@ endpoints:
|
|||||||
name: username
|
name: username
|
||||||
description: 'The username if the provider is Bitbucket'
|
description: 'The username if the provider is Bitbucket'
|
||||||
required: true
|
required: true
|
||||||
example: consectetur
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -142,7 +137,7 @@ endpoints:
|
|||||||
name: password
|
name: password
|
||||||
description: 'The password if the provider is Bitbucket'
|
description: 'The password if the provider is Bitbucket'
|
||||||
required: true
|
required: true
|
||||||
example: 'y*P4_]ZdjE_:'
|
example: 'O[2UZ5ij-e/dl4m{o,'
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -150,24 +145,21 @@ endpoints:
|
|||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
provider: gitlab
|
provider: gitlab
|
||||||
name: molestias
|
name: consequatur
|
||||||
token: in
|
token: consequatur
|
||||||
url: 'https://www.white.com/aperiam-dolor-nemo-qui-rerum-quod-quas'
|
url: 'http://kunze.biz/iste-laborum-eius-est-dolor.html'
|
||||||
username: consectetur
|
username: consequatur
|
||||||
password: 'y*P4_]ZdjE_:'
|
password: 'O[2UZ5ij-e/dl4m{o,'
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":5,"project_id":null,"global":true,"name":"Miss Claudine Goyette","provider":"github","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":5,"project_id":null,"global":true,"name":"Lonny Ankunding","provider":"github","created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer DfegP56vkEa364Zbhda8V1c'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -183,10 +175,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: show
|
title: show
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -221,15 +212,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":5,"project_id":null,"global":true,"name":"Mona Stark","provider":"github","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":5,"project_id":null,"global":true,"name":"Dr. Enoch Harber II","provider":"github","created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer ePc6fb65vh1Z4aakE3Dgd8V'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -245,10 +233,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: update
|
title: update
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -282,7 +269,7 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: 'The name of the storage provider.'
|
description: 'The name of the storage provider.'
|
||||||
required: true
|
required: true
|
||||||
example: non
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -292,7 +279,7 @@ endpoints:
|
|||||||
name: token
|
name: token
|
||||||
description: 'The token if provider requires api token'
|
description: 'The token if provider requires api token'
|
||||||
required: true
|
required: true
|
||||||
example: sunt
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -302,7 +289,7 @@ endpoints:
|
|||||||
name: url
|
name: url
|
||||||
description: 'The URL if the provider is Gitlab and it is self-hosted'
|
description: 'The URL if the provider is Gitlab and it is self-hosted'
|
||||||
required: true
|
required: true
|
||||||
example: 'https://www.frami.org/ex-at-minus-rerum-quo-minus-ea'
|
example: 'http://kunze.biz/iste-laborum-eius-est-dolor.html'
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -312,7 +299,7 @@ endpoints:
|
|||||||
name: username
|
name: username
|
||||||
description: 'The username if the provider is Bitbucket'
|
description: 'The username if the provider is Bitbucket'
|
||||||
required: true
|
required: true
|
||||||
example: natus
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -322,7 +309,7 @@ endpoints:
|
|||||||
name: password
|
name: password
|
||||||
description: 'The password if the provider is Bitbucket'
|
description: 'The password if the provider is Bitbucket'
|
||||||
required: true
|
required: true
|
||||||
example: 'A^">*m{p]DI'
|
example: 'O[2UZ5ij-e/dl4m{o,'
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -332,7 +319,7 @@ endpoints:
|
|||||||
name: global
|
name: global
|
||||||
description: 'Accessible in all projects'
|
description: 'Accessible in all projects'
|
||||||
required: true
|
required: true
|
||||||
example: true
|
example: false
|
||||||
type: string
|
type: string
|
||||||
enumValues:
|
enumValues:
|
||||||
- true
|
- true
|
||||||
@ -341,25 +328,22 @@ endpoints:
|
|||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
name: non
|
name: consequatur
|
||||||
token: sunt
|
token: consequatur
|
||||||
url: 'https://www.frami.org/ex-at-minus-rerum-quo-minus-ea'
|
url: 'http://kunze.biz/iste-laborum-eius-est-dolor.html'
|
||||||
username: natus
|
username: consequatur
|
||||||
password: 'A^">*m{p]DI'
|
password: 'O[2UZ5ij-e/dl4m{o,'
|
||||||
global: true
|
global: false
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":5,"project_id":null,"global":true,"name":"Neha Little","provider":"github","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":5,"project_id":null,"global":true,"name":"Lonny Ankunding","provider":"github","created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer v3f6aaPk61Ze8hVdDbE5g4c'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -375,10 +359,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -418,10 +401,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer fgk61vD68E4cZhP3bV5adea'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -12,10 +12,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: list
|
title: list
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -39,15 +38,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"data":[{"id":5,"project_id":null,"global":true,"name":"veritatis","provider":"ftp","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"},{"id":6,"project_id":null,"global":true,"name":"voluptas","provider":"dropbox","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
content: '{"data":[{"id":5,"project_id":null,"global":true,"name":"dolores","provider":"local","created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"},{"id":6,"project_id":null,"global":true,"name":"dignissimos","provider":"dropbox","created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"}],"links":{"first":"\/?page=1","last":"\/?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"« Previous","active":false},{"url":"\/?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"path":"\/","per_page":25,"to":2,"total":2}}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer fgh4eV31dP58kvaDEaZbc66'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -63,10 +59,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: create
|
title: create
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -89,7 +84,7 @@ endpoints:
|
|||||||
name: provider
|
name: provider
|
||||||
description: 'The provider (aws, linode, hetzner, digitalocean, vultr, ...)'
|
description: 'The provider (aws, linode, hetzner, digitalocean, vultr, ...)'
|
||||||
required: true
|
required: true
|
||||||
example: ab
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -99,7 +94,7 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: 'The name of the storage provider.'
|
description: 'The name of the storage provider.'
|
||||||
required: true
|
required: true
|
||||||
example: quo
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -109,7 +104,7 @@ endpoints:
|
|||||||
name: token
|
name: token
|
||||||
description: 'The token if provider requires api token'
|
description: 'The token if provider requires api token'
|
||||||
required: true
|
required: true
|
||||||
example: in
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -119,7 +114,7 @@ endpoints:
|
|||||||
name: key
|
name: key
|
||||||
description: 'The key if provider requires key'
|
description: 'The key if provider requires key'
|
||||||
required: true
|
required: true
|
||||||
example: sunt
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -129,31 +124,28 @@ endpoints:
|
|||||||
name: secret
|
name: secret
|
||||||
description: 'The secret if provider requires key'
|
description: 'The secret if provider requires key'
|
||||||
required: true
|
required: true
|
||||||
example: molestias
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
provider: ab
|
provider: consequatur
|
||||||
name: quo
|
name: consequatur
|
||||||
token: in
|
token: consequatur
|
||||||
key: sunt
|
key: consequatur
|
||||||
secret: molestias
|
secret: consequatur
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":5,"project_id":null,"global":true,"name":"asperiores","provider":"dropbox","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":5,"project_id":null,"global":true,"name":"dolores","provider":"local","created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer e584613dkZaPDEVvgcahbf6'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -169,10 +161,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: show
|
title: show
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -207,15 +198,12 @@ endpoints:
|
|||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":5,"project_id":null,"global":true,"name":"ipsum","provider":"local","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":5,"project_id":null,"global":true,"name":"facilis","provider":"dropbox","created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer h6Zk6834dDce5fbPa1VvagE'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -231,10 +219,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: update
|
title: update
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -268,7 +255,7 @@ endpoints:
|
|||||||
name: name
|
name: name
|
||||||
description: 'The name of the storage provider.'
|
description: 'The name of the storage provider.'
|
||||||
required: true
|
required: true
|
||||||
example: voluptas
|
example: consequatur
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
@ -287,21 +274,18 @@ endpoints:
|
|||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanBodyParameters:
|
cleanBodyParameters:
|
||||||
name: voluptas
|
name: consequatur
|
||||||
global: true
|
global: true
|
||||||
fileParameters: []
|
fileParameters: []
|
||||||
responses:
|
responses:
|
||||||
-
|
-
|
||||||
status: 200
|
status: 200
|
||||||
content: '{"id":5,"project_id":null,"global":true,"name":"minima","provider":"ftp","created_at":"2025-04-05T17:48:03.000000Z","updated_at":"2025-04-05T17:48:03.000000Z"}'
|
content: '{"id":5,"project_id":null,"global":true,"name":"dolores","provider":"local","created_at":"2025-04-21T18:40:20.000000Z","updated_at":"2025-04-21T18:40:20.000000Z"}'
|
||||||
headers: []
|
headers: []
|
||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer ak6fgd1Eba48chvPV3e5Z6D'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
@ -317,10 +301,9 @@ endpoints:
|
|||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: delete
|
title: delete
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: true
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
headers:
|
headers:
|
||||||
Authorization: 'Bearer YOUR-API-KEY'
|
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
urlParameters:
|
urlParameters:
|
||||||
@ -360,10 +343,7 @@ endpoints:
|
|||||||
description: ''
|
description: ''
|
||||||
custom: []
|
custom: []
|
||||||
responseFields: []
|
responseFields: []
|
||||||
auth:
|
auth: []
|
||||||
- headers
|
|
||||||
- Authorization
|
|
||||||
- 'Bearer PcaDbh6ZE4aV1e8fdv56k3g'
|
|
||||||
controller: null
|
controller: null
|
||||||
method: null
|
method: null
|
||||||
route: null
|
route: null
|
||||||
|
@ -3,7 +3,7 @@ # Introduction
|
|||||||
VitoDeploy's API documentation.
|
VitoDeploy's API documentation.
|
||||||
|
|
||||||
<aside>
|
<aside>
|
||||||
<strong>Base URL</strong>: <code>https://your-vito-url</code>
|
<strong>Base URL</strong>: <code>https://vito.test</code>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
This documentation aims to provide all the information you need to work with our API.
|
This documentation aims to provide all the information you need to work with our API.
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
"aws/aws-sdk-php": "^3.158",
|
"aws/aws-sdk-php": "^3.158",
|
||||||
"filament/filament": "^3.2",
|
"filament/filament": "^3.2",
|
||||||
"laravel/fortify": "^1.17",
|
"laravel/fortify": "^1.17",
|
||||||
"laravel/framework": "^11.0",
|
"laravel/framework": "^12.0",
|
||||||
"laravel/sanctum": "^4.0",
|
"laravel/sanctum": "^4.0",
|
||||||
"laravel/tinker": "^2.8",
|
"laravel/tinker": "^2.8",
|
||||||
"mobiledetect/mobiledetectlib": "^4.8",
|
"mobiledetect/mobiledetectlib": "^4.8",
|
||||||
@ -23,14 +23,14 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"fakerphp/faker": "^1.9.1",
|
"fakerphp/faker": "^1.9.1",
|
||||||
"knuckleswtf/scribe": "^4.37",
|
"knuckleswtf/scribe": "^5.0",
|
||||||
"laradumps/laradumps": "^3.0",
|
"laradumps/laradumps": "^3.0",
|
||||||
"larastan/larastan": "^3.1",
|
"larastan/larastan": "^3.1",
|
||||||
"laravel/pint": "^1.10",
|
"laravel/pint": "^1.10",
|
||||||
"laravel/sail": "^1.18",
|
"laravel/sail": "^1.18",
|
||||||
"mockery/mockery": "^1.4.4",
|
"mockery/mockery": "^1.4.4",
|
||||||
"nunomaduro/collision": "^8.1",
|
"nunomaduro/collision": "^8.1",
|
||||||
"phpunit/phpunit": "^10.0",
|
"phpunit/phpunit": "^11.0",
|
||||||
"rector/rector": "^2.0",
|
"rector/rector": "^2.0",
|
||||||
"spatie/laravel-ignition": "^2.0"
|
"spatie/laravel-ignition": "^2.0"
|
||||||
},
|
},
|
||||||
|
1323
composer.lock
generated
1323
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,30 +1,34 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
use Knuckles\Scribe\Config\AuthIn;
|
||||||
|
use Knuckles\Scribe\Config\Defaults;
|
||||||
use Knuckles\Scribe\Extracting\Strategies;
|
use Knuckles\Scribe\Extracting\Strategies;
|
||||||
|
|
||||||
|
use function Knuckles\Scribe\Config\configureStrategy;
|
||||||
|
use function Knuckles\Scribe\Config\removeStrategies;
|
||||||
|
|
||||||
|
// Only the most common configs are shown. See the https://scribe.knuckles.wtf/laravel/reference/config for all.
|
||||||
|
|
||||||
return [
|
return [
|
||||||
// The HTML <title> for the generated documentation. If this is empty, Scribe will infer it from config('app.name').
|
// The HTML <title> for the generated documentation.
|
||||||
'title' => 'API Documentation',
|
'title' => 'API Documentation',
|
||||||
|
|
||||||
// A short description of your API. Will be included in the docs webpage, Postman collection and OpenAPI spec.
|
// A short description of your API. Will be included in the docs webpage, Postman collection and OpenAPI spec.
|
||||||
'description' => 'VitoDeploy\'s API documentation.',
|
'description' => 'VitoDeploy\'s API documentation.',
|
||||||
|
|
||||||
// The base URL displayed in the docs. If this is empty, Scribe will use the value of config('app.url') at generation time.
|
// The base URL displayed in the docs.
|
||||||
// If you're using `laravel` type, you can set this to a dynamic string, like '{{ config("app.tenant_url") }}' to get a dynamic base URL.
|
// If you're using `laravel` type, you can set this to a dynamic string, like '{{ config("app.tenant_url") }}' to get a dynamic base URL.
|
||||||
'base_url' => 'https://your-vito-url',
|
'base_url' => config('app.url'),
|
||||||
|
|
||||||
|
// Routes to include in the docs
|
||||||
'routes' => [
|
'routes' => [
|
||||||
[
|
[
|
||||||
// Routes that match these conditions will be included in the docs
|
|
||||||
'match' => [
|
'match' => [
|
||||||
// Match only routes whose paths match this pattern (use * as a wildcard to match any characters). Example: 'users/*'.
|
// Match only routes whose paths match this pattern (use * as a wildcard to match any characters). Example: 'users/*'.
|
||||||
'prefixes' => ['api/*'],
|
'prefixes' => ['api/*'],
|
||||||
|
|
||||||
// Match only routes whose domains match this pattern (use * as a wildcard to match any characters). Example: 'api.*'.
|
// Match only routes whose domains match this pattern (use * as a wildcard to match any characters). Example: 'api.*'.
|
||||||
'domains' => ['*'],
|
'domains' => ['*'],
|
||||||
|
|
||||||
// [Dingo router only] Match only routes registered under this version. Wildcards are NOT supported.
|
|
||||||
'versions' => ['v1'],
|
|
||||||
],
|
],
|
||||||
|
|
||||||
// Include these routes even if they did not match the rules above.
|
// Include these routes even if they did not match the rules above.
|
||||||
@ -43,9 +47,8 @@
|
|||||||
// The type of documentation output to generate.
|
// The type of documentation output to generate.
|
||||||
// - "static" will generate a static HTMl page in the /public/docs folder,
|
// - "static" will generate a static HTMl page in the /public/docs folder,
|
||||||
// - "laravel" will generate the documentation as a Blade view, so you can add routing and authentication.
|
// - "laravel" will generate the documentation as a Blade view, so you can add routing and authentication.
|
||||||
// - "external_static" and "external_laravel" do the same as above, but generate a basic template,
|
// - "external_static" and "external_laravel" do the same as above, but pass the OpenAPI spec as a URL to an external UI template
|
||||||
// passing the OpenAPI spec as a URL, allowing you to easily use the docs with an external generator
|
'type' => 'laravel',
|
||||||
'type' => 'static',
|
|
||||||
|
|
||||||
// See https://scribe.knuckles.wtf/laravel/reference/config#theme for supported options
|
// See https://scribe.knuckles.wtf/laravel/reference/config#theme for supported options
|
||||||
'theme' => 'default',
|
'theme' => 'default',
|
||||||
@ -54,14 +57,12 @@
|
|||||||
// HTML documentation, assets and Postman collection will be generated to this folder.
|
// HTML documentation, assets and Postman collection will be generated to this folder.
|
||||||
// Source Markdown will still be in resources/docs.
|
// Source Markdown will still be in resources/docs.
|
||||||
'output_path' => 'public/api-docs',
|
'output_path' => 'public/api-docs',
|
||||||
|
|
||||||
'url' => '/api-docs/index.html',
|
'url' => '/api-docs/index.html',
|
||||||
],
|
],
|
||||||
|
|
||||||
'laravel' => [
|
'laravel' => [
|
||||||
// Whether to automatically create a docs endpoint for you to view your generated docs.
|
// Whether to automatically create a docs route for you to view your generated docs. You can still set up routing manually.
|
||||||
// If this is false, you can still set up routing manually.
|
'add_routes' => true,
|
||||||
'add_routes' => false,
|
|
||||||
|
|
||||||
// URL path to use for the docs endpoint (if `add_routes` is true).
|
// URL path to use for the docs endpoint (if `add_routes` is true).
|
||||||
// By default, `/docs` opens the HTML page, `/docs.postman` opens the Postman collection, and `/docs.openapi` the OpenAPI spec.
|
// By default, `/docs` opens the HTML page, `/docs.postman` opens the Postman collection, and `/docs.openapi` the OpenAPI spec.
|
||||||
@ -85,8 +86,7 @@
|
|||||||
// Don't forget to enable CORS headers for your endpoints.
|
// Don't forget to enable CORS headers for your endpoints.
|
||||||
'enabled' => true,
|
'enabled' => true,
|
||||||
|
|
||||||
// The base URL for the API tester to use (for example, you can set this to your staging URL).
|
// The base URL to use in the API tester. Leave as null to be the same as the displayed URL (`scribe.base_url`).
|
||||||
// Leave as null to use the current app URL when generating (config("app.url")).
|
|
||||||
'base_url' => null,
|
'base_url' => null,
|
||||||
|
|
||||||
// [Laravel Sanctum] Fetch a CSRF token before each request, and add it as an X-XSRF-TOKEN header.
|
// [Laravel Sanctum] Fetch a CSRF token before each request, and add it as an X-XSRF-TOKEN header.
|
||||||
@ -99,29 +99,28 @@
|
|||||||
// How is your API authenticated? This information will be used in the displayed docs, generated examples and response calls.
|
// How is your API authenticated? This information will be used in the displayed docs, generated examples and response calls.
|
||||||
'auth' => [
|
'auth' => [
|
||||||
// Set this to true if ANY endpoints in your API use authentication.
|
// Set this to true if ANY endpoints in your API use authentication.
|
||||||
'enabled' => true,
|
'enabled' => false,
|
||||||
|
|
||||||
// Set this to true if your API should be authenticated by default. If so, you must also set `enabled` (above) to true.
|
// Set this to true if your API should be authenticated by default. If so, you must also set `enabled` (above) to true.
|
||||||
// You can then use @unauthenticated or @authenticated on individual endpoints to change their status from the default.
|
// You can then use @unauthenticated or @authenticated on individual endpoints to change their status from the default.
|
||||||
'default' => true,
|
'default' => false,
|
||||||
|
|
||||||
// Where is the auth value meant to be sent in a request?
|
// Where is the auth value meant to be sent in a request?
|
||||||
// Options: query, body, basic, bearer, header (for custom header)
|
'in' => AuthIn::BEARER->value,
|
||||||
'in' => 'bearer',
|
|
||||||
|
|
||||||
// The name of the auth parameter (eg token, key, apiKey) or header (eg Authorization, Api-Key).
|
// The name of the auth parameter (e.g. token, key, apiKey) or header (e.g. Authorization, Api-Key).
|
||||||
'name' => 'key',
|
'name' => 'key',
|
||||||
|
|
||||||
// The value of the parameter to be used by Scribe to authenticate response calls.
|
// The value of the parameter to be used by Scribe to authenticate response calls.
|
||||||
// This will NOT be included in the generated documentation. If empty, Scribe will use a random value.
|
// This will NOT be included in the generated documentation. If empty, Scribe will use a random value.
|
||||||
'use_value' => '',
|
'use_value' => env('SCRIBE_AUTH_KEY'),
|
||||||
|
|
||||||
// Placeholder your users will see for the auth parameter in the example requests.
|
// Placeholder your users will see for the auth parameter in the example requests.
|
||||||
// Set this to null if you want Scribe to use a random value as placeholder instead.
|
// Set this to null if you want Scribe to use a random value as placeholder instead.
|
||||||
'placeholder' => env('SCRIBE_AUTH_KEY', 'YOUR_API_KEY'),
|
'placeholder' => '{YOUR_AUTH_KEY}',
|
||||||
|
|
||||||
// Any extra authentication-related info for your users. Markdown and HTML are supported.
|
// Any extra authentication-related info for your users. Markdown and HTML are supported.
|
||||||
'extra_info' => 'You can retrieve your token by visiting <a href="/settings/api-keys" target="_blank">here</a>',
|
'extra_info' => 'You can retrieve your token by visiting your dashboard and clicking <b>Generate API token</b>.',
|
||||||
],
|
],
|
||||||
|
|
||||||
// Text to place in the "Introduction" section, right after the `description`. Markdown and HTML are supported.
|
// Text to place in the "Introduction" section, right after the `description`. Markdown and HTML are supported.
|
||||||
@ -130,15 +129,14 @@
|
|||||||
|
|
||||||
<aside>As you scroll, you'll see code examples for working with the API in different programming languages in the dark area to the right (or as part of the content on mobile).
|
<aside>As you scroll, you'll see code examples for working with the API in different programming languages in the dark area to the right (or as part of the content on mobile).
|
||||||
You can switch the language used with the tabs at the top right (or from the nav menu at the top left on mobile).</aside>
|
You can switch the language used with the tabs at the top right (or from the nav menu at the top left on mobile).</aside>
|
||||||
INTRO
|
INTRO,
|
||||||
,
|
|
||||||
|
|
||||||
// Example requests for each endpoint will be shown in each of these languages.
|
// Example requests for each endpoint will be shown in each of these languages.
|
||||||
// Supported options are: bash, javascript, php, python
|
// Supported options are: bash, javascript, php, python
|
||||||
// To add a language of your own, see https://scribe.knuckles.wtf/laravel/advanced/example-requests
|
// To add a language of your own, see https://scribe.knuckles.wtf/laravel/advanced/example-requests
|
||||||
|
// Note: does not work for `external` docs types
|
||||||
'example_languages' => [
|
'example_languages' => [
|
||||||
'bash',
|
'bash',
|
||||||
'php',
|
|
||||||
'javascript',
|
'javascript',
|
||||||
],
|
],
|
||||||
|
|
||||||
@ -164,6 +162,10 @@
|
|||||||
'overrides' => [
|
'overrides' => [
|
||||||
// 'info.version' => '2.0.0',
|
// 'info.version' => '2.0.0',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
// Additional generators to use when generating the OpenAPI spec.
|
||||||
|
// Should extend `Knuckles\Scribe\Writing\OpenApiSpecGenerators\OpenApiGenerator`.
|
||||||
|
'generators' => [],
|
||||||
],
|
],
|
||||||
|
|
||||||
'groups' => [
|
'groups' => [
|
||||||
@ -173,6 +175,7 @@
|
|||||||
// By default, Scribe will sort groups alphabetically, and endpoints in the order their routes are defined.
|
// By default, Scribe will sort groups alphabetically, and endpoints in the order their routes are defined.
|
||||||
// You can override this by listing the groups, subgroups and endpoints here in the order you want them.
|
// You can override this by listing the groups, subgroups and endpoints here in the order you want them.
|
||||||
// See https://scribe.knuckles.wtf/blog/laravel-v4#easier-sorting and https://scribe.knuckles.wtf/laravel/reference/config#order for details
|
// See https://scribe.knuckles.wtf/blog/laravel-v4#easier-sorting and https://scribe.knuckles.wtf/laravel/reference/config#order for details
|
||||||
|
// Note: does not work for `external` docs types
|
||||||
'order' => [],
|
'order' => [],
|
||||||
],
|
],
|
||||||
|
|
||||||
@ -190,11 +193,12 @@
|
|||||||
// Available tokens are `{date:<format>}` and `{git:<format>}`.
|
// Available tokens are `{date:<format>}` and `{git:<format>}`.
|
||||||
// The format you pass to `date` will be passed to PHP's `date()` function.
|
// The format you pass to `date` will be passed to PHP's `date()` function.
|
||||||
// The format you pass to `git` can be either "short" or "long".
|
// The format you pass to `git` can be either "short" or "long".
|
||||||
|
// Note: does not work for `external` docs types
|
||||||
'last_updated' => 'Last updated: {date:F j, Y}',
|
'last_updated' => 'Last updated: {date:F j, Y}',
|
||||||
|
|
||||||
'examples' => [
|
'examples' => [
|
||||||
// Set this to any number (eg. 1234) to generate the same example values for parameters on each run,
|
// Set this to any number to generate the same example values for parameters on each run,
|
||||||
'faker_seed' => null,
|
'faker_seed' => 1234,
|
||||||
|
|
||||||
// With API resources and transformers, Scribe tries to generate example models to use in your API responses.
|
// With API resources and transformers, Scribe tries to generate example models to use in your API responses.
|
||||||
// By default, Scribe will try the model's factory, and if that fails, try fetching the first from the database.
|
// By default, Scribe will try the model's factory, and if that fails, try fetching the first from the database.
|
||||||
@ -203,60 +207,40 @@
|
|||||||
],
|
],
|
||||||
|
|
||||||
// The strategies Scribe will use to extract information about your routes at each stage.
|
// The strategies Scribe will use to extract information about your routes at each stage.
|
||||||
// If you create or install a custom strategy, add it here.
|
// Use configureStrategy() to specify settings for a strategy in the list.
|
||||||
|
// Use removeStrategies() to remove an included strategy.
|
||||||
'strategies' => [
|
'strategies' => [
|
||||||
'metadata' => [
|
'metadata' => [
|
||||||
Strategies\Metadata\GetFromDocBlocks::class,
|
...Defaults::METADATA_STRATEGIES,
|
||||||
Strategies\Metadata\GetFromMetadataAttributes::class,
|
|
||||||
],
|
|
||||||
'urlParameters' => [
|
|
||||||
Strategies\UrlParameters\GetFromLaravelAPI::class,
|
|
||||||
Strategies\UrlParameters\GetFromUrlParamAttribute::class,
|
|
||||||
Strategies\UrlParameters\GetFromUrlParamTag::class,
|
|
||||||
],
|
|
||||||
'queryParameters' => [
|
|
||||||
Strategies\QueryParameters\GetFromFormRequest::class,
|
|
||||||
Strategies\QueryParameters\GetFromInlineValidator::class,
|
|
||||||
Strategies\QueryParameters\GetFromQueryParamAttribute::class,
|
|
||||||
Strategies\QueryParameters\GetFromQueryParamTag::class,
|
|
||||||
],
|
],
|
||||||
'headers' => [
|
'headers' => [
|
||||||
Strategies\Headers\GetFromHeaderAttribute::class,
|
...Defaults::HEADERS_STRATEGIES,
|
||||||
Strategies\Headers\GetFromHeaderTag::class,
|
Strategies\StaticData::withSettings(data: [
|
||||||
[
|
|
||||||
'override',
|
|
||||||
[
|
|
||||||
'Content-Type' => 'application/json',
|
'Content-Type' => 'application/json',
|
||||||
'Accept' => 'application/json',
|
'Accept' => 'application/json',
|
||||||
|
]),
|
||||||
],
|
],
|
||||||
|
'urlParameters' => [
|
||||||
|
...Defaults::URL_PARAMETERS_STRATEGIES,
|
||||||
],
|
],
|
||||||
|
'queryParameters' => [
|
||||||
|
...Defaults::QUERY_PARAMETERS_STRATEGIES,
|
||||||
],
|
],
|
||||||
'bodyParameters' => [
|
'bodyParameters' => [
|
||||||
Strategies\BodyParameters\GetFromFormRequest::class,
|
...Defaults::BODY_PARAMETERS_STRATEGIES,
|
||||||
Strategies\BodyParameters\GetFromInlineValidator::class,
|
|
||||||
Strategies\BodyParameters\GetFromBodyParamAttribute::class,
|
|
||||||
Strategies\BodyParameters\GetFromBodyParamTag::class,
|
|
||||||
],
|
],
|
||||||
'responses' => [
|
'responses' => configureStrategy(
|
||||||
Strategies\Responses\UseResponseAttributes::class,
|
Defaults::RESPONSES_STRATEGIES,
|
||||||
Strategies\Responses\UseTransformerTags::class,
|
Strategies\Responses\ResponseCalls::withSettings(
|
||||||
Strategies\Responses\UseApiResourceTags::class,
|
only: ['GET *'],
|
||||||
Strategies\Responses\UseResponseTag::class,
|
// Recommended: disable debug mode in response calls to avoid error stack traces in responses
|
||||||
Strategies\Responses\UseResponseFileTag::class,
|
config: [
|
||||||
[
|
|
||||||
Strategies\Responses\ResponseCalls::class,
|
|
||||||
[
|
|
||||||
'only' => ['GET *'],
|
|
||||||
// Disable debug mode when generating response calls to avoid error stack traces in responses
|
|
||||||
'config' => [
|
|
||||||
'app.debug' => false,
|
'app.debug' => false,
|
||||||
],
|
]
|
||||||
],
|
)
|
||||||
],
|
),
|
||||||
],
|
|
||||||
'responseFields' => [
|
'responseFields' => [
|
||||||
Strategies\ResponseFields\GetFromResponseFieldAttribute::class,
|
...Defaults::RESPONSE_FIELDS_STRATEGIES,
|
||||||
Strategies\ResponseFields\GetFromResponseFieldTag::class,
|
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
@ -269,6 +253,4 @@
|
|||||||
// If you are using a custom serializer with league/fractal, you can specify it here.
|
// If you are using a custom serializer with league/fractal, you can specify it here.
|
||||||
'serializer' => null,
|
'serializer' => null,
|
||||||
],
|
],
|
||||||
|
|
||||||
'routeMatcher' => \Knuckles\Scribe\Matching\RouteMatcher::class,
|
|
||||||
];
|
];
|
||||||
|
@ -16,6 +16,7 @@ class CronJobFactory extends Factory
|
|||||||
public function definition(): array
|
public function definition(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
|
'server_id' => 1,
|
||||||
'command' => 'ls -la',
|
'command' => 'ls -la',
|
||||||
'user' => 'root',
|
'user' => 'root',
|
||||||
'frequency' => '* * * * *',
|
'frequency' => '* * * * *',
|
||||||
|
@ -16,6 +16,7 @@ class DatabaseFactory extends Factory
|
|||||||
public function definition(): array
|
public function definition(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
|
'server_id' => 1,
|
||||||
'name' => $this->faker->userName,
|
'name' => $this->faker->userName,
|
||||||
'status' => DatabaseStatus::READY,
|
'status' => DatabaseStatus::READY,
|
||||||
];
|
];
|
||||||
|
@ -15,6 +15,7 @@ class DatabaseUserFactory extends Factory
|
|||||||
public function definition(): array
|
public function definition(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
|
'server_id' => 1,
|
||||||
'username' => $this->faker->userName,
|
'username' => $this->faker->userName,
|
||||||
'password' => 'password',
|
'password' => 'password',
|
||||||
'databases' => [],
|
'databases' => [],
|
||||||
|
@ -15,6 +15,7 @@ class FirewallRuleFactory extends Factory
|
|||||||
public function definition(): array
|
public function definition(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
|
'server_id' => 1,
|
||||||
'name' => $this->faker->word,
|
'name' => $this->faker->word,
|
||||||
'type' => 'allow',
|
'type' => 'allow',
|
||||||
'protocol' => 'tcp',
|
'protocol' => 'tcp',
|
||||||
|
@ -19,6 +19,7 @@ class RedirectFactory extends Factory
|
|||||||
public function definition(): array
|
public function definition(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
|
'site_id' => 1,
|
||||||
'from' => $this->faker->word,
|
'from' => $this->faker->word,
|
||||||
'to' => $this->faker->url,
|
'to' => $this->faker->url,
|
||||||
'mode' => $this->faker->randomElement([301, 302, 307, 308]),
|
'mode' => $this->faker->randomElement([301, 302, 307, 308]),
|
||||||
|
@ -19,6 +19,8 @@ class ServerFactory extends Factory
|
|||||||
public function definition(): array
|
public function definition(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
|
'project_id' => 1,
|
||||||
|
'user_id' => 1,
|
||||||
'name' => $this->faker->name(),
|
'name' => $this->faker->name(),
|
||||||
'ssh_user' => 'vito',
|
'ssh_user' => 'vito',
|
||||||
'ip' => $this->faker->ipv4(),
|
'ip' => $this->faker->ipv4(),
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
namespace Database\Factories;
|
namespace Database\Factories;
|
||||||
|
|
||||||
|
use App\Enums\ServiceStatus;
|
||||||
use App\Models\Service;
|
use App\Models\Service;
|
||||||
use Illuminate\Database\Eloquent\Factories\Factory;
|
use Illuminate\Database\Eloquent\Factories\Factory;
|
||||||
|
|
||||||
@ -15,6 +16,10 @@ class ServiceFactory extends Factory
|
|||||||
public function definition(): array
|
public function definition(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
|
'server_id' => 1,
|
||||||
|
'type' => 'webserver',
|
||||||
|
'name' => 'nginx',
|
||||||
|
'status' => ServiceStatus::READY,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -16,6 +16,7 @@ class SiteFactory extends Factory
|
|||||||
public function definition(): array
|
public function definition(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
|
'server_id' => 1,
|
||||||
'type' => SiteType::LARAVEL,
|
'type' => SiteType::LARAVEL,
|
||||||
'domain' => 'test.com',
|
'domain' => 'test.com',
|
||||||
'web_directory' => '/',
|
'web_directory' => '/',
|
||||||
|
@ -15,6 +15,7 @@ class SshKeyFactory extends Factory
|
|||||||
public function definition(): array
|
public function definition(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
|
'user_id' => 1,
|
||||||
'name' => $this->faker->name(),
|
'name' => $this->faker->name(),
|
||||||
'public_key' => 'public-key-content',
|
'public_key' => 'public-key-content',
|
||||||
];
|
];
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 96 B After Width: | Height: | Size: 96 B |
17450
resources/views/scribe/index.blade.php
Normal file
17450
resources/views/scribe/index.blade.php
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user