InformationApi
Method
HTTP request
Description
getInfo
Examples
const ionoscloud = require('@ionos-cloud/sdk-nodejs-cert-manager');
// setup authorization
const config = new ionoscloud.Configuration({
username: 'YOUR_USERNAME',
password: 'YOUR_PASSWORD',
apiKey: 'YOUR_API_KEY'
});
const api_instance = new ionoscloud.InformationApi(config);
// Get the Service API Information
api_instance
.getInfo()
.then((response) => console.log(response.data))
.catch((error) => console.log(error.response.data));Parameters
Return type
Authorization
HTTP request headers
getJsonOpenApiSpec
Examples
Parameters
Return type
Authorization
HTTP request headers
getYamlOpenApiSpec
Examples
Parameters
Return type
Authorization
HTTP request headers
Last updated
