Foundational GET all handler for: llm-model-deployment-access This table is used to track access grants to an LLM Model Deployment to a user or user group. ID: NUMBER: This is the Primary Key (Numeric) of the LLM Model Deployment Access record CEPHISSO_PLATFORM_ACCOUNTS_ID: NUMBER: This is the Sphere in which this access grant is made CEPHISSO_PLATFORM_USER_GROUPS_ID: NUMBER: This is the User Group that Deployment Access is granted to CEPHISSO_PLATFORM_USERS_ID: NUMBER: This is the Platform User that this LLM Model Deployment Access is given to LLM_MODEL_DEPLOYMENTS_ID: NUMBER: This is the LLM Model Deployment that this access grant is for SYSTEM_GUID: VARCHAR2(36): This is used to track a unique identifier for a system specificaly a System GUID generated by SYSGUID() UUID: VARCHAR2(36): This is the UUID for this record METADATA: JSON: This is a JSON metadata field DATA_LINEAGE: JSON: This field includes any specifications about where the source system is any external identifier time last updated etc UDFS: JSON: This is used to track the UDFs (User Defined Fields) that might get added CREATED_ON: DATE: The Date-time that this record was created CREATED_BY: VARCHAR2(255): The User ID of the user account that created this record LAST_UPDATED_ON: DATE: This is the Date-time when this record was Last Updated LAST_UPDATED_BY: VARCHAR2(255): The User ID of the user account who last updated this record
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/llm-model-deployment-access'
Response Response Example
{"items":[{}]}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.