Usługa

Aby pobrać szczegóły usługi, wyślij zapytanie GET

GET https://365.exea.pl/api/v4/services/{{serviceId}}
Accept: application/json
Authorization: Bearer {{token}}

Przykładowa odpowiedź

HTTP/1.1 200 OK

{
    "id": "9b4994a4-6d52-487a-9aba-d56afca25bad",
    "status": 3,
    "status_description": "The service is delivered.",
    "name": "ipspace_08_02",
    "project_id": "46ac4576-6f2c-469d-aec6-6a7c86b93a30",
    "product_id": "9b459802-7d7f-49c5-8707-8bbfe1bd48b9",
    "created_at": "2024-02-08 15:41:27",
    "service_components": [
        {
            "name": "CPU",
            "quantity": 1,
            "unit": null
        },
        {
            "name": "RAM",
            "quantity": 1,
            "unit": "GB"
        },
        {
            "name": "HDD Archive",
            "quantity": 30,
            "unit": "GB"
        },
        {
            "name": "Edge Gateway NSX-T",
            "quantity": 1,
            "unit": null
        },
        {
            "name": "Bandwidth 100",
            "quantity": 1,
            "unit": null
        }
    ],
    "vdc": {
        "id": "cb56bfd6-4a1d-4a93-877c-bf5406d30adf",
        "service_id": "9b4994a4-6d52-487a-9aba-d56afca25bad",
        "name": "Org_bph9cfh2_ipspace_08_02",
        "vcd_org_id": "d9e9f578-2c85-46fe-a3da-be19b81fb5ef",
        "created_at": "2024-02-08 15:41:39",
        "edge_gateways": [
            {
                "id": "62e1302c-3dca-41cd-be45-fb6d9893561c",
                "name": "Org_bph9cfh2_ipspace_08_02_Edge_001",
                "vcloud_vdc_id": "cb56bfd6-4a1d-4a93-877c-bf5406d30adf",
                "type": "NSXT_BACKED",
                "gateway_qos_profile_id": "100Mbps",
                "created_at": "2024-02-08 15:44:22"
            }
        ],
        "storage_profiles": [
            {
                "id": "0054a6d5-0360-4426-8fe4-3184ac97366b",
                "name": "hdd archive storage policy",
                "vcloud_vdc_id": "cb56bfd6-4a1d-4a93-877c-bf5406d30adf",
                "limit": 30720,
                "default": 1,
                "enabled": 1,
                "units": "MB",
                "storage_used_mb": 0
            }
        ]
    }
}