VPS.org API

ಪರೀಕ್ಷಕ API ದಸ್ತಾವೇಜೀಕರಣQuery

ಸ್ಥಳಗಳ API

Retrieve information about available datacenter locations for VPS deployment.

ಅಂತ್ಯಬಿಂದುಗಳು 1 endpoint
ಬೇಸ್ ಪಾತ್ /api/v1/locations
ಪಡೆಯಿರಿ /api/v1/locations/

ಎಲ್ಲಾ ಸ್ಥಳಗಳನ್ನು ಪಟ್ಟಿ ಮಾಡಿ

ಲಭ್ಯವಿರುವ ಎಲ್ಲಾ ದತ್ತ ಮಧ್ಯವರ್ತಿಗಳ ಪಟ್ಟಿಯನ್ನು ಇಲ್ಲಿ ನೀವು ತೆಗೆದು ಹಾಕಬಹುದು. ಇಲ್ಲಿ ನೀವು VPS ಪರಿಚಾರಕಗಳನ್ನು (server) ಪರಿಶೀಲಿಸಬಹುದು.

ಪ್ರಶ್ನೆ ನಿಯತಾಂಕಗಳು

ಮಾಪನಾಂಕ ನಿರ್ಣಯ (ಕ್ಯಾಲಿಬ್ರೇಷನ್) ಪ್ರಕಾರ ಅಗತ್ಯವಿದೆ ವಿವರಣೆ
region string ಇಲ್ಲ Filter by region: north-america, europe, asia, oceania
available boolean ಇಲ್ಲ Show only locations currently accepting new servers

ಉದಾಹರಣೆ ವಿನಂತಿ

cURL
Python
JavaScript
PHP
curl -X GET "https://admin.vps.org/api/v1/locations/" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json"
import requests

url = "https://admin.vps.org/api/v1/locations/"
headers = {
    "Authorization": "Bearer YOUR_API_TOKEN",
    "Content-Type": "application/json"
}

response = requests.get(url, headers=headers)
print(response.json())
const response = await fetch('https://admin.vps.org/api/v1/locations/', {
  method: 'GET',
  headers: {
    'Authorization': 'Bearer YOUR_API_TOKEN',
    'Content-Type': 'application/json'
  }
});

const locations = await response.json();
console.log(locations);
$ch = curl_init('https://admin.vps.org/api/v1/locations/');
curl_setopt($ch, CURLOPT_HTTPHEADER, [
    'Authorization: Bearer YOUR_API_TOKEN',
    'Content-Type: application/json'
]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

$response = curl_exec($ch);
$locations = json_decode($response, true);
curl_close($ch);

ಉದಾಹರಣೆ ಪ್ರತಿಕ್ರಿಯೆ

{
  "count": 8,
  "results": [
    {
      "id": 1,
      "name": "New York",
      "slug": "ny-usa",
      "country": "United States",
      "country_code": "US",
      "city": "New York",
      "region": "north-america",
      "continent": "North America",
      "available": true,
      "latitude": 40.7128,
      "longitude": -74.0060,
      "network_provider": "Digital Realty",
      "features": [
        "100% Uptime SLA",
        "DDoS Protection",
        "IPv6 Support",
        "Private Networking",
        "Low Latency to US East Coast"
      ],
      "average_latency_ms": {
        "us-east": 2,
        "us-west": 75,
        "europe": 85,
        "asia": 220
      }
    },
    {
      "id": 2,
      "name": "San Francisco",
      "slug": "sf-usa",
      "country": "United States",
      "country_code": "US",
      "city": "San Francisco",
      "region": "north-america",
      "continent": "North America",
      "available": true,
      "latitude": 37.7749,
      "longitude": -122.4194,
      "network_provider": "Equinix",
      "features": [
        "100% Uptime SLA",
        "DDoS Protection",
        "IPv6 Support",
        "Private Networking",
        "Low Latency to US West Coast & Asia"
      ],
      "average_latency_ms": {
        "us-east": 75,
        "us-west": 2,
        "europe": 150,
        "asia": 120
      }
    },
    {
      "id": 3,
      "name": "London",
      "slug": "lon-uk",
      "country": "United Kingdom",
      "country_code": "GB",
      "city": "London",
      "region": "europe",
      "continent": "Europe",
      "available": true,
      "latitude": 51.5074,
      "longitude": -0.1278,
      "network_provider": "Telehouse",
      "features": [
        "100% Uptime SLA",
        "DDoS Protection",
        "IPv6 Support",
        "Private Networking",
        "GDPR Compliant",
        "Low Latency to Europe"
      ],
      "average_latency_ms": {
        "us-east": 85,
        "us-west": 150,
        "europe": 5,
        "asia": 180
      }
    },
    {
      "id": 4,
      "name": "Frankfurt",
      "slug": "fra-de",
      "country": "Germany",
      "country_code": "DE",
      "city": "Frankfurt",
      "region": "europe",
      "continent": "Europe",
      "available": true,
      "latitude": 50.1109,
      "longitude": 8.6821,
      "network_provider": "Interxion",
      "features": [
        "100% Uptime SLA",
        "DDoS Protection",
        "IPv6 Support",
        "Private Networking",
        "GDPR Compliant",
        "Central European Location"
      ],
      "average_latency_ms": {
        "us-east": 95,
        "us-west": 160,
        "europe": 3,
        "asia": 200
      }
    },
    {
      "id": 5,
      "name": "Singapore",
      "slug": "sgp-sg",
      "country": "Singapore",
      "country_code": "SG",
      "city": "Singapore",
      "region": "asia",
      "continent": "Asia",
      "available": true,
      "latitude": 1.3521,
      "longitude": 103.8198,
      "network_provider": "Equinix",
      "features": [
        "100% Uptime SLA",
        "DDoS Protection",
        "IPv6 Support",
        "Private Networking",
        "Low Latency to Asia Pacific"
      ],
      "average_latency_ms": {
        "us-east": 250,
        "us-west": 180,
        "europe": 170,
        "asia": 5
      }
    },
    {
      "id": 6,
      "name": "Tokyo",
      "slug": "tok-jp",
      "country": "Japan",
      "country_code": "JP",
      "city": "Tokyo",
      "region": "asia",
      "continent": "Asia",
      "available": true,
      "latitude": 35.6762,
      "longitude": 139.6503,
      "network_provider": "Equinix",
      "features": [
        "100% Uptime SLA",
        "DDoS Protection",
        "IPv6 Support",
        "Private Networking",
        "Low Latency to East Asia"
      ],
      "average_latency_ms": {
        "us-east": 180,
        "us-west": 120,
        "europe": 240,
        "asia": 8
      }
    },
    {
      "id": 7,
      "name": "Sydney",
      "slug": "syd-au",
      "country": "Australia",
      "country_code": "AU",
      "city": "Sydney",
      "region": "oceania",
      "continent": "Oceania",
      "available": true,
      "latitude": -33.8688,
      "longitude": 151.2093,
      "network_provider": "NextDC",
      "features": [
        "100% Uptime SLA",
        "DDoS Protection",
        "IPv6 Support",
        "Private Networking",
        "Low Latency to Australia & New Zealand"
      ],
      "average_latency_ms": {
        "us-east": 210,
        "us-west": 140,
        "europe": 280,
        "asia": 120
      }
    },
    {
      "id": 8,
      "name": "Toronto",
      "slug": "tor-ca",
      "country": "Canada",
      "country_code": "CA",
      "city": "Toronto",
      "region": "north-america",
      "continent": "North America",
      "available": true,
      "latitude": 43.6532,
      "longitude": -79.3832,
      "network_provider": "Cologix",
      "features": [
        "100% Uptime SLA",
        "DDoS Protection",
        "IPv6 Support",
        "Private Networking",
        "Data Sovereignty (Canada)"
      ],
      "average_latency_ms": {
        "us-east": 20,
        "us-west": 65,
        "europe": 90,
        "asia": 210
      }
    }
  ]
}

ಪ್ರತಿಕ್ರಿಯೆ ಕ್ಷೇತ್ರಗಳು

ಕ್ಷೇತ್ರ ಪ್ರಕಾರ ವಿವರಣೆ
id integer Unique location identifier
name string Human-readable location name
slug string URL-friendly location identifier
country string Country name
country_code string ISO 3166-1 alpha-2 country code
city string City name
region string Geographic region (north-america, europe, asia, oceania)
continent string Continent name
available boolean Whether location is accepting new servers
latitude decimal Geographic latitude
longitude decimal Geographic longitude
network_provider string Datacenter/network provider name
features array List of location-specific features
average_latency_ms object Average latency in milliseconds to major regions

ಪ್ರತಿಕ್ರಿಯೆ ಸ್ಥಿತಿ ಕೋಡ್‌ಗಳು

200 ಸ್ಥಳಗಳ ಪಟ್ಟಿಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಮರುಪಡೆಯಲಾಗಿದೆ.
401 ಅನಧಿಕೃತ - ಅಮಾನ್ಯ ಅಥವಾ ಕಾಣೆಯಾದ ದೃಢೀಕರಣ ಟೋಕನ್

Choosing the Right Location

ಗುರಿ ಆವರಿಕೆಗಳಿಂದ

Target Audience Recommended Locations Why
US East Coast Users New York, Toronto Lowest latency (2-20ms), close proximity
US West Coast Users San Francisco Lowest latency (2ms), silicon valley connectivity
European Users London, Frankfurt GDPR compliant, low latency (3-5ms) across Europe
Asian Users Singapore, Tokyo Best connectivity to Asia Pacific region (5-8ms)
Australian/NZ Users Sydney Only Oceania location, lowest latency to Australia
Global Audience Multiple locations with load balancing Deploy in 2-3 regions for global coverage

ಅರ್ಹತೆಗಳ ಮೂಲಕ

ಜಾಲ ಕಾರ್ಯಕ್ಷಮತೆComment

ಬಜೆಟ್‌ಗಳಿಗೆ ಅತಿ ಕಡಿಮೆ ಸುರಕ್ಷೆ
  • ಉತ್ತರ ಅಮೆರಿಕ: ನ್ಯೂ ಯಾರ್ಕ್ ಯುಎಸ್‌ ಪೂರ್ವಕ್ಕೆ (2 ms), ಸಾನ್ ಫ್ರಾನ್ಸಿಸ್ಕೊ (2 ms)
  • ಯೂರೋಪ್: ಫ್ರಾಂಕ್‌ಫರ್ಟ್ (3ms), ಲಂಡನ್ (5ms)
  • ಏಷ್ಯಾ: ಸಿಂಗಪೂರ್ (೫ಎಮ್ಸ್), ಟೋಕಿಯೋ (8ms)
  • ಒಹಾಯೋ: ಸಿಡ್ನಿ (ದಯವತ್ತು ಮಾತ್ರ)
ಸಾರ್ವತ್ರಿಕ ವಿತರಣೆಯಲ್ಲಿ ಉತ್ತಮ
  1. ಪ್ರಾಥಮಿಕ: ನ್ಯೂ ಯಾರ್ಕ್ ಅಥವಾ ಸ್ಯಾನ್ ಫ್ರಾನ್ಸಿಸ್ಕೊName
  2. ಅಪ್ರಮುಖ: ಲಂಡನಿನ ಅಥವಾ ಫ್ರಾ್ಯಂಕ್‌ಫರ್ಟ್ (ಇರೋಪೇಪರ್‌ ಕೇಸ್‌)
  3. ದಶಾಂಶ: ಸಿಂಗಪೂರ್‌ ಅಥವಾ ಟೋಕಿಯೋ (ಆಸ್ಯ ನೃತ್ಯ)
ಪ್ರೋಗ್ರಾಮ್‌ ಸುಳಿವುಗಳು: ಬಹುಮಾಧ್ಯಮ- ದೂರವಾಣಿ ಅನ್ವಯಗಳಿಗೆ, ಅನೇಕ ಸ್ಥಳಗಳಿಗೆ, ಸ್ವಯಂಚಾಲಿತ ವೈಫಲ್ಯ ಮತ್ತು ಭೂಪ್ರದೇಶದ ಹೆಣೆಯುವಿಕೆಗೆ ಸ್ವಯಂಚಾಲಿತ ವೈಫಲ್ಯವನ್ನುಂಟು ಮಾಡುತ್ತದೆ.

ದತ್ತ ಕೇಂದ್ರ

ಶಿಷ್ಟ ವೈಶಿಷ್ಟ್ಯಗಳು (ಎಲ್ಲ ಸ್ಥಳಗಳು)

  • ✓ Teer III ಅಥವಾ ಮೇಲಿನ ದತ್ತ ಕೇಂದ್ರಗಳು
  • ✓ ೧೦೦% ಪ್ರಾದೇಶಿಕ SLA
  • ✓ ಪೂರ್ಣಸಾಧಕ ಶಕ್ತಿ (N+1 ಅಥವ 2N)
  • ✓ ಮಬ್ಬಾದ ತಣ್ಣನೆಯ ತಣ್ಣನೆಯು
  • ✓ 24/7 ಭೌತಿಕ ಸುರಕ್ಷತೆ
  • ✓ ಭಿನ್ನವಾದ ನಿಲುಕಣೆ ನಿಯಂತ್ರಣಗಳು
  • ✓ DOS ಸಂರಕ್ಷಣೆ (pop up 10 Tbsps mitignature)
  • ✓ IPv4 ಹಾಗು IPv6 ಬೆಂಬಲ
  • ✓ ಖಾಸಗಿ ಜಾಲಬಂಧ (VLAN)
  • ✓ 10 Gbsp+ ಜಾಲಬಂಧ ಬೆನ್ನೆಲುಗಿದೆ
  • ✓ ಅನೇಕ ಪ್ಯಾಕೇಜಿನ ಪೂರೈಕೆದಾರರು
  • ✓ ಪ್ರಮುಖ ಜಾಲಬಂಧಗಳನ್ನು ಹೊಂದಿರುವ BGP ವೀಕ್ಷಣೆ

ಜಾಲ ಪೂರೈಕೆದಾರ (provider)

ಸ್ಥಳ ಪೂರೈಕೆದಾರ (provider) ಟೈಅರ್ ಟಿಪ್ಪಣಿಗಳುplasma name
New York Digital Realty Tier III Major internet exchange point
San Francisco Equinix Tier III Silicon Valley connectivity hub
London Telehouse Tier III LINX (London Internet Exchange)
Frankfurt Interxion Tier III DE-CIX (world's largest IXP)
Singapore Equinix Tier III Asia Pacific connectivity hub
Tokyo Equinix Tier III JPIX and JPNAP peering
Sydney NextDC Tier III Oceania's largest datacenter
Toronto Cologix Tier III Canadian data sovereignty

Location Migration & Multi-Region Deployment

ತಾಣಗಳ ನಡುವೆ ನಡೆಯುವುದುComment

ನಿಮ್ಮ VPS ಅನ್ನು ಬೇರೆ ಬೇರೆ ಸ್ಥಳಕ್ಕೆ ಸ್ಥಳಾಂತರಿಸಬಹುದು

  1. ನಿಮ್ಮ ಅಸ್ತಿತ್ವದಲ್ಲಿರುವ VPS ನ ಒಂದು ಉಪವ್ಯವಸ್ಥ್ಯೆಯನ್ನು ಸೃಷ್ಟಿಸು
  2. ಗುರಿಯ ಸ್ಥಳದಲ್ಲಿ ಒಂದು ಹೊಸ VPS ಅನ್ನು ಸೃಷ್ಟಿಸು
  3. ಸಾಂದರ್ಭಿಕವನ್ನು ಹೊಸ VPS ಗೆ ಮರಳಿ ಸ್ಥಾಪಿಸು
  4. ಹೊಸ IP ಗೆ ತೆರೆಯಲು DNS ದಾಖಲೆಗಳನ್ನು ಅಪ್‌ಡೇಟ್ ಮಾಡು
  5. ಹಳೆಯ VPS ಅನ್ನು ಒಂದು ಸಮಯದಲ್ಲಿ ವಿಸರ್ಜಿಸಲಾಗಿದ್ದಲ್ಲಿ ಅಳಿಸಿ ಹಾಕು
ಸೂಚನೆ: ಒಂದು ಹೊಸ ಸ್ಥಳಕ್ಕೆ ಸ್ಥಳಾಂತರಿಸುವುದು ಒಂದು ಹೊಸ IP ವಿಳಾಸದಲ್ಲಿ ಫಲಿಸುತ್ತದೆ. DNS ಆವರ್ತನಗೊಳಿಕೆಯ ಸಮಯ (ಪೂರ್ಣ ಭೌಗೋಳಿಕ ಆವರ್ತನಕ್ಕೆ ಕ್ರಮಬದ್ಧವಾಗಿ 24- 48 ತಾಸುಗಳನ್ನು).

ಬಹು- ಅಂತರಾಯಕ

ಹೆಚ್ಚು ಅಗತ್ಯವಿರುವಲ್ಲಿ ಮತ್ತು ಭೂವ್ಯಾಪಕವಾಗಿ ಸಿಗಬೇಕಾದರೆ, ಬೇರೆ ಬೇರೆ ಕಡೆಗಳಲ್ಲಿ ಕಾರ್ಯನಿರ್ವಹಿಸುವುದು:

ಕೇಸ್‌ಗಳನ್ನು ಬಳಸು
  • ಸಾರ್ವತ್ರಿಕ ವಿಷಯ ಪೂರೈಕೆದಾರ
  • ಭೂಗೋಳ ಉತ್ಪತ್ತಿ ಅಳೆಯುವಿಕೆ
  • ವಿಪತ್ತು ಪರಿಹಾರ
  • ದತ್ತ ಅನುಕ್ರಮಿತ ನಿಯಮಗಳೊಂದಿಗೆ ಹೊಂದಾಣಿಕೆಯನ್ನು ಮಾಡಿ
  • ಅಂತರಾಯದ ಬಳಕೆದಾರರಿಗೆ (ವರ್ಚುಯಲ್) ಅಲ್ಪಾವಧಿಯ (ಅಕ್ಸೆಸಿಬಿಲಿಟಿ) Name
ಅನ್ವಯಿಸುವಿಕೆ
  • DNS- ಆಕ್ಷೇಪಣಾ (ಲೋಡ್) ಸಮನ್ವಯ (GEODNS)
  • CDN ಒಗ್ಗೂಡಿಕೆ (ಚೂಡ್ಫೇರ್, ಇತರೆ)
  • ಪ್ರದೇಶಗಳಾದ್ಯಂತ ದತ್ತಸಂಚಯದ ಪುನರಾವರ್ತನೆComment
  • ಹಂಚಲಾದ ಶೇಖರಣಾ ಪರಿಹಾರಗಳು
  • ಅನ್ವಯ- ಹಂತದ ವೈಫಲ್ಯ( ಹಂತ) ವಿಫಲವಾಯಿತು
Need help with multi-region deployment? Contact our solutions team at solutions@vps.org for architecture consulting.