@@ -16804,7 +16804,7 @@ components:
1680416804 tests:
1680516805 description: Array of Synthetic tests configuration.
1680616806 items:
16807- $ref: '#/components/schemas/SyntheticsTestDetails '
16807+ $ref: '#/components/schemas/SyntheticsTestDetailsWithoutSteps '
1680816808 type: array
1680916809 type: object
1681016810 SyntheticsLocalVariableParsingOptionsType:
@@ -17835,7 +17835,7 @@ components:
1783517835 status:
1783617836 $ref: '#/components/schemas/SyntheticsTestPauseStatus'
1783717837 steps:
17838- description: For browser test, the steps of the test.
17838+ description: The steps of the test if exist .
1783917839 items:
1784017840 $ref: '#/components/schemas/SyntheticsStep'
1784117841 type: array
@@ -17887,6 +17887,52 @@ components:
1788717887 - API
1788817888 - BROWSER
1788917889 - MOBILE
17890+ SyntheticsTestDetailsWithoutSteps:
17891+ description: Object containing details about your Synthetic test, without test
17892+ steps.
17893+ properties:
17894+ config:
17895+ $ref: '#/components/schemas/SyntheticsTestConfig'
17896+ creator:
17897+ $ref: '#/components/schemas/Creator'
17898+ locations:
17899+ description: Array of locations used to run the test.
17900+ example:
17901+ - aws:eu-west-3
17902+ items:
17903+ description: A location from which the test was run.
17904+ type: string
17905+ type: array
17906+ message:
17907+ description: Notification message associated with the test.
17908+ type: string
17909+ monitor_id:
17910+ description: The associated monitor ID.
17911+ format: int64
17912+ readOnly: true
17913+ type: integer
17914+ name:
17915+ description: Name of the test.
17916+ type: string
17917+ options:
17918+ $ref: '#/components/schemas/SyntheticsTestOptions'
17919+ public_id:
17920+ description: The test public ID.
17921+ readOnly: true
17922+ type: string
17923+ status:
17924+ $ref: '#/components/schemas/SyntheticsTestPauseStatus'
17925+ subtype:
17926+ $ref: '#/components/schemas/SyntheticsTestDetailsSubType'
17927+ tags:
17928+ description: Array of tags attached to the test.
17929+ items:
17930+ description: A tag attached to the test.
17931+ type: string
17932+ type: array
17933+ type:
17934+ $ref: '#/components/schemas/SyntheticsTestDetailsType'
17935+ type: object
1789017936 SyntheticsTestExecutionRule:
1789117937 description: Execution rule for a Synthetic test.
1789217938 enum:
@@ -36321,7 +36367,7 @@ paths:
3632136367 content:
3632236368 application/json:
3632336369 schema:
36324- $ref: '#/components/schemas/SyntheticsTestDetails '
36370+ $ref: '#/components/schemas/SyntheticsTestDetailsWithoutSteps '
3632536371 description: OK
3632636372 '403':
3632736373 content:
0 commit comments