Skip to content

Instantly share code, notes, and snippets.

@jt-nti
Created June 13, 2025 13:25
Show Gist options
  • Save jt-nti/5446b93dcb0243b71915455197b8fa3e to your computer and use it in GitHub Desktop.
Save jt-nti/5446b93dcb0243b71915455197b8fa3e to your computer and use it in GitHub Desktop.
Zowe team configuration for IBM Z Xplore
{
"$schema": "./zowe.schema.json",
// For more information about profile types, see
// https://docs.zowe.org/v3.0.x/user-guide/cli-using-using-team-profiles
"profiles": {
// Parent profile for IBM Z Xplore
// For more information, see
// https://www.ibm.com/z/resources/zxplore
"zxplore": {
// Common properties for all the IBM Z Xplore services
"properties": {
"host": "204.90.115.200",
"rejectUnauthorized": false
},
// Service profiles
"profiles": {
"zosmf": {
"type": "zosmf",
"properties": {
"port": 10443
}
},
"tso": {
"type": "tso",
"properties": {
"account": "FB3",
"codePage": "1047",
"logonProcedure": "IZUFPROC"
}
}
},
// Values that should be stored securely
"secure": [
"user",
"password"
]
}
},
"defaults": {
"zosmf": "zxplore.zosmf",
"tso": "zxplore.tso"
},
"autoStore": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment