Tenant configurations
Required scopes
This endpoint requires the following scopes:
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired
Your Emporix tenant name.
Note: The tenant should always be written in lowercase.
Query parameters
keysstringOptional
Responses
200
OK
application/json
get
/configuration/{tenant}/configurations200
OK
Required scopes
This endpoint requires the following scopes:
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired
Your Emporix tenant name.
Note: The tenant should always be written in lowercase.
Bodyall of[]
Responses
201
Created
application/json
400
Bad Request
application/json
409
Conflict
application/json
post
/configuration/{tenant}/configurationsRequired scopes
This endpoint requires the following scopes:
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired
Your Emporix tenant name.
Note: The tenant should always be written in lowercase.
propertyKeystringRequired
Desired configuration key.
Responses
200
OK
application/json
404Error
application/json
get
/configuration/{tenant}/configurations/{propertyKey}Required scopes
This endpoint requires the following scopes:
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired
Your Emporix tenant name.
Note: The tenant should always be written in lowercase.
propertyKeystringRequired
Desired configuration key.
Body
Responses
200
OK
application/json
400
Bad Request
application/json
409
Conflict
application/json
put
/configuration/{tenant}/configurations/{propertyKey}Required scopes
This endpoint requires the following scopes:
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired
Your Emporix tenant name.
Note: The tenant should always be written in lowercase.
propertyKeystringRequired
Desired configuration key.
Responses
204
No Content
400
Bad Request
application/json
404
Not Found
application/json
delete
/configuration/{tenant}/configurations/{propertyKey}No content
Last updated
Was this helpful?

