All URIs are relative to https://api.equinix.com
Method | HTTP request | Description |
---|---|---|
CreateTimeServices | Post /fabric/v4/timeServices | Create time service |
DeleteTimeServiceById | Delete /fabric/v4/timeServices/{serviceId} | Delete time service |
GetTimeServicesById | Get /fabric/v4/timeServices/{serviceId} | Get time service |
GetTimeServicesConnectionsByServiceId | Get /fabric/v4/timeServices/{serviceId}/connections | Get Conn Links |
GetTimeServicesPackageByCode | Get /fabric/v4/timeServicesPackages/{packageCode} | Get package by Code |
GetTimeServicesPackages | Get /fabric/v4/timeServicesPackages | Get Packages |
UpdateTimeServicesById | Patch /fabric/v4/timeServices/{serviceId} | Patch time service |
PrecisionTimeServiceCreateResponse CreateTimeServices(ctx, body) Create time service
The API provides capability to create timing service
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
body | PrecisionTimeServiceRequest |
PrecisionTimeServiceCreateResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
PrecisionTimeServiceCreateResponse DeleteTimeServiceById(ctx, serviceId) Delete time service
Delete EPT service by it's uuid
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
serviceId | string | Service UUID |
PrecisionTimeServiceCreateResponse
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
PrecisionTimeServiceCreateResponse GetTimeServicesById(ctx, serviceId) Get time service
The API provides capability to get prevision timing service's details
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
serviceId | string | Service UUID |
PrecisionTimeServiceCreateResponse
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
PrecisionTimeServiceConnectionsResponse GetTimeServicesConnectionsByServiceId(ctx, serviceId) Get Conn Links
The API provides capability to get prevision timing service's details
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
serviceId | string | Service UUID |
PrecisionTimeServiceConnectionsResponse
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
PackageResponse GetTimeServicesPackageByCode(ctx, packageCode) Get package by Code
The API provides capability to get timing service's package by code
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
packageCode | string | Package Code |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
PrecisionTimeServicePackagesResponse GetTimeServicesPackages(ctx, ) Get Packages
The API provides capability to get timing service's packages
This endpoint does not need any parameter.
PrecisionTimeServicePackagesResponse
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
PrecisionTimeServiceCreateResponse UpdateTimeServicesById(ctx, body, serviceId) Patch time service
The API provides capability to update timing service
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
body | []PrecisionTimeChangeOperation | ||
serviceId | string | Service UUID |
PrecisionTimeServiceCreateResponse
- Content-Type: application/json-patch+json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]