Skip to content

Commit 99b75d0

Browse files
committed
fix: updated php-sdk
1 parent a7137ca commit 99b75d0

File tree

219 files changed

+1807
-2996
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

219 files changed

+1807
-2996
lines changed

docs/Api/VPSDockerManagerApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ createNewProjectV1($virtualMachineId, $vPSV1VirtualMachineDockerManagerUpRequest
2424

2525
Create new project
2626

27-
Deploy new project from docker-compose.yaml contents or download contents from URL. URL can be Github repository url in format https://github.com/[user]/[repo] and it will be automatically resolved to docker-compose.yaml file in master branch. Any other URL provided must return docker-compose.yaml file contents. If project already exists, it will be replaced.
27+
Deploy new project from docker-compose.yaml contents or download contents from URL. URL can be Github repository url in format https://github.com/[user]/[repo] and it will be automatically resolved to docker-compose.yaml file in master branch. Any other URL provided must return docker-compose.yaml file contents. If project with the same name already exists, existing project will be replaced.
2828

2929
### Example
3030

@@ -216,7 +216,7 @@ getProjectListV1($virtualMachineId): \Hostinger\Model\VPSV1DockerManagerProjectR
216216

217217
Get project list
218218

219-
Retrieves a list of all Docker Compose projects currently deployed on the virtual machine. This endpoint returns basic information about each project including name, status, and file path. Use this to get an overview of all Docker projects on your VPS instance.
219+
Retrieves a list of all Docker Compose projects currently deployed on the virtual machine. This endpoint returns basic information about each project including name, status, file path and list of containers with details about their names, image, status, health and ports. Container stats are omitted in this endpoint. If you need to get detailed information about container with stats included, use the `Get project containers` endpoint. Use this to get an overview of all Docker projects on your VPS instance.
220220

221221
### Example
222222

docs/Model/VPSV1DockerManagerContainerResource.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
1010
**command** | **string** | Command being executed inside the container (may be truncated with ...) |
1111
**status** | **string** | Human-readable container status including uptime, exit codes, or error information |
1212
**state** | **string** | Programmatic container lifecycle state for automated processing |
13+
**health** | **string** | Container health status |
1314
**ports** | [**\Hostinger\Model\VPSV1DockerManagerContainerPortResource[]**](VPSV1DockerManagerContainerPortResource.md) | Array of [`VPS.V1.DockerManager.ContainerPortResource`](#model/vpsv1dockermanagercontainerportresource) |
1415
**stats** | [**\Hostinger\Model\VPSV1DockerManagerContainerStatsResource**](VPSV1DockerManagerContainerStatsResource.md) | |
1516

docs/Model/VPSV1DockerManagerContentResource.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**content** | **string** | Contents of docker-compose file |
8+
**environment** | **string** | Project environment variables |
89

910
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

docs/Model/VPSV1DockerManagerProjectResource.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ Name | Type | Description | Notes
88
**status** | **string** | Raw output from docker compose ps command showing service count and states |
99
**state** | **string** | Derived project state parsed from the raw docker compose status |
1010
**path** | **string** | Full filesystem path to the docker-compose.yml file |
11+
**containers** | [**\Hostinger\Model\VPSV1DockerManagerContainerResource[]**](VPSV1DockerManagerContainerResource.md) | Array of [`VPS.V1.DockerManager.ContainerResource`](#model/vpsv1dockermanagercontainerresource) |
1112

1213
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

docs/Model/VPSV1VirtualMachineDockerManagerUpRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**projectName** | **string** | Docker Compose project name using alphanumeric characters, dashes, and underscores only |
88
**content** | **string** | URL pointing to docker-compose.yaml file, Github repository or raw YAML content of the compose file |
9+
**environment** | **string** | Project environment variables |
910

1011
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

src/Api/BillingCatalogApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Hostinger API PHP SDK
77
*
8-
* API Version: 0.0.97
8+
* API Version: 0.0.98
99
* @url https://github.com/hostinger/api-php-sdk
1010
*
1111
* NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!

src/Api/BillingOrdersApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Hostinger API PHP SDK
77
*
8-
* API Version: 0.0.97
8+
* API Version: 0.0.98
99
* @url https://github.com/hostinger/api-php-sdk
1010
*
1111
* NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!

src/Api/BillingPaymentMethodsApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Hostinger API PHP SDK
77
*
8-
* API Version: 0.0.97
8+
* API Version: 0.0.98
99
* @url https://github.com/hostinger/api-php-sdk
1010
*
1111
* NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!

src/Api/BillingSubscriptionsApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Hostinger API PHP SDK
77
*
8-
* API Version: 0.0.97
8+
* API Version: 0.0.98
99
* @url https://github.com/hostinger/api-php-sdk
1010
*
1111
* NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!

src/Api/DNSSnapshotApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Hostinger API PHP SDK
77
*
8-
* API Version: 0.0.97
8+
* API Version: 0.0.98
99
* @url https://github.com/hostinger/api-php-sdk
1010
*
1111
* NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!

0 commit comments

Comments
 (0)