PacketConfig

The configuration to launch an instance in Packet.

Resource Fields

Writeable Fields

Field Type Create Update Default Notes
apiKey string Optional Yes -  
billingCycle string Optional Yes -  
facilityCode string Optional Yes -  
os string Optional Yes -  
plan string Optional Yes -  
projectId string Optional Yes -  


Please read more about the common resource fields. These fields are read only and applicable to almost every resource. We have segregated them from the list above.

Operations

CreatePOST: /v1/packetConfigs

curl -u "${RANCHER_ACCESS_KEY}:${RANCHER_SECRET_KEY}" \
-X POST \
-H 'Content-Type: application/json' \
-d '{
	"apiKey": "string",
	"billingCycle": "string",
	"facilityCode": "string",
	"os": "string",
	"plan": "string",
	"projectId": "string"
}' 'http://${RANCHER_URL}:8080/v1/packetConfigs'
Edit this page