SDK(Software Development Toolkit) description

Synaps provides following two types of SDK.

User SDK

Synaps provides AWS CloudWatch compatible APIs so that users can use AWS CloudWatch SDKs. Synaps does not provide Synaps-specialized SDK for users.

Admin SDK

Synaps has its own SDK which is a spin-off of AWS SDK for Java (v1.3.12) to call admin APIs. If a user who does not have synapsadmin or novaadmin role calls Synaps APIs, he (or she) will get 400 error message.

Administrators can

  • pass ProjectId parameter for every APIs, so that they can access data in any project.
  • put metric data which have their namespace start with reserved word for their services (e.g. “OPENSTACK/” or “SPCS/”). see PutMetricData.
  • put alarm which have their name start with reserved word for their services.

Table Of Contents

Previous topic

Admin API Specificaton

Next topic

Synaps SDK User Guide

This Page