Tools

Extract Certificate from PFX File

post

When given a PFX file, extracts and returns the certificate body and private key

Body
fileNamestring · binaryRequired
passwordstringOptional

Required if the certificate is password-protected

Responses
chevron-right
200

Request was successful

application/json
Responseany
post
/api/v4.3/tools/certificates/extractpfx

No content

Extract Certificate from PEM File

post

When given a PEM file, extracts and returns the certificate body

Body
fileNamestring · binaryRequired
passwordstringOptional

Required if the certificate is password-protected

Responses
chevron-right
200

Request was successful

application/json
Responseany
post
/api/v4.3/tools/certificates/extractpem

No content

Extract Certificate from DER File

post

When given a DER file, extracts and returns the certificate body

Body
fileNamestring · binaryRequired
passwordstringOptional

Required if the certificate is password-protected

Responses
chevron-right
200

Request was successful

application/json
Responseany
post
/api/v4.3/tools/certificates/extractder

No content

Get Planet DNS information

get

Get DNS zone ID and predefined records

Responses
chevron-right
200

Successfully retrieved DNS information

application/json
Responseany
get
/api/v4.3/tools/dns-information

No content

Publish

put

Publish the current version of the specified configuration to the system storage bucket. By default, the name and url of the bucket are 'prod' and 'gs://rbz-$PLANETNAME-config/prod'. These values are also available in the console; navigate to System -> System DB -> select the system namespace -> publishinfo -> the buckets settings. Also, only one publish operation can occur at a time. If a 503 error is received, the previous operation has not yet finished, so the publish command should be resent until it is successful.

Path parameters
configstringRequired
Bodyobject · ToolsPublishConfigPutRequest[]
namestringOptional
urlstringOptional
Responses
chevron-right
200

Configuration published successfully

application/json
put
/api/v4.3/tools/publish/{config}

Last updated

Was this helpful?