@itentialopensource/adapter-salesforce_metadata
Version:
This adapter integrates with system described as: Salesforce Metadata API.
1,780 lines • 2.02 MB
YAML
openapi: 3.0.0
info:
title: MetadataService
description: Manage your Salesforce.com metadata
contact: {}
version: '1.0'
servers:
- url: https://test.salesforce.com/services/Soap/m/48.0
variables: {}
paths:
/cancelDeploy:
post:
tags:
- Metadata
summary: cancelDeploy
description: Cancels a metadata deploy.
operationId: cancelDeploy
parameters:
- name: SessionHeader
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: CallOptions
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: Content-Type
in: header
description: ''
required: true
style: simple
schema:
$ref: '#/components/schemas/Content-Type'
requestBody:
description: ''
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/cancelDeployRequest'
- xml:
name: cancelDeployRequest
attribute: false
wrapped: false
required: true
responses:
'200':
description: ''
headers: {}
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/CancelDeployResponse2'
- xml:
name: CancelDeployResponse2
attribute: false
wrapped: false
deprecated: false
/checkDeployStatus:
post:
tags:
- Metadata
summary: checkDeployStatus
description: Check the current status of an asyncronous deploy call.
operationId: checkDeployStatus
parameters:
- name: SessionHeader
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: CallOptions
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: Content-Type
in: header
description: ''
required: true
style: simple
schema:
$ref: '#/components/schemas/Content-Type'
requestBody:
description: ''
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/checkDeployStatusRequest'
- xml:
name: checkDeployStatusRequest
attribute: false
wrapped: false
required: true
responses:
'200':
description: ''
headers:
DebuggingInfo:
content:
text/plain:
schema:
type: string
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/CheckDeployStatusResponse2'
- xml:
name: CheckDeployStatusResponse2
attribute: false
wrapped: false
deprecated: false
/checkRetrieveStatus:
post:
tags:
- Metadata
summary: checkRetrieveStatus
description: Check the current status of an asyncronous deploy call.
operationId: checkRetrieveStatus
parameters:
- name: SessionHeader
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: CallOptions
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: Content-Type
in: header
description: ''
required: true
style: simple
schema:
$ref: '#/components/schemas/Content-Type'
requestBody:
description: ''
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/checkRetrieveStatusRequest'
- xml:
name: checkRetrieveStatusRequest
attribute: false
wrapped: false
required: true
responses:
'200':
description: ''
headers: {}
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/CheckRetrieveStatusResponse2'
- xml:
name: CheckRetrieveStatusResponse2
attribute: false
wrapped: false
deprecated: false
/createMetadata:
post:
tags:
- Metadata
summary: createMetadata
description: Creates metadata entries synchronously.
operationId: createMetadata
parameters:
- name: SessionHeader
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: CallOptions
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: AllOrNoneHeader
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: Content-Type
in: header
description: ''
required: true
style: simple
schema:
$ref: '#/components/schemas/Content-Type'
requestBody:
description: ''
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/createMetadataRequest'
- xml:
name: createMetadataRequest
attribute: false
wrapped: false
required: true
responses:
'200':
description: ''
headers: {}
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/CreateMetadataResponse2'
- xml:
name: CreateMetadataResponse2
attribute: false
wrapped: false
deprecated: false
/deleteMetadata:
post:
tags:
- Metadata
summary: deleteMetadata
description: Deletes metadata entries synchronously.
operationId: deleteMetadata
parameters:
- name: SessionHeader
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: CallOptions
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: AllOrNoneHeader
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: Content-Type
in: header
description: ''
required: true
style: simple
schema:
$ref: '#/components/schemas/Content-Type'
requestBody:
description: ''
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/deleteMetadataRequest'
- xml:
name: deleteMetadataRequest
attribute: false
wrapped: false
required: true
responses:
'200':
description: ''
headers: {}
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/DeleteMetadataResponse2'
- xml:
name: DeleteMetadataResponse2
attribute: false
wrapped: false
deprecated: false
/deploy:
post:
tags:
- Metadata
summary: deployMetadata
description: Deploys a zipfile full of metadata entries asynchronously.
operationId: deployMetadata
parameters:
- name: SessionHeader
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: DebuggingHeader
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: CallOptions
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: Content-Type
in: header
description: ''
required: true
style: simple
schema:
$ref: '#/components/schemas/Content-Type'
requestBody:
description: ''
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/deployRequest'
- xml:
name: deployRequest
attribute: false
wrapped: false
required: true
responses:
'200':
description: ''
headers: {}
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/DeployResponse2'
- xml:
name: DeployResponse2
attribute: false
wrapped: false
deprecated: false
/deployRecentValidation:
post:
tags:
- Metadata
summary: deployRecentValidation
description: Deploys a previously validated payload without running tests.
operationId: deployRecentValidation
parameters:
- name: SessionHeader
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: DebuggingHeader
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: CallOptions
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: Content-Type
in: header
description: ''
required: true
style: simple
schema:
$ref: '#/components/schemas/Content-Type'
requestBody:
description: ''
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/deployRecentValidationRequest'
- xml:
name: deployRecentValidationRequest
attribute: false
wrapped: false
required: true
responses:
'200':
description: ''
headers: {}
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/DeployRecentValidationResponse2'
- xml:
name: DeployRecentValidationResponse2
attribute: false
wrapped: false
deprecated: false
/describeMetadata:
post:
tags:
- Metadata
summary: describeMetadata
description: Describes features of the metadata API.
operationId: describeMetadata
parameters:
- name: SessionHeader
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: CallOptions
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: Content-Type
in: header
description: ''
required: true
style: simple
schema:
$ref: '#/components/schemas/Content-Type'
requestBody:
description: ''
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/describeMetadataRequest'
- xml:
name: describeMetadataRequest
attribute: false
wrapped: false
required: true
responses:
'200':
description: ''
headers: {}
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/DescribeMetadataResponse2'
- xml:
name: DescribeMetadataResponse2
attribute: false
wrapped: false
deprecated: false
/describeValueType:
post:
tags:
- Metadata
summary: describeValueType
description: Describe a complex value type
operationId: describeValueType
parameters:
- name: SessionHeader
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: Content-Type
in: header
description: ''
required: true
style: simple
schema:
$ref: '#/components/schemas/Content-Type'
requestBody:
description: ''
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/describeValueTypeRequest'
- xml:
name: describeValueTypeRequest
attribute: false
wrapped: false
required: true
responses:
'200':
description: ''
headers: {}
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/DescribeValueTypeResponse2'
- xml:
name: DescribeValueTypeResponse2
attribute: false
wrapped: false
deprecated: false
/listMetadata:
post:
tags:
- Metadata
summary: listMetadata
description: Lists the available metadata components.
operationId: listMetadata
parameters:
- name: SessionHeader
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: CallOptions
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: Content-Type
in: header
description: ''
required: true
style: simple
schema:
$ref: '#/components/schemas/Content-Type'
requestBody:
description: ''
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/listMetadataRequest'
- xml:
name: listMetadataRequest
attribute: false
wrapped: false
required: true
responses:
'200':
description: ''
headers: {}
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/ListMetadataResponse2'
- xml:
name: ListMetadataResponse2
attribute: false
wrapped: false
deprecated: false
/readMetadata:
post:
tags:
- Metadata
summary: readMetadata
description: Reads metadata entries synchronously.
operationId: readMetadata
parameters:
- name: SessionHeader
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: CallOptions
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: Content-Type
in: header
description: ''
required: true
style: simple
schema:
$ref: '#/components/schemas/Content-Type'
requestBody:
description: ''
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/readMetadataRequest'
- xml:
name: readMetadataRequest
attribute: false
wrapped: false
required: true
responses:
'200':
description: ''
headers: {}
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/ReadMetadataResponse2'
- xml:
name: ReadMetadataResponse2
attribute: false
wrapped: false
deprecated: false
/renameMetadata:
post:
tags:
- Metadata
summary: renameMetadata
description: Renames a metadata entry synchronously.
operationId: renameMetadata
parameters:
- name: SessionHeader
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: CallOptions
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: Content-Type
in: header
description: ''
required: true
style: simple
schema:
$ref: '#/components/schemas/Content-Type'
requestBody:
description: ''
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/renameMetadataRequest'
- xml:
name: renameMetadataRequest
attribute: false
wrapped: false
required: true
responses:
'200':
description: ''
headers: {}
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/RenameMetadataResponse2'
- xml:
name: RenameMetadataResponse2
attribute: false
wrapped: false
deprecated: false
/retrieve:
post:
tags:
- Metadata
summary: retrieveMetadata
description: Retrieves a set of individually specified metadata entries.
operationId: retrieveMetadata
parameters:
- name: SessionHeader
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: CallOptions
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: Content-Type
in: header
description: ''
required: true
style: simple
schema:
$ref: '#/components/schemas/Content-Type'
requestBody:
description: ''
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/retrieveRequest1'
- xml:
name: retrieveRequest1
attribute: false
wrapped: false
required: true
responses:
'200':
description: ''
headers: {}
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/RetrieveResponse2'
- xml:
name: RetrieveResponse2
attribute: false
wrapped: false
deprecated: false
/updateMetadata:
post:
tags:
- Metadata
summary: updateMetadata
description: Updates metadata entries synchronously.
operationId: updateMetadata
parameters:
- name: SessionHeader
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: CallOptions
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: AllOrNoneHeader
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: Content-Type
in: header
description: ''
required: true
style: simple
schema:
$ref: '#/components/schemas/Content-Type'
requestBody:
description: ''
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/updateMetadataRequest'
- xml:
name: updateMetadataRequest
attribute: false
wrapped: false
required: true
responses:
'200':
description: ''
headers: {}
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/UpdateMetadataResponse2'
- xml:
name: UpdateMetadataResponse2
attribute: false
wrapped: false
deprecated: false
/upsertMetadata:
post:
tags:
- Metadata
summary: upsertMetadata
description: Upserts metadata entries synchronously.
operationId: upsertMetadata
parameters:
- name: SessionHeader
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: CallOptions
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: AllOrNoneHeader
in: header
description: ''
required: true
style: simple
schema:
type: string
- name: Content-Type
in: header
description: ''
required: true
style: simple
schema:
$ref: '#/components/schemas/Content-Type'
requestBody:
description: ''
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/upsertMetadataRequest'
- xml:
name: upsertMetadataRequest
attribute: false
wrapped: false
required: true
responses:
'200':
description: ''
headers: {}
content:
application/xml:
schema:
allOf:
- $ref: '#/components/schemas/UpsertMetadataResponse2'
- xml:
name: UpsertMetadataResponse2
attribute: false
wrapped: false
deprecated: false
components:
schemas:
CancelDeployResult:
title: CancelDeployResult
required:
- done
- id
type: object
properties:
done:
type: boolean
xml:
name: done
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
id:
pattern: '[a-zA-Z0-9]{18}'
type: string
xml:
name: id
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
xml:
name: CancelDeployResult
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
DeployResult:
title: DeployResult
required:
- checkOnly
- createdBy
- createdByName
- createdDate
- details
- done
- id
- ignoreWarnings
- numberComponentErrors
- numberComponentsDeployed
- numberComponentsTotal
- numberTestErrors
- numberTestsCompleted
- numberTestsTotal
- rollbackOnError
- runTestsEnabled
- status
- success
type: object
properties:
canceledBy:
type: string
xml:
name: canceledBy
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
canceledByName:
type: string
xml:
name: canceledByName
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
checkOnly:
type: boolean
xml:
name: checkOnly
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
completedDate:
type: string
format: date-time
xml:
name: completedDate
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
createdBy:
type: string
xml:
name: createdBy
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
createdByName:
type: string
xml:
name: createdByName
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
createdDate:
type: string
format: date-time
xml:
name: createdDate
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
details:
$ref: '#/components/schemas/Details'
done:
type: boolean
xml:
name: done
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
errorMessage:
type: string
xml:
name: errorMessage
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
errorStatusCode:
$ref: '#/components/schemas/StatusCode'
id:
pattern: '[a-zA-Z0-9]{18}'
type: string
xml:
name: id
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
ignoreWarnings:
type: boolean
xml:
name: ignoreWarnings
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
lastModifiedDate:
type: string
format: date-time
xml:
name: lastModifiedDate
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
numberComponentErrors:
type: integer
format: int32
xml:
name: numberComponentErrors
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
numberComponentsDeployed:
type: integer
format: int32
xml:
name: numberComponentsDeployed
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
numberComponentsTotal:
type: integer
format: int32
xml:
name: numberComponentsTotal
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
numberTestErrors:
type: integer
format: int32
xml:
name: numberTestErrors
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
numberTestsCompleted:
type: integer
format: int32
xml:
name: numberTestsCompleted
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
numberTestsTotal:
type: integer
format: int32
xml:
name: numberTestsTotal
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
rollbackOnError:
type: boolean
xml:
name: rollbackOnError
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
runTestsEnabled:
type: boolean
xml:
name: runTestsEnabled
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
startDate:
type: string
format: date-time
xml:
name: startDate
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
stateDetail:
type: string
xml:
name: stateDetail
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
status:
$ref: '#/components/schemas/DeployStatus'
success:
type: boolean
xml:
name: success
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
xml:
name: DeployResult
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
DeployDetails:
title: DeployDetails
type: object
properties:
componentFailures:
type: array
items:
$ref: '#/components/schemas/DeployMessage'
description: ''
xml:
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
componentSuccesses:
type: array
items:
$ref: '#/components/schemas/DeployMessage'
description: ''
xml:
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
retrieveResult:
$ref: '#/components/schemas/RetrieveResult2'
runTestResult:
$ref: '#/components/schemas/RunTestResult'
xml:
name: DeployDetails
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
DeployMessage:
title: DeployMessage
required:
- changed
- created
- createdDate
- deleted
- fileName
- fullName
- success
type: object
properties:
changed:
type: boolean
xml:
name: changed
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
columnNumber:
type: integer
format: int32
xml:
name: columnNumber
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
componentType:
type: string
xml:
name: componentType
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
created:
type: boolean
xml:
name: created
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
createdDate:
type: string
format: date-time
xml:
name: createdDate
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
deleted:
type: boolean
xml:
name: deleted
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
fileName:
type: string
xml:
name: fileName
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
fullName:
type: string
xml:
name: fullName
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
id:
type: string
xml:
name: id
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
lineNumber:
type: integer
format: int32
xml:
name: lineNumber
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
problem:
type: string
xml:
name: problem
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
problemType:
$ref: '#/components/schemas/DeployProblemType'
success:
type: boolean
xml:
name: success
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
xml:
name: DeployMessage
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
DeployProblemType:
title: DeployProblemType
enum:
- Warning
- Error
- Info
type: string
xml:
name: DeployProblemType
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
RetrieveResult:
title: RetrieveResult
required:
- done
- id
- status
- success
- zipFile
type: object
properties:
done:
type: boolean
xml:
name: done
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
errorMessage:
type: string
xml:
name: errorMessage
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
errorStatusCode:
$ref: '#/components/schemas/StatusCode'
fileProperties:
type: array
items:
$ref: '#/components/schemas/FileProperties'
description: ''
xml:
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
id:
type: string
xml:
name: id
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
messages:
type: array
items:
$ref: '#/components/schemas/RetrieveMessage'
description: ''
xml:
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
status:
$ref: '#/components/schemas/RetrieveStatus'
success:
type: boolean
xml:
name: success
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
zipFile:
type: string
format: binary
xml:
name: zipFile
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
xml:
name: RetrieveResult
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
FileProperties:
title: FileProperties
required:
- createdById
- createdByName
- createdDate
- fileName
- fullName
- id
- lastModifiedById
- lastModifiedByName
- lastModifiedDate
- type
type: object
properties:
createdById:
type: string
xml:
name: createdById
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
createdByName:
type: string
xml:
name: createdByName
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
createdDate:
type: string
format: date-time
xml:
name: createdDate
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
fileName:
type: string
xml:
name: fileName
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
fullName:
type: string
xml:
name: fullName
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
id:
type: string
xml:
name: id
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
lastModifiedById:
type: string
xml:
name: lastModifiedById
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
lastModifiedByName:
type: string
xml:
name: lastModifiedByName
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
lastModifiedDate:
type: string
format: date-time
xml:
name: lastModifiedDate
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
manageableState:
$ref: '#/components/schemas/ManageableState'
namespacePrefix:
type: string
xml:
name: namespacePrefix
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
type:
type: string
xml:
name: type
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
xml:
name: FileProperties
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
ManageableState:
title: ManageableState
enum:
- released
- deleted
- deprecated
- installed
- beta
- unmanaged
- installedEditable
- deprecatedEditable
type: string
xml:
name: ManageableState
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
RetrieveMessage:
title: RetrieveMessage
required:
- fileName
- problem
type: object
properties:
fileName:
type: string
xml:
name: fileName
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
problem:
type: string
xml:
name: problem
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
xml:
name: RetrieveMessage
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
RetrieveStatus:
title: RetrieveStatus
enum:
- Pending
- InProgress
- Succeeded
- Failed
type: string
xml:
name: RetrieveStatus
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
RunTestsResult:
title: RunTestsResult
required:
- numFailures
- numTestsRun
- totalTime
type: object
properties:
apexLogId:
type: string
xml:
name: apexLogId
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
codeCoverage:
type: array
items:
$ref: '#/components/schemas/CodeCoverageResult'
description: ''
xml:
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
codeCoverageWarnings:
type: array
items:
$ref: '#/components/schemas/CodeCoverageWarning'
description: ''
xml:
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
failures:
type: array
items:
$ref: '#/components/schemas/RunTestFailure'
description: ''
xml:
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
flowCoverage:
type: array
items:
$ref: '#/components/schemas/FlowCoverageResult'
description: ''
xml:
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
flowCoverageWarnings:
type: array
items:
$ref: '#/components/schemas/FlowCoverageWarning'
description: ''
xml:
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
numFailures:
type: integer
format: int32
xml:
name: numFailures
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
numTestsRun:
type: integer
format: int32
xml:
name: numTestsRun
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
successes:
type: array
items:
$ref: '#/components/schemas/RunTestSuccess'
description: ''
xml:
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
totalTime:
type: number
xml:
name: totalTime
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
xml:
name: RunTestsResult
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
CodeCoverageResult:
title: CodeCoverageResult
required:
- id
- name
- namespace
- numLocations
- numLocationsNotCovered
- type
type: object
properties:
dmlInfo:
type: array
items:
$ref: '#/components/schemas/CodeLocation'
description: ''
xml:
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
id:
pattern: '[a-zA-Z0-9]{18}'
type: string
xml:
name: id
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
locationsNotCovered:
type: array
items:
$ref: '#/components/schemas/CodeLocation'
description: ''
xml:
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
methodInfo:
type: array
items:
$ref: '#/components/schemas/CodeLocation'
description: ''
xml:
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
name:
type: string
xml:
name: name
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
namespace:
type: string
xml:
name: namespace
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
numLocations:
type: integer
format: int32
xml:
name: numLocations
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
numLocationsNotCovered:
type: integer
format: int32
xml:
name: numLocationsNotCovered
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
soqlInfo:
type: array
items:
$ref: '#/components/schemas/CodeLocation'
description: ''
xml:
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
soslInfo:
type: array
items:
$ref: '#/components/schemas/CodeLocation'
description: ''
xml:
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
type:
type: string
xml:
name: type
namespace: http://soap.sforce.com/2006/04/metadata
prefix: tns
attribute: false
wrapped: false
xml:
name: