# Create a risk rating job Creates a new risk rating job. Endpoint: POST /v1alpha/entities/{entity}/individualEntityRiskRatingJobs Version: v1alpha Security: oauth2_client_credentials, oauth2_authorization_code ## Path parameters: - `entity` (string, required) The entity id. ## Query parameters: - `individualEntityRiskRatingJobId` (string, required) REQUIRED. The ID to use for the job, which will become the final component of the job's resource name. This value should be 4-63 characters, and valid characters are /a-z-/. ## Request fields (application/json): - `name` (string) (IDENTIFIER) Output only. The resource name of the job. Format: entities/-/individualEntityRiskRatingJobs/{individual_entity_risk_rating_job} correct_name_format // name must follow format 'entities/-/individualEntityRiskRatingJobs/*' string.example = ["entities/-/individualEntityRiskRatingJobs/risk-rating-2024-0127-743891"] ## Response 200 fields (application/json): - `name` (string) (IDENTIFIER) Output only. The resource name of the job. Format: entities/-/individualEntityRiskRatingJobs/{individual_entity_risk_rating_job} correct_name_format // name must follow format 'entities/-/individualEntityRiskRatingJobs/*' string.example = ["entities/-/individualEntityRiskRatingJobs/risk-rating-2024-0127-743891"] - `createTime` (string) Output only. The timestamp when the job was created. - `updateTime` (string) Output only. The timestamp when the job was most recently updated.