All URIs are relative to https://api.uptrends.com/v4
Method | HTTP request | Description |
---|---|---|
CheckpointGetAllCheckpoints | Get /Checkpoint | Returns all the checkpoints that are not deleted |
CheckpointGetCheckpoint | Get /Checkpoint/{checkpointId} | Returns the specified checkpoint, deleted or not |
CheckpointRegionGetAllCheckpointRegions | Get /CheckpointRegion | Returns all the checkpoint regions. |
CheckpointRegionGetCheckpointRegionCheckpoints | Get /CheckpointRegion/{checkpointRegionId}/Checkpoint | Returns the checkpoints for the specified checkpoint region. |
CheckpointRegionGetSpecifiedCheckpointRegion | Get /CheckpointRegion/{checkpointRegionId} | Returns the specified checkpoint region. |
CheckpointServerGetAllServerIpv4Addresses | Get /Checkpoint/Server/Ipv4 | Anonymous call that returns all the IPv4 addresses of all the checkpoint servers. |
CheckpointServerGetAllServerIpv6Addresses | Get /Checkpoint/Server/Ipv6 | Anonymous call that returns all the IPv6 addresses of all the checkpoint servers. |
CheckpointServerGetServer | Get /Checkpoint/Server/{serverId} | Returns the requested checkpoint server. |
PrivateCheckpointHealthGetPrivateCheckpointHealthForRegion | Get /PrivateCheckpointHealthForRegion | Returns the status of the private checkpoints in the given region. |
PrivateCheckpointHealthGetSpecifiedPrivateCheckpointHealth | Get /PrivateCheckpointHealth | Returns the status of the specified private checkpoints. |
CheckpointListResponse CheckpointGetAllCheckpoints(ctx, ) Returns all the checkpoints that are not deleted
This endpoint does not need any parameter.
- Content-Type: application/json, application/xml
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
CheckpointResponse CheckpointGetCheckpoint(ctx, checkpointId) Returns the specified checkpoint, deleted or not
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
checkpointId | int32 | The Id of the requested checkpoint. |
- Content-Type: application/json, application/xml
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]CheckpointRegion CheckpointRegionGetAllCheckpointRegions(ctx, ) Returns all the checkpoint regions.
This endpoint does not need any parameter.
- Content-Type: application/json, application/xml
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Checkpoint CheckpointRegionGetCheckpointRegionCheckpoints(ctx, checkpointRegionId) Returns the checkpoints for the specified checkpoint region.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
checkpointRegionId | int32 | The id for the specified checkpoint region. |
- Content-Type: application/json, application/xml
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
CheckpointRegion CheckpointRegionGetSpecifiedCheckpointRegion(ctx, checkpointRegionId) Returns the specified checkpoint region.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
checkpointRegionId | int32 | The id for the specified checkpoint region. |
- Content-Type: application/json, application/xml
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
ListStringResponse CheckpointServerGetAllServerIpv4Addresses(ctx, ) Anonymous call that returns all the IPv4 addresses of all the checkpoint servers.
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json, application/xml
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
ListStringResponse CheckpointServerGetAllServerIpv6Addresses(ctx, ) Anonymous call that returns all the IPv6 addresses of all the checkpoint servers.
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json, application/xml
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
CheckpoinServerResponse CheckpointServerGetServer(ctx, serverId) Returns the requested checkpoint server.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
serverId | int32 | The Id of the requested server. |
- Content-Type: application/json, application/xml
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
CheckpointsHealth PrivateCheckpointHealthGetPrivateCheckpointHealthForRegion(ctx, regionId) Returns the status of the private checkpoints in the given region.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
regionId | int32 | The id of the region. |
- Content-Type: application/json, application/xml
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
CheckpointsHealth PrivateCheckpointHealthGetSpecifiedPrivateCheckpointHealth(ctx, optional) Returns the status of the specified private checkpoints.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *CheckpointApiPrivateCheckpointHealthGetSpecifiedPrivateCheckpointHealthOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a CheckpointApiPrivateCheckpointHealthGetSpecifiedPrivateCheckpointHealthOpts struct
Name | Type | Description | Notes |
---|---|---|---|
filter | optional.String | [default to ] |
- Content-Type: application/json, application/xml
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]