amazonaws.com

The FinSpace management service provides the APIs for managing FinSpace environments.

🔑 oauth2 8 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

# Maven: see https://github.com/kwawk8/aws-sdk-android-aws-android-sdk-cloudwatch-src-main-java-com-amazonaws-services-cloudwatch-AmazonClo
# Maven: see https://github.com/Aashish-Chaturvedi/relaxed-amazonaws-sdk-extensionApi
# See https://github.com/lucee/osgi-bundle-com.amazonaws.aws-java-sdk-osgi
# See https://github.com/timanrebel/AmazonAWS
curl examples
A list of all of your FinSpace environments.
curl \
  -H "Authorization: $API_KEY" \
  http://finspace.us-east-1.amazonaws.com/environment
A list of all tags for a resource.
curl \
  -H "Authorization: $API_KEY" \
  http://finspace.us-east-1.amazonaws.com/tags/{resourceArn}
Returns the FinSpace environment object.
curl \
  -H "Authorization: $API_KEY" \
  http://finspace.us-east-1.amazonaws.com/environment/{environmentId}
Endpoints (8 total)
GET
/environment
A list of all of your FinSpace environments.
GET
/tags/{resourceArn}
A list of all tags for a resource.
GET
/environment/{environmentId}
Returns the FinSpace environment object.
POST
/environment
Create a new FinSpace environment.
POST
/tags/{resourceArn}
Adds metadata tags to a FinSpace resource.
PUT
/environment/{environmentId}
Update your FinSpace environment.
DELETE
/tags/{resourceArn}#tagKeys
Removes metadata tags from a FinSpace resource.
DELETE
/environment/{environmentId}
Delete an FinSpace environment.
Language coverage
Java
2
unknown
2
At a glance
Total SDKs4
Languages2
Endpoints8
Authoauth2
Categories1
http://finspace.us-east-1.amazonaws.com