Get ACE File Types
Use this API to get list of all ACE supported file types.
API
/cemli/v1/files/types
Scope and AuthZ
- You must have
mcs:oci:api:User
scope to access this API. - You can use CEMLI Metadata API only if your customer has opted-in for CEMLI functionality.
Headers
- Authorization: Bearer <Token>
Where <Token> is the OAUTH token returned by the Authorization Server (JWT Token).
- Identifier: <JWKS Identifier>
Where <JWKS Identifier> is the GUID generated when JWKS URI is set by customer admin in self-service platform.
Base Path
/cemli/v1/
Functionality
- This API fetches the list all supported file types in ACE.
- You can get the key value pair in response where key is the type and value is its description.
Verb
GET
Sample response
{
"bmp": "Bitmap Image",
"c_pks": "Custom Package Spec",
"html": "Hypertext Markup",
"oa_java_type": "Copy and deploy Java classes and BC4J XML objects",
"shell": "Shell Script Copy Only"
}