Get

Request specific product details

GET https://api.netcon.dk/projects/:projectId/products/:productId

Path Parameters

Headers

{
    "_id": String,
    "project": String,
    "type": String,
    "openId": String,
    "name": String,
    "status": String,
    "online": Boolean,
    "created": Number, //Unix (ms)
    "network": {
        "macaddress": String,
        "ipv4": {
            "ip": String,
            "gateway": String,
            "subnet": String,
            "type": String
        },
        "ipv6": {
            "ip": String
        },
        "floating": []
    },
    "package": {
        "series": String,
        "name": String,
        "cores": Number,
        "memory": Number,
        "storage": Number, //Storage in mb
        "internet": Number, //Speed in Mbit
        "price": Number //Price * 100
    },
    "datacenter": String,
    "node": String,
    "renew": Number, //Unix (ms)
    "image": {
        "long": String,
        "short": String,
        "flavor": String,
        "version": String,
        "icon": String //MDI Icon
    },
    "usage": {
        "cpu": Number,
        "ram": Number
    },
    "password": String,
    "subscription": String
}

Last updated